[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.16.10] 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-7fV 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-7fV/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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 24 August 2024 03:16:23 -0400 (0:00:00.009) 0:00:00.009 ******* ok: [managed_node3] TASK [Create temporary file] *************************************************** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 24 August 2024 03:16:24 -0400 (0:00:01.060) 0:00:01.070 ******* changed: [managed_node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.9apgt8kr.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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 24 August 2024 03:16:24 -0400 (0:00:00.274) 0:00:01.344 ******* changed: [managed_node3 -> localhost] => { "changed": true, "checksum": "9b14d5d4dab12392efc1e3912ffec583b04247d8", "dest": "/tmp/ansible.9apgt8kr.inventory.yaml", "gid": 0, "group": "root", "md5sum": "44b7c6aff26bd1355444a63662d2f74b", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 33004, "src": "/root/.ansible/tmp/ansible-tmp-1724483784.9675963-9683-45192226506825/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 24 August 2024 03:16:25 -0400 (0:00:00.603) 0:00:01.947 ******* ok: [managed_node3] TASK [Gather facts from managed_node3] ***************************************** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 24 August 2024 03:16:26 -0400 (0:00:00.711) 0:00:02.658 ******* ok: [managed_node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 24 August 2024 03:16:26 -0400 (0:00:00.707) 0:00:03.366 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 24 August 2024 03:16:26 -0400 (0:00:00.015) 0:00:03.382 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 24 August 2024 03:16:26 -0400 (0:00:00.006) 0:00:03.389 ******* TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 24 August 2024 03:16:27 -0400 (0:00:00.040) 0:00:03.430 ******* included: /tmp/collections-7fV/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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 24 August 2024 03:16:27 -0400 (0:00:00.028) 0:00:03.458 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 24 August 2024 03:16:27 -0400 (0:00:00.057) 0:00:03.515 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 24 August 2024 03:16:27 -0400 (0:00:00.332) 0:00:03.848 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 24 August 2024 03:16:27 -0400 (0:00:00.020) 0:00:03.869 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 24 August 2024 03:16:27 -0400 (0:00:00.028) 0:00:03.897 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 24 August 2024 03:16:30 -0400 (0:00:02.863) 0:00:06.761 ******* ok: [managed_node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:08 EDT", "ActiveEnterTimestampMonotonic": "252059560", "ActiveExitTimestamp": "Sat 2024-08-24 03:15:54 EDT", "ActiveExitTimestampMonotonic": "238346263", "ActiveState": "active", "After": "basic.target remote-fs.target network-online.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:15:54 EDT", "AssertTimestampMonotonic": "238370578", "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-08-24 03:15:54 EDT", "ConditionTimestampMonotonic": "238370554", "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-08-24 03:16:08 EDT", "ExecMainExitTimestampMonotonic": "252058883", "ExecMainPID": "8640", "ExecMainStartTimestamp": "Sat 2024-08-24 03:15:54 EDT", "ExecMainStartTimestampMonotonic": "238371488", "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-08-24 03:15:54 EDT] ; stop_time=[Sat 2024-08-24 03:16:08 EDT] ; pid=8640 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:15:54 EDT] ; stop_time=[Sat 2024-08-24 03:15:54 EDT] ; pid=8631 ; 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-08-24 03:15:54 EDT", "InactiveEnterTimestampMonotonic": "238369426", "InactiveExitTimestamp": "Sat 2024-08-24 03:15:54 EDT", "InactiveExitTimestampMonotonic": "238371519", "InvocationID": "a79dd1c53fca45428dcdbe053804080f", "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-08-24 03:16:08 EDT", "StateChangeTimestampMonotonic": "252059560", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 24 August 2024 03:16:31 -0400 (0:00:00.727) 0:00:07.488 ******* included: /tmp/collections-7fV/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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 24 August 2024 03:16:31 -0400 (0:00:00.061) 0:00:07.550 ******* changed: [managed_node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.375512", "end": "2024-08-24 03:16:31.926944", "rc": 0, "start": "2024-08-24 03:16:31.551432" } 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:Go1kTtpGvVxzlAlV569ATHyqnovHyejy8qAwUPfVS+I root@ip-10-31-41-202.us-east-1.aws.redhat.com The key's randomart image is: +---[RSA 3072]----+ | .+++. .| | . . ++ .o | | . . = + = +o .| | . . X * = =. .| |. . B E ... .| | . . o . . . | | o o = o . | | o .o...B | | . *=... | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 24 August 2024 03:16:31 -0400 (0:00:00.814) 0:00:08.364 ******* ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERytaZVY3SFpKY052Y095T3JzUmFJRWFGZ2NCNDc2TTc0T2RoUXV2bmJIQjd0SkVYMEtka2t0TElDYXBCWDMvMU54d2VuM3B3OS9yODVqQ2lqZ21sekNwT1crYjJHUUtvcitJcUVnaXY2TDZxQjZvOGphclRneG5vakZVV3lBWFBZSnNCTWFvNFh0d2FISGh6M1RKdlZSbjNHK1JoQzhxaXNtLzdZMnpwM3hGT0RFbEVCcnZCdlIzelRlTW1sYUQwaThkWW1NV3prL3k3cHJJcFVxMVlBdnpWa0x0eW5kMkdZOGg0MlZEYkwrUUtrV0dqTE9vYTJjRmoxZnBhbThRTC9wTFh4dnJXWnc1VDVUMmd1Qk9WN1RrL1pjbVhoZ2FaaFBOMWwrRlF0RE04bDA3Ym1iOUloSG9QelVSVzRhVk45UzBHbW1NV3lwbmNGaGE0OXZZMnU0dWsxQUJnUTM1MEF6ME5waGt1aUZUOUgrWjUrei9TMW5zZlM3OFBnU1JaZS9Uek1tR1ZWMDZKa05XMElta1pONXlYZFZGWm93OVJLN2RRM25WWVJUMkp0Tzc5U3puTFBWUm9iKzA2RlF1TFp5MXhyMm5oOCtZaTRFREhCNHFoMDM1QnVYK2NNZHJ0bCtmaEpQK0JMbU9DS2dhSStvNFRxaFMrTWdRTFMrZ2s9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 24 August 2024 03:16:32 -0400 (0:00:00.423) 0:00:08.788 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 24 August 2024 03:16:33 -0400 (0:00:00.619) 0:00:09.407 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724483541.9048135, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724483791.924872, "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": 1724483791.924872, "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 24 August 2024 03:16:33 -0400 (0:00:00.323) 0:00:09.731 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724483626.9132288, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1724483541.9038136, "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": 1724483541.9038136, "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 24 August 2024 03:16:33 -0400 (0:00:00.324) 0:00:10.056 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 24 August 2024 03:16:34 -0400 (0:00:00.468) 0:00:10.524 ******* changed: [managed_node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 24 August 2024 03:16:34 -0400 (0:00:00.428) 0:00:10.952 ******* ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERHNsT3lUQUNUVzVzd0NQRlE1bzAyWVJ2VjVRdXQwVWNMZGJKeEdseVNITlQvOXRoTXRQV2VyY051d0IydkY1QkVOSHJLVEhnQVMweWNidExScStuMFMrcFllSm5aVkRqUGlXcWlhTmdxMmhwUiszNkM3VUNWZ2lybTlnTkNzTUdjbXA0YVBTS1Vtc2NZaXFhQ0VReDQ4RW1Kdy9aNE5TNnRpbmVxWXJTL25RVDFVcXV5cDBnWWlzeHdEajBLNnY3UjY1TDZrSE53TmgyRUZzdi95UFIzb3MxcDRFWTVwN2J3ZXhNak5pLzVDYzJxL1MyaVp4YjZRejU2ZmtkQ0dYc2ZIODlXLzA3K1c5bHhyWXArRmRHVzRzZWx2R3hTOTZDZEQ1MTZ2WjJxcUViZHNXM1QxWk1LYjl3WUxmMFJtZ29YakJZcE5Hb1VUNE5yYndwZUFsM0pNbzdWZG1DR2IyeTAxMjRocFBVTlB3SG9hNTZLSWxFSnRFcUhxSE5qemJHVmxBZWMrM0ZtN2dqclBhTGwzd2tqTnZDVHVPVS84ckNHNm9pYzhhTmhEQVBLenkrc2trUlIrdEdlVmFpSHFQUEFacHJMSzNqVTRmNnF3VVAzWlM4bFZPWGlhYjlEZGx0ZzE2VkZEZXZJblNuWFVzanlxa0I4MXpRUTJ5Nk51RXM9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 24 August 2024 03:16:34 -0400 (0:00:00.303) 0:00:11.256 ******* changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.41.202", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 24 August 2024 03:16:35 -0400 (0:00:00.455) 0:00:11.711 ******* ok: [managed_node3] => { "changed": false, "stat": { "atime": 1724483754.3757417, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1724483752.8537364, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 46137539, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724483752.6107354, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "2936758099", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 24 August 2024 03:16:35 -0400 (0:00:00.314) 0:00:12.026 ******* Notification for handler Restart kdump has been saved. changed: [managed_node3] => { "backup_file": "/etc/kdump.conf.16444.2024-08-24@03:16:36~", "changed": true, "checksum": "42ee09bff16a4b225ee07c30a94ec589552d83d5", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "84e8eecc15eae657d635d444ad16344e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "src": "/root/.ansible/tmp/ansible-tmp-1724483795.6866105-10001-183708291559110/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 24 August 2024 03:16:36 -0400 (0:00:00.654) 0:00:12.680 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 24 August 2024 03:16:36 -0400 (0:00:00.304) 0:00:12.984 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 24 August 2024 03:16:36 -0400 (0:00:00.032) 0:00:13.017 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 24 August 2024 03:16:36 -0400 (0:00:00.027) 0:00:13.045 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 24 August 2024 03:16:36 -0400 (0:00:00.027) 0:00:13.072 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 24 August 2024 03:16:36 -0400 (0:00:00.028) 0:00:13.100 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 24 August 2024 03:16:36 -0400 (0:00:00.030) 0:00:13.130 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 24 August 2024 03:16:36 -0400 (0:00:00.029) 0:00:13.160 ******* ok: [managed_node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:08 EDT", "ActiveEnterTimestampMonotonic": "252059560", "ActiveExitTimestamp": "Sat 2024-08-24 03:15:54 EDT", "ActiveExitTimestampMonotonic": "238346263", "ActiveState": "active", "After": "basic.target remote-fs.target network-online.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:15:54 EDT", "AssertTimestampMonotonic": "238370578", "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-08-24 03:15:54 EDT", "ConditionTimestampMonotonic": "238370554", "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-08-24 03:16:08 EDT", "ExecMainExitTimestampMonotonic": "252058883", "ExecMainPID": "8640", "ExecMainStartTimestamp": "Sat 2024-08-24 03:15:54 EDT", "ExecMainStartTimestampMonotonic": "238371488", "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-08-24 03:15:54 EDT] ; stop_time=[Sat 2024-08-24 03:16:08 EDT] ; pid=8640 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:15:54 EDT] ; stop_time=[Sat 2024-08-24 03:15:54 EDT] ; pid=8631 ; 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-08-24 03:15:54 EDT", "InactiveEnterTimestampMonotonic": "238369426", "InactiveExitTimestamp": "Sat 2024-08-24 03:15:54 EDT", "InactiveExitTimestampMonotonic": "238371519", "InvocationID": "a79dd1c53fca45428dcdbe053804080f", "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-08-24 03:16:08 EDT", "StateChangeTimestampMonotonic": "252059560", "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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 24 August 2024 03:16:37 -0400 (0:00:00.440) 0:00:13.601 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 24 August 2024 03:16:37 -0400 (0:00:00.318) 0:00:13.919 ******* changed: [managed_node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:08 EDT", "ActiveEnterTimestampMonotonic": "252059560", "ActiveExitTimestamp": "Sat 2024-08-24 03:15:54 EDT", "ActiveExitTimestampMonotonic": "238346263", "ActiveState": "active", "After": "basic.target remote-fs.target network-online.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:15:54 EDT", "AssertTimestampMonotonic": "238370578", "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-08-24 03:15:54 EDT", "ConditionTimestampMonotonic": "238370554", "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-08-24 03:16:08 EDT", "ExecMainExitTimestampMonotonic": "252058883", "ExecMainPID": "8640", "ExecMainStartTimestamp": "Sat 2024-08-24 03:15:54 EDT", "ExecMainStartTimestampMonotonic": "238371488", "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-08-24 03:15:54 EDT] ; stop_time=[Sat 2024-08-24 03:16:08 EDT] ; pid=8640 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:15:54 EDT] ; stop_time=[Sat 2024-08-24 03:15:54 EDT] ; pid=8631 ; 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-08-24 03:15:54 EDT", "InactiveEnterTimestampMonotonic": "238369426", "InactiveExitTimestamp": "Sat 2024-08-24 03:15:54 EDT", "InactiveExitTimestampMonotonic": "238371519", "InvocationID": "a79dd1c53fca45428dcdbe053804080f", "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-08-24 03:16:08 EDT", "StateChangeTimestampMonotonic": "252059560", "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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 24 August 2024 03:16:56 -0400 (0:00:19.116) 0:00:33.036 ******* ok: [managed_node3] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 24 August 2024 03:16:57 -0400 (0:00:00.722) 0:00:33.758 ******* ok: [managed_node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.9apgt8kr.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:16.305037", "end": "2024-08-24 03:17:13.894120", "rc": 0, "start": "2024-08-24 03:16:57.589083" } STDOUT: ansible-playbook [core 2.16.10] 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-7fV 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.9apgt8kr.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.9apgt8kr.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.9apgt8kr.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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 24 August 2024 03:16:58 -0400 (0:00:00.007) 0:00:00.007 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798 `" && echo ansible-tmp-1724483818.1412082-10241-2028003492798="` echo /root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005 `" && echo ansible-tmp-1724483818.1464064-10243-27892438255005="` echo /root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310 `" && echo ansible-tmp-1724483818.1475031-10242-224613367107310="` echo /root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483818.1412082-10241-2028003492798=/root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483818.1464064-10243-27892438255005=/root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483818.1475031-10242-224613367107310=/root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310\n', b'') Attempting python interpreter discovery <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/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.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/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.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/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'"'"'' <10.31.41.202> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.12\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'/usr/bin/python3.12 && sleep 0'"'"'' <10.31.40.188> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.12\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'/usr/bin/python3.12 && sleep 0'"'"'' <10.31.11.226> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.12\n/usr/bin/python3.6\n/usr/bin/python3\n/usr/libexec/platform-python\nENDFOUND\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'/usr/bin/python3.12 && sleep 0'"'"'' <10.31.41.202> (0, b'{"platform_dist_result": [], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') <10.31.40.188> (0, b'{"platform_dist_result": [], "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 Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp6avrpz0w TO /root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005/AnsiballZ_setup.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpo57_64a2 TO /root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798/AnsiballZ_setup.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.11.226> (0, b'{"platform_dist_result": [], "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.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmph1k813t9 TO /root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310/AnsiballZ_setup.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpo57_64a2 /root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798/AnsiballZ_setup.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798/ /root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp6avrpz0w /root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005/AnsiballZ_setup.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005/ /root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmph1k813t9 /root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310/AnsiballZ_setup.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310/ /root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"ansible_facts": {"ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "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_date_time": {"year": "2024", "month": "08", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "34", "day": "24", "hour": "03", "minute": "16", "second": "58", "epoch": "1724483818", "epoch_int": "1724483818", "date": "2024-08-24", "time": "03:16:58", "iso8601_micro": "2024-08-24T07:16:58.818964Z", "iso8601": "2024-08-24T07:16:58Z", "iso8601_basic": "20240824T031658818964", "iso8601_basic_short": "20240824T031658", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_local": {}, "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": "ip-10-31-41-202.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-41-202", "ansible_nodename": "ip-10-31-41-202.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "0b247d0376304d8c8a0b8532924df5df", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIDUnZr7iDEyuQ9Ijv+gHfUBnZ0qVFYBN2hAwbsCkcncJPGPiDZ1j3cUw4gNFgG7BstJidsONsjKUdt9BRepWRU5FiPP6FGOEdzF/7X7dn2pALRyk66v8kZJ/VzXu8jwubMgclk1ZGmydcvbQugwNuZb1MF16F2vgS931n8pdy45AAAAFQChj7zVSPcqTVSwgojkpwdVsh8pIwAAAIAr2/wj30B5wZmCsuMLO385jGKpjuyrZhkOiYfVuvIHlntpxuSUa+Tg0R/WyfVScB9tEVcp8Yw+s5fhxtVYR91QL833EFkZzMGLRtVQKauQdpnZHnTtDv3vOAgPp1aQjDVC2f0eo1Wuds0bK4xVricj/YiNo9P/L9fFl76LLZ+/ywAAAIA9Q5AWVx3Hdi/GLlsB6xeczF+IFvw+4tiAm3A819sMhS6YYPqdhFX2SRKAnCY+86HRxAVpUPwDii4oLSS3q1qHwljLBwc5GZtSg3QnTCje1Fb/PmUHMbWhM9DMKPnME41dZkonqk9YcJRZSeH/rJIXXqA5EFRvkGhFNMkJzaUJxA==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgvi+CGw8xhxR0Ocn9HF+6XKTXbr0/elErEhYKnYVhLGdmhK7r70KKTvhkzPaPX+KY14ruKrMSTMO9wNRFTM68=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINearEa2w8I23zu206r3uXutMaZuWQ/vBjZovjRhH+j0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "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.43.114 51640 10.31.41.202 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.43.114 51640 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_pkg_mgr": "dnf", "ansible_loadavg": {"1m": 1.35, "5m": 0.55, "15m": 0.22}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "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": "0e:d7:f7:07:29:41", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.41.202", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:f7ff:fe07:2941", "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.40.1", "interface": "eth0", "address": "10.31.41.202", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:f7:07:29:41", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.202"], "ansible_all_ipv6_addresses": ["fe80::cd7:f7ff:fe07:2941"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.41.202", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:f7ff:fe07:2941"]}, "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_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": 2683, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 856, "free": 2683}, "nocache": {"free": 3293, "used": 246}, "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": "ec2ea3c1-05b1-72d0-96a4-c58a13940e36", "ansible_product_uuid": "ec2ea3c1-05b1-72d0-96a4-c58a13940e36", "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": 302, "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": 263507472384, "block_size": 4096, "block_total": 65533179, "block_available": 64332879, "block_used": 1200300, "inode_total": 131071472, "inode_available": 130994294, "inode_used": 77178, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_hostnqn": "", "ansible_fips": false, "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483818.1464064-10243-27892438255005/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIuYGL8fseI9Bkm+/BmcJ1DDERRYJV81YNIfBvzE3NY6fgh80WG4dUzM+HXWrzNctRvXuLj7D2RGG9kwouCY4LPSii5Jw0m9+JauYOMm4ScZjeRLeKq14EdhmXsQpq6jjoxZwGq1ewiqhU6mgQfOcv+bqLZ+e4vx46fQJQR29PJTAAAAFQDudCQCOJ0pJkTwRWxhovLtdhEHTQAAAIBW5/ZV2gjEheSJyNh+EU95AOfGokdYEq9NwejJk4Li7l2JTczpv0yDuSqrxhY5R4+dg03/tDDAWT+kBi1fwZAVgMW5gEgb8WVh7Awlf7uxG4z+dcEo1sdVbwD0+nSYGPIl36oNqkWN76wZMB3h3SSYtc5+BHnwvW5O1AKr0BGpVQAAAIB+YCJ8RGuJPtwHzancO9/lCgBs2Vgy8bZ+MuZ5dVmqEDXc/Phtpion/n0e/8dQhT4XrA8ONwefTFUQlmq/Q6H3LOIC7qP7XZOUyTikKXgiByDFxEGpSSLkkrk+xlja0t5O8IVg5b3yNrtw9a5csJyW6ykaUejCvvhjVRkDFik1sw==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBArSlcaPGdJDghPxx7aP6F+lnbhu7XLaz6t0NZCI/ni9zb9TrATv+AJs2NLsbzbWjAVIGoDSJ2sNR2AQf7q9/io=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIM/uVEQhnolaZ2AK2D4IkeLfwQ35rXpLn5/2S3EWOkfX", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-40-188.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-40-188", "ansible_nodename": "ip-10-31-40-188.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "a5b4499ee1fc42feb010c092ce9a5c60", "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "CentOS", "ansible_distribution_release": "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_lsb": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_is_chroot": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_hostnqn": "", "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2024", "month": "08", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "34", "day": "24", "hour": "03", "minute": "16", "second": "58", "epoch": "1724483818", "epoch_int": "1724483818", "date": "2024-08-24", "time": "03:16:58", "iso8601_micro": "2024-08-24T07:16:58.843736Z", "iso8601": "2024-08-24T07:16:58Z", "iso8601_basic": "20240824T031658843736", "iso8601_basic_short": "20240824T031658", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "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": "0e:48:48:90:9e:bb", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.188", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c48:48ff:fe90:9ebb", "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.40.1", "interface": "eth0", "address": "10.31.40.188", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:48:48:90:9e:bb", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.188"], "ansible_all_ipv6_addresses": ["fe80::c48:48ff:fe90:9ebb"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.188", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c48:48ff:fe90:9ebb"]}, "ansible_service_mgr": "systemd", "ansible_loadavg": {"1m": 1.15, "5m": 0.54, "15m": 0.22}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.114 47944 10.31.40.188 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.43.114 47944 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2684, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 855, "free": 2684}, "nocache": {"free": 3294, "used": 245}, "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": "ec2f6a02-461d-2ff1-6801-511e27a1ea26", "ansible_product_uuid": "ec2f6a02-461d-2ff1-6801-511e27a1ea26", "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": 293, "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": 263507468288, "block_size": 4096, "block_total": 65533179, "block_available": 64332878, "block_used": 1200301, "inode_total": 131071472, "inode_available": 130994294, "inode_used": 77178, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483818.1412082-10241-2028003492798/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') ok: [managed_node3] <10.31.40.188> (0, b'', b'') ok: [managed_node1] <10.31.11.226> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_lsb": {}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_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": "ip-10-31-11-226.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-11-226", "ansible_nodename": "ip-10-31-11-226.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "f7ffb7e1efbb4327b0c18cac0b540500", "ansible_fibre_channel_wwn": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPw+rL5jG8Mak2Bpth1FEEB3IQ5cjVVk8jX64sqvmvdbiCEiQOe9UBaWdFyxHkiHeTfAwsc8RkA3KP70N5MPmwjaDg/MFe6NH3H+yWsIGHwN43VkYCbGmfEQSkKdmjKKtN/4Dnkht+TUQesMa9D55p4Qwnn2d861t9TqoF7ZHKBVAAAAFQCeMJCNpiXFPOq2ymsJDs3LF+nMpQAAAIA0Hz1kU5nw6CMNeS+LX1dbT/vCNR4fBuXDuQlxhPBWq3dr7MvgoXtkYkCeC/6DJEQkAJZIReVgtbfosjhohhiEA+ldnA6x2cgNHMS9hHqC6QVMYn+TiCTdqz0tv+ZQIzIwiMG52SuPHjsZEdhU4/s5RJxvvtX8Zy+O6r+dzUYhogAAAIEAgUCcthnn4pRBpdlInUkh84M4lULt0RUL+SfgzJ2xg4sSx80U4Qu1eUD2xru9r42Pmpv93mRgi0f85lqtVYdOpZO0vcMOyMh6zMfDhCsdsVpaTr4mqSbRFQ/9DNPmXgxjyAjPyl0IuCL68Nivh1z1clpzA5+XH/SmZf/YYypyD34=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCk1jSiEAO/P6sHJsCImF2yacCQcyG22U5kLel/67+q3h4kpbl6zlqpgKtY7sDS2uHECixZ5CTxMgYA746sP830=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAILc+5RCe6gFbVR+BTixAVvwjPl4OsjaoxhiQAl2Xs4SI", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.114 36626 10.31.11.226 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.43.114 36626 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_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_iscsi_iqn": "", "ansible_loadavg": {"1m": 1.69, "5m": 0.69, "15m": 0.27}, "ansible_date_time": {"year": "2024", "month": "08", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "34", "day": "24", "hour": "03", "minute": "16", "second": "58", "epoch": "1724483818", "epoch_int": "1724483818", "date": "2024-08-24", "time": "03:16:58", "iso8601_micro": "2024-08-24T07:16:58.989777Z", "iso8601": "2024-08-24T07:16:58Z", "iso8601_basic": "20240824T031658989777", "iso8601_basic_short": "20240824T031658", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2673, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 866, "free": 2673}, "nocache": {"free": 3284, "used": 255}, "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": "ec2498cc-aa5e-0fe5-8d2a-ebbcd24ed0d9", "ansible_product_uuid": "ec2498cc-aa5e-0fe5-8d2a-ebbcd24ed0d9", "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": 293, "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": 263507128320, "block_size": 4096, "block_total": 65533179, "block_available": 64332795, "block_used": 1200384, "inode_total": 131071472, "inode_available": 130994280, "inode_used": 77192, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_fips": false, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:8b:1e:db:21:55", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.226", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::108b:1eff:fedb:2155", "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.226", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:8b:1e:db:21:55", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.226"], "ansible_all_ipv6_addresses": ["fe80::108b:1eff:fedb:2155"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.11.226", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::108b:1eff:fedb:2155"]}, "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.11.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483818.1475031-10242-224613367107310/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') ok: [managed_node2] TASK [Gather facts from managed_node1] ***************************************** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 24 August 2024 03:16:59 -0400 (0:00:01.249) 0:00:01.257 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054 `" && echo ansible-tmp-1724483819.3911607-10298-279754349463054="` echo /root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146 `" && echo ansible-tmp-1724483819.4105523-10299-60729163669146="` echo /root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945 `" && echo ansible-tmp-1724483819.4112818-10300-262162861082945="` echo /root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483819.3911607-10298-279754349463054=/root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpva01ci9w TO /root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054/AnsiballZ_setup.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.41.202> (0, b'ansible-tmp-1724483819.4112818-10300-262162861082945=/root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp1cvv36a9 TO /root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945/AnsiballZ_setup.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.11.226> (0, b'ansible-tmp-1724483819.4105523-10299-60729163669146=/root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp5epfjxz6 TO /root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146/AnsiballZ_setup.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpva01ci9w /root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054/AnsiballZ_setup.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054/ /root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp1cvv36a9 /root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945/AnsiballZ_setup.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945/ /root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp5epfjxz6 /root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146/AnsiballZ_setup.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146/ /root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.40.188> (0, b'\r\n{"ansible_facts": {"ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_local": {}, "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_lsb": {}, "ansible_fibre_channel_wwn": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIuYGL8fseI9Bkm+/BmcJ1DDERRYJV81YNIfBvzE3NY6fgh80WG4dUzM+HXWrzNctRvXuLj7D2RGG9kwouCY4LPSii5Jw0m9+JauYOMm4ScZjeRLeKq14EdhmXsQpq6jjoxZwGq1ewiqhU6mgQfOcv+bqLZ+e4vx46fQJQR29PJTAAAAFQDudCQCOJ0pJkTwRWxhovLtdhEHTQAAAIBW5/ZV2gjEheSJyNh+EU95AOfGokdYEq9NwejJk4Li7l2JTczpv0yDuSqrxhY5R4+dg03/tDDAWT+kBi1fwZAVgMW5gEgb8WVh7Awlf7uxG4z+dcEo1sdVbwD0+nSYGPIl36oNqkWN76wZMB3h3SSYtc5+BHnwvW5O1AKr0BGpVQAAAIB+YCJ8RGuJPtwHzancO9/lCgBs2Vgy8bZ+MuZ5dVmqEDXc/Phtpion/n0e/8dQhT4XrA8ONwefTFUQlmq/Q6H3LOIC7qP7XZOUyTikKXgiByDFxEGpSSLkkrk+xlja0t5O8IVg5b3yNrtw9a5csJyW6ykaUejCvvhjVRkDFik1sw==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBArSlcaPGdJDghPxx7aP6F+lnbhu7XLaz6t0NZCI/ni9zb9TrATv+AJs2NLsbzbWjAVIGoDSJ2sNR2AQf7q9/io=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIM/uVEQhnolaZ2AK2D4IkeLfwQ35rXpLn5/2S3EWOkfX", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_pkg_mgr": "dnf", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-40-188.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-40-188", "ansible_nodename": "ip-10-31-40-188.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "a5b4499ee1fc42feb010c092ce9a5c60", "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_loadavg": {"1m": 1.15, "5m": 0.54, "15m": 0.22}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_hostnqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.114 47944 10.31.40.188 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.43.114 47944 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_date_time": {"year": "2024", "month": "08", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "34", "day": "24", "hour": "03", "minute": "16", "second": "59", "epoch": "1724483819", "epoch_int": "1724483819", "date": "2024-08-24", "time": "03:16:59", "iso8601_micro": "2024-08-24T07:16:59.778625Z", "iso8601": "2024-08-24T07:16:59Z", "iso8601_basic": "20240824T031659778625", "iso8601_basic_short": "20240824T031659", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_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": 2685, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 854, "free": 2685}, "nocache": {"free": 3295, "used": 244}, "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": "ec2f6a02-461d-2ff1-6801-511e27a1ea26", "ansible_product_uuid": "ec2f6a02-461d-2ff1-6801-511e27a1ea26", "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": 294, "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": 263507443712, "block_size": 4096, "block_total": 65533179, "block_available": 64332872, "block_used": 1200307, "inode_total": 131071472, "inode_available": 130994294, "inode_used": 77178, "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": "0e:48:48:90:9e:bb", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.188", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c48:48ff:fe90:9ebb", "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.40.1", "interface": "eth0", "address": "10.31.40.188", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:48:48:90:9e:bb", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.188"], "ansible_all_ipv6_addresses": ["fe80::c48:48ff:fe90:9ebb"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.188", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c48:48ff:fe90:9ebb"]}, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483819.3911607-10298-279754349463054/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-41-202.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-41-202", "ansible_nodename": "ip-10-31-41-202.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "0b247d0376304d8c8a0b8532924df5df", "ansible_iscsi_iqn": "", "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_is_chroot": false, "ansible_local": {}, "ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_hostnqn": "", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIDUnZr7iDEyuQ9Ijv+gHfUBnZ0qVFYBN2hAwbsCkcncJPGPiDZ1j3cUw4gNFgG7BstJidsONsjKUdt9BRepWRU5FiPP6FGOEdzF/7X7dn2pALRyk66v8kZJ/VzXu8jwubMgclk1ZGmydcvbQugwNuZb1MF16F2vgS931n8pdy45AAAAFQChj7zVSPcqTVSwgojkpwdVsh8pIwAAAIAr2/wj30B5wZmCsuMLO385jGKpjuyrZhkOiYfVuvIHlntpxuSUa+Tg0R/WyfVScB9tEVcp8Yw+s5fhxtVYR91QL833EFkZzMGLRtVQKauQdpnZHnTtDv3vOAgPp1aQjDVC2f0eo1Wuds0bK4xVricj/YiNo9P/L9fFl76LLZ+/ywAAAIA9Q5AWVx3Hdi/GLlsB6xeczF+IFvw+4tiAm3A819sMhS6YYPqdhFX2SRKAnCY+86HRxAVpUPwDii4oLSS3q1qHwljLBwc5GZtSg3QnTCje1Fb/PmUHMbWhM9DMKPnME41dZkonqk9YcJRZSeH/rJIXXqA5EFRvkGhFNMkJzaUJxA==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgvi+CGw8xhxR0Ocn9HF+6XKTXbr0/elErEhYKnYVhLGdmhK7r70KKTvhkzPaPX+KY14ruKrMSTMO9wNRFTM68=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINearEa2w8I23zu206r3uXutMaZuWQ/vBjZovjRhH+j0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_date_time": {"year": "2024", "month": "08", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "34", "day": "24", "hour": "03", "minute": "16", "second": "59", "epoch": "1724483819", "epoch_int": "1724483819", "date": "2024-08-24", "time": "03:16:59", "iso8601_micro": "2024-08-24T07:16:59.788793Z", "iso8601": "2024-08-24T07:16:59Z", "iso8601_basic": "20240824T031659788793", "iso8601_basic_short": "20240824T031659", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_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": 2683, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 856, "free": 2683}, "nocache": {"free": 3293, "used": 246}, "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": "ec2ea3c1-05b1-72d0-96a4-c58a13940e36", "ansible_product_uuid": "ec2ea3c1-05b1-72d0-96a4-c58a13940e36", "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": 303, "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": 263507472384, "block_size": 4096, "block_total": 65533179, "block_available": 64332879, "block_used": 1200300, "inode_total": 131071472, "inode_available": 130994294, "inode_used": 77178, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_fibre_channel_wwn": [], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.114 51640 10.31.41.202 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.43.114 51640 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_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_loadavg": {"1m": 1.35, "5m": 0.55, "15m": 0.22}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "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": "0e:d7:f7:07:29:41", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.41.202", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:f7ff:fe07:2941", "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.40.1", "interface": "eth0", "address": "10.31.41.202", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:f7:07:29:41", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.202"], "ansible_all_ipv6_addresses": ["fe80::cd7:f7ff:fe07:2941"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.41.202", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:f7ff:fe07:2941"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483819.4112818-10300-262162861082945/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') ok: [managed_node1] <10.31.41.202> (0, b'', b'') ok: [managed_node3] <10.31.11.226> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPw+rL5jG8Mak2Bpth1FEEB3IQ5cjVVk8jX64sqvmvdbiCEiQOe9UBaWdFyxHkiHeTfAwsc8RkA3KP70N5MPmwjaDg/MFe6NH3H+yWsIGHwN43VkYCbGmfEQSkKdmjKKtN/4Dnkht+TUQesMa9D55p4Qwnn2d861t9TqoF7ZHKBVAAAAFQCeMJCNpiXFPOq2ymsJDs3LF+nMpQAAAIA0Hz1kU5nw6CMNeS+LX1dbT/vCNR4fBuXDuQlxhPBWq3dr7MvgoXtkYkCeC/6DJEQkAJZIReVgtbfosjhohhiEA+ldnA6x2cgNHMS9hHqC6QVMYn+TiCTdqz0tv+ZQIzIwiMG52SuPHjsZEdhU4/s5RJxvvtX8Zy+O6r+dzUYhogAAAIEAgUCcthnn4pRBpdlInUkh84M4lULt0RUL+SfgzJ2xg4sSx80U4Qu1eUD2xru9r42Pmpv93mRgi0f85lqtVYdOpZO0vcMOyMh6zMfDhCsdsVpaTr4mqSbRFQ/9DNPmXgxjyAjPyl0IuCL68Nivh1z1clpzA5+XH/SmZf/YYypyD34=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCk1jSiEAO/P6sHJsCImF2yacCQcyG22U5kLel/67+q3h4kpbl6zlqpgKtY7sDS2uHECixZ5CTxMgYA746sP830=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAILc+5RCe6gFbVR+BTixAVvwjPl4OsjaoxhiQAl2Xs4SI", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_local": {}, "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_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_lsb": {}, "ansible_date_time": {"year": "2024", "month": "08", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "34", "day": "24", "hour": "03", "minute": "16", "second": "59", "epoch": "1724483819", "epoch_int": "1724483819", "date": "2024-08-24", "time": "03:16:59", "iso8601_micro": "2024-08-24T07:16:59.934780Z", "iso8601": "2024-08-24T07:16:59Z", "iso8601_basic": "20240824T031659934780", "iso8601_basic_short": "20240824T031659", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-11-226.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-11-226", "ansible_nodename": "ip-10-31-11-226.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "f7ffb7e1efbb4327b0c18cac0b540500", "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": 2671, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 868, "free": 2671}, "nocache": {"free": 3282, "used": 257}, "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": "ec2498cc-aa5e-0fe5-8d2a-ebbcd24ed0d9", "ansible_product_uuid": "ec2498cc-aa5e-0fe5-8d2a-ebbcd24ed0d9", "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": 293, "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": 263507116032, "block_size": 4096, "block_total": 65533179, "block_available": 64332792, "block_used": 1200387, "inode_total": 131071472, "inode_available": 130994280, "inode_used": 77192, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_loadavg": {"1m": 1.69, "5m": 0.69, "15m": 0.27}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.43.114 36626 10.31.11.226 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.43.114 36626 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:8b:1e:db:21:55", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.226", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::108b:1eff:fedb:2155", "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.226", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:8b:1e:db:21:55", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.226"], "ansible_all_ipv6_addresses": ["fe80::108b:1eff:fedb:2155"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.11.226", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::108b:1eff:fedb:2155"]}, "ansible_fips": false, "ansible_service_mgr": "systemd", "ansible_fibre_channel_wwn": [], "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": "", "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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483819.4105523-10299-60729163669146/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') ok: [managed_node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 24 August 2024 03:17:00 -0400 (0:00:00.957) 0:00:02.214 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 24 August 2024 03:17:00 -0400 (0:00:00.031) 0:00:02.246 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 24 August 2024 03:17:00 -0400 (0:00:00.006) 0:00:02.252 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 24 August 2024 03:17:00 -0400 (0:00:00.005) 0:00:02.258 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 24 August 2024 03:17:00 -0400 (0:00:00.006) 0:00:02.264 ******* TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 24 August 2024 03:17:00 -0400 (0:00:00.061) 0:00:02.326 ******* included: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed_node1, managed_node2, managed_node3 TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 24 August 2024 03:17:00 -0400 (0:00:00.062) 0:00:02.388 ******* 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_node1] => { "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 24 August 2024 03:17:00 -0400 (0:00:00.085) 0:00:02.474 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724 `" && echo ansible-tmp-1724483820.6095226-10362-197895923614724="` echo /root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724 `" ) && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594 `" && echo ansible-tmp-1724483820.643862-10365-157073142807594="` echo /root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483820.6095226-10362-197895923614724=/root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724\n', b'') <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130 `" && echo ansible-tmp-1724483820.6512296-10363-171594940966130="` echo /root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'ansible-tmp-1724483820.643862-10365-157073142807594=/root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483820.6512296-10363-171594940966130=/root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130\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.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpfxrfs_y3 TO /root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594/AnsiballZ_stat.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpt2zqamn8 TO /root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130/AnsiballZ_stat.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpwx54un03 TO /root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724/AnsiballZ_stat.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpfxrfs_y3 /root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594/AnsiballZ_stat.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594/ /root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpwx54un03 /root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724/AnsiballZ_stat.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724/ /root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpt2zqamn8 /root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130/AnsiballZ_stat.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130/ /root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483820.643862-10365-157073142807594/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483820.6095226-10362-197895923614724/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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 } } <10.31.40.188> (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.11.226> (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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483820.6512296-10363-171594940966130/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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 } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 24 August 2024 03:17:01 -0400 (0:00:00.522) 0:00:02.996 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 24 August 2024 03:17:01 -0400 (0:00:00.051) 0:00:03.048 ******* 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_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_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_node1] => { "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_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_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_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_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_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_node2] => { "changed": false } MSG: All items skipped skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 24 August 2024 03:17:01 -0400 (0:00:00.070) 0:00:03.118 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498 `" && echo ansible-tmp-1724483821.293363-10402-170447642669498="` echo /root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895 `" && echo ansible-tmp-1724483821.298363-10403-178370859393895="` echo /root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874 `" && echo ansible-tmp-1724483821.3146794-10404-81381003155874="` echo /root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483821.293363-10402-170447642669498=/root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483821.298363-10403-178370859393895=/root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483821.3146794-10404-81381003155874=/root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874\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.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp7kchl9i1 TO /root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498/AnsiballZ_dnf.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp3g_px9wy TO /root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895/AnsiballZ_dnf.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpn62_xyr9 TO /root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874/AnsiballZ_dnf.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp7kchl9i1 /root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498/AnsiballZ_dnf.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498/ /root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpn62_xyr9 /root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874/AnsiballZ_dnf.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874/ /root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp3g_px9wy /root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895/AnsiballZ_dnf.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895/ /root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.41.202> (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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483821.3146794-10404-81381003155874/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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.40.188> (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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483821.293363-10402-170447642669498/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (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 <10.31.11.226> (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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483821.298363-10403-178370859393895/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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 TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 24 August 2024 03:17:05 -0400 (0:00:04.353) 0:00:07.472 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164 `" && echo ansible-tmp-1724483825.614435-10517-279344377983164="` echo /root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399 `" && echo ansible-tmp-1724483825.6215982-10520-184567699406399="` echo /root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155 `" && echo ansible-tmp-1724483825.6242473-10518-56434609258155="` echo /root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483825.614435-10517-279344377983164=/root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483825.6215982-10520-184567699406399=/root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483825.6242473-10518-56434609258155=/root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpiw64r7gv TO /root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp0ohj8stn TO /root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155/AnsiballZ_systemd.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpln3nhoyu TO /root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164/AnsiballZ_systemd.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpiw64r7gv /root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399/AnsiballZ_systemd.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399/ /root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpln3nhoyu /root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164/AnsiballZ_systemd.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164/ /root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp0ohj8stn /root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155/AnsiballZ_systemd.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155/ /root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.202> (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-08-24 03:16:37 EDT", "ExecMainStartTimestampMonotonic": "281977990", "ExecMainExitTimestamp": "Sat 2024-08-24 03:16:56 EDT", "ExecMainExitTimestampMonotonic": "300590591", "ExecMainPID": "16959", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:37 EDT] ; stop_time=[Sat 2024-08-24 03:16:56 EDT] ; pid=16959 ; 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-08-24 03:16:37 EDT] ; stop_time=[Sat 2024-08-24 03:16:37 EDT] ; pid=16950 ; 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 remote-fs.target network-online.target network.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-08-24 03:16:56 EDT", "StateChangeTimestampMonotonic": "300591263", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:37 EDT", "InactiveExitTimestampMonotonic": "281978044", "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:56 EDT", "ActiveEnterTimestampMonotonic": "300591263", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:37 EDT", "ActiveExitTimestampMonotonic": "281954900", "InactiveEnterTimestamp": "Sat 2024-08-24 03:16:37 EDT", "InactiveEnterTimestampMonotonic": "281976218", "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-08-24 03:16:37 EDT", "ConditionTimestampMonotonic": "281977089", "AssertTimestamp": "Sat 2024-08-24 03:16:37 EDT", "AssertTimestampMonotonic": "281977113", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "295b88add4e442098bb0482856a3c4ca", "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483825.6215982-10520-184567699406399/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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-08-24 03:16:34 EDT", "ExecMainStartTimestampMonotonic": "268254928", "ExecMainExitTimestamp": "Sat 2024-08-24 03:16:53 EDT", "ExecMainExitTimestampMonotonic": "287078617", "ExecMainPID": "20616", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:53 EDT] ; pid=20616 ; 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-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:34 EDT] ; pid=20607 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target systemd-journald.socket network-online.target system.slice basic.target network.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-08-24 03:16:53 EDT", "StateChangeTimestampMonotonic": "287079247", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveExitTimestampMonotonic": "268255089", "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:53 EDT", "ActiveEnterTimestampMonotonic": "287079247", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ActiveExitTimestampMonotonic": "268231935", "InactiveEnterTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveEnterTimestampMonotonic": "268253050", "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-08-24 03:16:34 EDT", "ConditionTimestampMonotonic": "268253981", "AssertTimestamp": "Sat 2024-08-24 03:16:34 EDT", "AssertTimestampMonotonic": "268254057", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "14570cfdd871440692b5d0d3b34af746", "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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483825.6242473-10518-56434609258155/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (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-08-24 03:16:20 EDT", "ExecMainStartTimestampMonotonic": "255791074", "ExecMainExitTimestamp": "Sat 2024-08-24 03:16:39 EDT", "ExecMainExitTimestampMonotonic": "274172947", "ExecMainPID": "16825", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:20 EDT] ; stop_time=[Sat 2024-08-24 03:16:39 EDT] ; pid=16825 ; 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-08-24 03:16:20 EDT] ; stop_time=[Sat 2024-08-24 03:16:20 EDT] ; pid=16811 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target basic.target network.target system.slice 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-08-24 03:16:39 EDT", "StateChangeTimestampMonotonic": "274173593", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:20 EDT", "InactiveExitTimestampMonotonic": "255791109", "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:39 EDT", "ActiveEnterTimestampMonotonic": "274173593", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:20 EDT", "ActiveExitTimestampMonotonic": "255764200", "InactiveEnterTimestamp": "Sat 2024-08-24 03:16:20 EDT", "InactiveEnterTimestampMonotonic": "255789299", "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-08-24 03:16:20 EDT", "ConditionTimestampMonotonic": "255790150", "AssertTimestamp": "Sat 2024-08-24 03:16:20 EDT", "AssertTimestampMonotonic": "255790172", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c5bb7094389b4c8caed2f30e17a40478", "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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483825.614435-10517-279344377983164/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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-08-24 03:16:56 EDT", "ActiveEnterTimestampMonotonic": "300591263", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:37 EDT", "ActiveExitTimestampMonotonic": "281954900", "ActiveState": "active", "After": "basic.target remote-fs.target network-online.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:16:37 EDT", "AssertTimestampMonotonic": "281977113", "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-08-24 03:16:37 EDT", "ConditionTimestampMonotonic": "281977089", "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-08-24 03:16:56 EDT", "ExecMainExitTimestampMonotonic": "300590591", "ExecMainPID": "16959", "ExecMainStartTimestamp": "Sat 2024-08-24 03:16:37 EDT", "ExecMainStartTimestampMonotonic": "281977990", "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-08-24 03:16:37 EDT] ; stop_time=[Sat 2024-08-24 03:16:56 EDT] ; pid=16959 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:37 EDT] ; stop_time=[Sat 2024-08-24 03:16:37 EDT] ; pid=16950 ; 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-08-24 03:16:37 EDT", "InactiveEnterTimestampMonotonic": "281976218", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:37 EDT", "InactiveExitTimestampMonotonic": "281978044", "InvocationID": "295b88add4e442098bb0482856a3c4ca", "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-08-24 03:16:56 EDT", "StateChangeTimestampMonotonic": "300591263", "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.226> (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-08-24 03:16:53 EDT", "ActiveEnterTimestampMonotonic": "287079247", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ActiveExitTimestampMonotonic": "268231935", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket network-online.target system.slice basic.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:16:34 EDT", "AssertTimestampMonotonic": "268254057", "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-08-24 03:16:34 EDT", "ConditionTimestampMonotonic": "268253981", "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-08-24 03:16:53 EDT", "ExecMainExitTimestampMonotonic": "287078617", "ExecMainPID": "20616", "ExecMainStartTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ExecMainStartTimestampMonotonic": "268254928", "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-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:53 EDT] ; pid=20616 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:34 EDT] ; pid=20607 ; 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-08-24 03:16:34 EDT", "InactiveEnterTimestampMonotonic": "268253050", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveExitTimestampMonotonic": "268255089", "InvocationID": "14570cfdd871440692b5d0d3b34af746", "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-08-24 03:16:53 EDT", "StateChangeTimestampMonotonic": "287079247", "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.40.188> (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-08-24 03:16:39 EDT", "ActiveEnterTimestampMonotonic": "274173593", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:20 EDT", "ActiveExitTimestampMonotonic": "255764200", "ActiveState": "active", "After": "remote-fs.target basic.target network.target system.slice systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:16:20 EDT", "AssertTimestampMonotonic": "255790172", "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-08-24 03:16:20 EDT", "ConditionTimestampMonotonic": "255790150", "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-08-24 03:16:39 EDT", "ExecMainExitTimestampMonotonic": "274172947", "ExecMainPID": "16825", "ExecMainStartTimestamp": "Sat 2024-08-24 03:16:20 EDT", "ExecMainStartTimestampMonotonic": "255791074", "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-08-24 03:16:20 EDT] ; stop_time=[Sat 2024-08-24 03:16:39 EDT] ; pid=16825 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:20 EDT] ; stop_time=[Sat 2024-08-24 03:16:20 EDT] ; pid=16811 ; 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-08-24 03:16:20 EDT", "InactiveEnterTimestampMonotonic": "255789299", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:20 EDT", "InactiveExitTimestampMonotonic": "255791109", "InvocationID": "c5bb7094389b4c8caed2f30e17a40478", "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-08-24 03:16:39 EDT", "StateChangeTimestampMonotonic": "274173593", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 24 August 2024 03:17:06 -0400 (0:00:00.781) 0:00:08.253 ******* included: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for managed_node1, managed_node2, managed_node3 TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 24 August 2024 03:17:06 -0400 (0:00:00.128) 0:00:08.381 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725 `" && echo ansible-tmp-1724483826.515219-10577-36291374301725="` echo /root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458 `" && echo ansible-tmp-1724483826.528844-10578-160866503218458="` echo /root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148 `" && echo ansible-tmp-1724483826.531612-10580-221014703709148="` echo /root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483826.515219-10577-36291374301725=/root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483826.528844-10578-160866503218458=/root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483826.531612-10580-221014703709148=/root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148\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.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpyzym8b40 TO /root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725/AnsiballZ_command.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpv4qv252l TO /root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458/AnsiballZ_command.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmphwjckxvg TO /root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148/AnsiballZ_command.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpyzym8b40 /root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725/AnsiballZ_command.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725/ /root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmphwjckxvg /root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148/AnsiballZ_command.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148/ /root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148/AnsiballZ_command.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpv4qv252l /root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458/AnsiballZ_command.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458/ /root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148/AnsiballZ_command.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458/AnsiballZ_command.py && sleep 0'"'"'' <10.31.40.188> (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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483826.515219-10577-36291374301725/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483826.531612-10580-221014703709148/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483826.528844-10578-160866503218458/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.41.202> (0, b'', b'') <10.31.11.226> (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 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 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 24 August 2024 03:17:06 -0400 (0:00:00.440) 0:00:08.821 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977 `" && echo ansible-tmp-1724483826.9553826-10604-169397149926977="` echo /root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959 `" && echo ansible-tmp-1724483826.9646811-10607-173097861800959="` echo /root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494 `" && echo ansible-tmp-1724483826.966336-10605-203907859162494="` echo /root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483826.9553826-10604-169397149926977=/root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483826.9646811-10607-173097861800959=/root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483826.966336-10605-203907859162494=/root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494\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 <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpbyxwf0km TO /root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977/AnsiballZ_slurp.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpblhi08is TO /root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959/AnsiballZ_slurp.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpts3to8ev TO /root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494/AnsiballZ_slurp.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpbyxwf0km /root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977/AnsiballZ_slurp.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977/ /root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpblhi08is /root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959/AnsiballZ_slurp.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959/ /root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpts3to8ev /root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494/AnsiballZ_slurp.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494/ /root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.188> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQzhkUTNZSFhKU3FmNkVDQkhUODdGUk1BOTJsSmZDeTVUbzgvTmowbTNjWmFkTFZBYmlMN0E2NG9oeHQvd3JqNFc1WnR0OERqWjJ6b1JPK2JQeGdxcFFadnNjZ0FHaGdRWDU3U1FOWVhNNHNHL05vVmNPZXQrWHlvNGZKY0pJd3dEMUNESFhxOVJGc1RoY28zZTFCck12dXFyN1ptN3ZWQUprU3ZaUE1SQ256S1NtVVp4U295WG9DNW9HbnRmeHZ0Sm9RdWtOUDFWc29IK0ZCV1ZMQTQ1VVNsTVpTUm05aWtxeGNZWlZpb3FqRDMzditoRWNYSEVCUVora2tqakFBL0VzWTZTVlhPL1lqaWRURVFNaytmQUgwWHNVUkxJRnJsdXEwd2t1RGl1SDlCbjF4MXFFcDl1bkZBQ2p2T0NmTUtUNUNUd2VBaW1qSXNIWVFySFhCbUhXMWhQQ3loaG9qRXNqcG5sQkVJSzNHOU5HY29EZjMySEVqak51ZndrQmk0UHJ3S2hwbk5CZnFSNVhlMnB4dlo5bnVDMXJUaFNQYmxxTHVjMWQwTFlJQllxK28zeEZDTWs3enlQTlBlZmZDc1llNTlQN1RvcDBWdWZzTmVuaHVpWjlmNXVoV200UDQyUTZleXN4Z25LR2dPRmFybzhGUStGVmVoWXdUc1gydXM9IHJvb3RAaXAtMTAtMzEtNDAtMTg4LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483826.9553826-10604-169397149926977/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERytaZVY3SFpKY052Y095T3JzUmFJRWFGZ2NCNDc2TTc0T2RoUXV2bmJIQjd0SkVYMEtka2t0TElDYXBCWDMvMU54d2VuM3B3OS9yODVqQ2lqZ21sekNwT1crYjJHUUtvcitJcUVnaXY2TDZxQjZvOGphclRneG5vakZVV3lBWFBZSnNCTWFvNFh0d2FISGh6M1RKdlZSbjNHK1JoQzhxaXNtLzdZMnpwM3hGT0RFbEVCcnZCdlIzelRlTW1sYUQwaThkWW1NV3prL3k3cHJJcFVxMVlBdnpWa0x0eW5kMkdZOGg0MlZEYkwrUUtrV0dqTE9vYTJjRmoxZnBhbThRTC9wTFh4dnJXWnc1VDVUMmd1Qk9WN1RrL1pjbVhoZ2FaaFBOMWwrRlF0RE04bDA3Ym1iOUloSG9QelVSVzRhVk45UzBHbW1NV3lwbmNGaGE0OXZZMnU0dWsxQUJnUTM1MEF6ME5waGt1aUZUOUgrWjUrei9TMW5zZlM3OFBnU1JaZS9Uek1tR1ZWMDZKa05XMElta1pONXlYZFZGWm93OVJLN2RRM25WWVJUMkp0Tzc5U3puTFBWUm9iKzA2RlF1TFp5MXhyMm5oOCtZaTRFREhCNHFoMDM1QnVYK2NNZHJ0bCtmaEpQK0JMbU9DS2dhSStvNFRxaFMrTWdRTFMrZ2s9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483826.9646811-10607-173097861800959/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEakNncnc0RkFHZTl6NTBjWWZDTlZvRlF2MG5uSkR1QjFCeWhEb1VKMjM4NUxpc0VST0ZQRitDZ2QyaHVKaTBuTWhNWDdLMURvdUNrdEZ1VUpoS3kxWVh5NHRGakY0Skxnb3hZZUlOV05wai9NZWgzajhXRUsxdmJuSy8xWUZVVUpyMXNMb0Z2S1RwRFh0WWsxcnJCWlNROEw5STY3L2crTWIyTGQ5bGhlZHFtNDJxSWFvTG1kZjNDdWNmcEppckJ2bWloQlY5c1ZGOUNFaXNQemxqT2hadGhoOTZqelpqaHhYTEJJWDRkb1ViNVBmVGFqNjRzTXVpT3E4MnlaVFpteWsrL0Z6Umd0N2JZZ3lycElKSVZzNFZLQldtbmZmRlpKR3MxV1V4UVplY2JHcVZIQUw1eGp3alBma0xtZWsweUFtZ3NVYmxsakZmWjBlYXcxRXpSWFVGbWV2RVV0N2xkbStrUU9aUU9TK2JIYnViQ0toYUlIR3JrVjJ0Q0N0YWtkcmtLOFp1R3JPZjhZUUFsQndyQmFPWnVRT05zQXFFQTd0eFJucTZTQjBpQTI5WWdCd0pEUVpRbmpwMzM3L0lKVXk1UWNOdFhFWlVlenU5SEdLNUVjM3B2bDFuZEw5RkFvWUE1dGFjdTk2N1IvaEZpbmdFQzhjY0VGQk0zejFYR009IHJvb3RAaXAtMTAtMzEtMTEtMjI2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483826.966336-10605-203907859162494/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.41.202> (0, b'', b'') ok: [managed_node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQzhkUTNZSFhKU3FmNkVDQkhUODdGUk1BOTJsSmZDeTVUbzgvTmowbTNjWmFkTFZBYmlMN0E2NG9oeHQvd3JqNFc1WnR0OERqWjJ6b1JPK2JQeGdxcFFadnNjZ0FHaGdRWDU3U1FOWVhNNHNHL05vVmNPZXQrWHlvNGZKY0pJd3dEMUNESFhxOVJGc1RoY28zZTFCck12dXFyN1ptN3ZWQUprU3ZaUE1SQ256S1NtVVp4U295WG9DNW9HbnRmeHZ0Sm9RdWtOUDFWc29IK0ZCV1ZMQTQ1VVNsTVpTUm05aWtxeGNZWlZpb3FqRDMzditoRWNYSEVCUVora2tqakFBL0VzWTZTVlhPL1lqaWRURVFNaytmQUgwWHNVUkxJRnJsdXEwd2t1RGl1SDlCbjF4MXFFcDl1bkZBQ2p2T0NmTUtUNUNUd2VBaW1qSXNIWVFySFhCbUhXMWhQQ3loaG9qRXNqcG5sQkVJSzNHOU5HY29EZjMySEVqak51ZndrQmk0UHJ3S2hwbk5CZnFSNVhlMnB4dlo5bnVDMXJUaFNQYmxxTHVjMWQwTFlJQllxK28zeEZDTWs3enlQTlBlZmZDc1llNTlQN1RvcDBWdWZzTmVuaHVpWjlmNXVoV200UDQyUTZleXN4Z25LR2dPRmFybzhGUStGVmVoWXdUc1gydXM9IHJvb3RAaXAtMTAtMzEtNDAtMTg4LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERytaZVY3SFpKY052Y095T3JzUmFJRWFGZ2NCNDc2TTc0T2RoUXV2bmJIQjd0SkVYMEtka2t0TElDYXBCWDMvMU54d2VuM3B3OS9yODVqQ2lqZ21sekNwT1crYjJHUUtvcitJcUVnaXY2TDZxQjZvOGphclRneG5vakZVV3lBWFBZSnNCTWFvNFh0d2FISGh6M1RKdlZSbjNHK1JoQzhxaXNtLzdZMnpwM3hGT0RFbEVCcnZCdlIzelRlTW1sYUQwaThkWW1NV3prL3k3cHJJcFVxMVlBdnpWa0x0eW5kMkdZOGg0MlZEYkwrUUtrV0dqTE9vYTJjRmoxZnBhbThRTC9wTFh4dnJXWnc1VDVUMmd1Qk9WN1RrL1pjbVhoZ2FaaFBOMWwrRlF0RE04bDA3Ym1iOUloSG9QelVSVzRhVk45UzBHbW1NV3lwbmNGaGE0OXZZMnU0dWsxQUJnUTM1MEF6ME5waGt1aUZUOUgrWjUrei9TMW5zZlM3OFBnU1JaZS9Uek1tR1ZWMDZKa05XMElta1pONXlYZFZGWm93OVJLN2RRM25WWVJUMkp0Tzc5U3puTFBWUm9iKzA2RlF1TFp5MXhyMm5oOCtZaTRFREhCNHFoMDM1QnVYK2NNZHJ0bCtmaEpQK0JMbU9DS2dhSStvNFRxaFMrTWdRTFMrZ2s9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.11.226> (0, b'', b'') ok: [managed_node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEakNncnc0RkFHZTl6NTBjWWZDTlZvRlF2MG5uSkR1QjFCeWhEb1VKMjM4NUxpc0VST0ZQRitDZ2QyaHVKaTBuTWhNWDdLMURvdUNrdEZ1VUpoS3kxWVh5NHRGakY0Skxnb3hZZUlOV05wai9NZWgzajhXRUsxdmJuSy8xWUZVVUpyMXNMb0Z2S1RwRFh0WWsxcnJCWlNROEw5STY3L2crTWIyTGQ5bGhlZHFtNDJxSWFvTG1kZjNDdWNmcEppckJ2bWloQlY5c1ZGOUNFaXNQemxqT2hadGhoOTZqelpqaHhYTEJJWDRkb1ViNVBmVGFqNjRzTXVpT3E4MnlaVFpteWsrL0Z6Umd0N2JZZ3lycElKSVZzNFZLQldtbmZmRlpKR3MxV1V4UVplY2JHcVZIQUw1eGp3alBma0xtZWsweUFtZ3NVYmxsakZmWjBlYXcxRXpSWFVGbWV2RVV0N2xkbStrUU9aUU9TK2JIYnViQ0toYUlIR3JrVjJ0Q0N0YWtkcmtLOFp1R3JPZjhZUUFsQndyQmFPWnVRT05zQXFFQTd0eFJucTZTQjBpQTI5WWdCd0pEUVpRbmpwMzM3L0lKVXk1UWNOdFhFWlVlenU5SEdLNUVjM3B2bDFuZEw5RkFvWUE1dGFjdTk2N1IvaEZpbmdFQzhjY0VGQk0zejFYR009IHJvb3RAaXAtMTAtMzEtMTEtMjI2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 24 August 2024 03:17:07 -0400 (0:00:00.433) 0:00:09.255 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006 `" && echo ansible-tmp-1724483827.4068532-10628-242943550463006="` echo /root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504 `" && echo ansible-tmp-1724483827.4139607-10629-219946013731504="` echo /root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757 `" && echo ansible-tmp-1724483827.4185615-10630-30649489319757="` echo /root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483827.4068532-10628-242943550463006=/root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483827.4139607-10629-219946013731504=/root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483827.4185615-10630-30649489319757=/root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpug4b5yze TO /root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504/AnsiballZ_user.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp25_zwyc8 TO /root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757/AnsiballZ_user.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpod99dl6e TO /root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006/AnsiballZ_user.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp25_zwyc8 /root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757/AnsiballZ_user.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757/ /root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpod99dl6e /root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006/AnsiballZ_user.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006/ /root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006/AnsiballZ_user.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpug4b5yze /root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504/AnsiballZ_user.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504/ /root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006/AnsiballZ_user.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757/AnsiballZ_user.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504/AnsiballZ_user.py && sleep 0'"'"'' <10.31.40.188> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-40-188.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-41-202.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "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.41.202 closed.\r\n') <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483827.4068532-10628-242943550463006/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483827.4185615-10630-30649489319757/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-11-226.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483827.4139607-10629-219946013731504/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.41.202> (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 ip-10-31-40-188.us-east-1.aws.redhat.com", "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 } 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 ip-10-31-41-202.us-east-1.aws.redhat.com", "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.226> (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 ip-10-31-11-226.us-east-1.aws.redhat.com", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 24 August 2024 03:17:07 -0400 (0:00:00.547) 0:00:09.803 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959 `" && echo ansible-tmp-1724483827.949968-10655-207734515840959="` echo /root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145 `" && echo ansible-tmp-1724483827.957094-10656-238166527607145="` echo /root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828 `" && echo ansible-tmp-1724483827.959667-10657-2875131981828="` echo /root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483827.949968-10655-207734515840959=/root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpzo889yyw TO /root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959/AnsiballZ_stat.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.11.226> (0, b'ansible-tmp-1724483827.957094-10656-238166527607145=/root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpnwrfl4r7 TO /root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145/AnsiballZ_stat.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.41.202> (0, b'ansible-tmp-1724483827.959667-10657-2875131981828=/root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp1mizpng6 TO /root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828/AnsiballZ_stat.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpzo889yyw /root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959/AnsiballZ_stat.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959/ /root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp1mizpng6 /root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828/AnsiballZ_stat.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828/ /root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpnwrfl4r7 /root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145/AnsiballZ_stat.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145/ /root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (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": 1724483550.4451673, "mtime": 1724483775.602354, "ctime": 1724483775.602354, "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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483827.949968-10655-207734515840959/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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": 1724483541.9048135, "mtime": 1724483794.5158808, "ctime": 1724483794.5158808, "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483827.959667-10657-2875131981828/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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": 1724483553.0364995, "mtime": 1724483788.5278664, "ctime": 1724483788.5278664, "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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483827.957094-10656-238166527607145/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (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": 1724483550.4451673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724483775.602354, "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": 1724483775.602354, "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.41.202> (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": 1724483541.9048135, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724483794.5158808, "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": 1724483794.5158808, "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.226> (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": 1724483553.0364995, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724483788.5278664, "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": 1724483788.5278664, "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 24 August 2024 03:17:08 -0400 (0:00:00.369) 0:00:10.172 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420 `" && echo ansible-tmp-1724483828.3236475-10679-229246077488420="` echo /root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250 `" && echo ansible-tmp-1724483828.325056-10680-151823204857250="` echo /root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070 `" && echo ansible-tmp-1724483828.3295908-10681-106132384091070="` echo /root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483828.3236475-10679-229246077488420=/root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483828.325056-10680-151823204857250=/root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp0fz5lys4 TO /root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420/AnsiballZ_stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpq13vrjty TO /root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250/AnsiballZ_stat.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.41.202> (0, b'ansible-tmp-1724483828.3295908-10681-106132384091070=/root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpxaf9dz3x TO /root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070/AnsiballZ_stat.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpxaf9dz3x /root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070/AnsiballZ_stat.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070/ /root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp0fz5lys4 /root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420/AnsiballZ_stat.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420/ /root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpq13vrjty /root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250/AnsiballZ_stat.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250/ /root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1589, "inode": 476053639, "dev": 51713, "nlink": 1, "atime": 1724483798.5238948, "mtime": 1724483794.5158808, "ctime": 1724483794.5168808, "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": "765af58b66d53c5475995d6fd9140c94ca8308a4", "mimetype": "text/plain", "charset": "us-ascii", "version": "3268901920", "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483828.3295908-10681-106132384091070/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1589, "inode": 448790661, "dev": 51713, "nlink": 1, "atime": 1724483781.0423841, "mtime": 1724483775.602354, "ctime": 1724483775.6033542, "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": "9dc2a697b2a749495f053dd9b7d0c6342ba44031", "mimetype": "text/plain", "charset": "us-ascii", "version": "1899077433", "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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483828.3236475-10679-229246077488420/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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": 1724483642.1620953, "mtime": 1724483553.0364995, "ctime": 1724483553.0364995, "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.11.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483828.325056-10680-151823204857250/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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": 1724483798.5238948, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "765af58b66d53c5475995d6fd9140c94ca8308a4", "ctime": 1724483794.5168808, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 476053639, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724483794.5158808, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1589, "uid": 0, "version": "3268901920", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.40.188> (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": 1724483781.0423841, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9dc2a697b2a749495f053dd9b7d0c6342ba44031", "ctime": 1724483775.6033542, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790661, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724483775.602354, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1589, "uid": 0, "version": "1899077433", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.11.226> (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": 1724483642.1620953, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1724483553.0364995, "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": 1724483553.0364995, "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 24 August 2024 03:17:08 -0400 (0:00:00.384) 0:00:10.557 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746 `" && echo ansible-tmp-1724483828.7447593-10706-275557296652746="` echo /root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421 `" && echo ansible-tmp-1724483828.7689848-10708-101473178421="` echo /root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059 `" && echo ansible-tmp-1724483828.7698953-10707-44877976004059="` echo /root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483828.7447593-10706-275557296652746=/root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483828.7698953-10707-44877976004059=/root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483828.7689848-10708-101473178421=/root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421\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.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp0omoyhz3 TO /root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746/AnsiballZ_file.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpf3upwaf_ TO /root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059/AnsiballZ_file.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpha0dd4nl TO /root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421/AnsiballZ_file.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp0omoyhz3 /root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746/AnsiballZ_file.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746/ /root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpha0dd4nl /root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421/AnsiballZ_file.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421/ /root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpf3upwaf_ /root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059/AnsiballZ_file.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059/ /root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> (0, b'', b'') <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> (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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483828.7689848-10708-101473178421/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483828.7447593-10706-275557296652746/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483828.7698953-10707-44877976004059/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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 } <10.31.40.188> (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.226> (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 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 24 August 2024 03:17:09 -0400 (0:00:00.515) 0:00:11.072 ******* <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093 `" && echo ansible-tmp-1724483829.2728004-10731-258652539512093="` echo /root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275 `" && echo ansible-tmp-1724483829.279271-10730-263766996561275="` echo /root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566 `" && echo ansible-tmp-1724483829.2921662-10732-250258730523566="` echo /root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'ansible-tmp-1724483829.2728004-10731-258652539512093=/root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093\n', b'') <10.31.40.188> (0, b'ansible-tmp-1724483829.279271-10730-263766996561275=/root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483829.2921662-10732-250258730523566=/root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566\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.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpzifxw9sd TO /root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093/AnsiballZ_lineinfile.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpyy2i9w_a TO /root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275/AnsiballZ_lineinfile.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/lineinfile.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpe7zbv9ow TO /root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566/AnsiballZ_lineinfile.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpyy2i9w_a /root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275/AnsiballZ_lineinfile.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275/ /root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpe7zbv9ow /root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566/AnsiballZ_lineinfile.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566/ /root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpzifxw9sd /root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093/AnsiballZ_lineinfile.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093/ /root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.40.188> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDC8dQ3YHXJSqf6ECBHT87FRMA92lJfCy5To8/Nj0m3cZadLVAbiL7A64ohxt/wrj4W5Ztt8DjZ2zoRO+bPxgqpQZvscgAGhgQX57SQNYXM4sG/NoVcOet+Xyo4fJcJIwwD1CDHXq9RFsThco3e1BrMvuqr7Zm7vVAJkSvZPMRCnzKSmUZxSoyXoC5oGntfxvtJoQukNP1VsoH+FBWVLA45USlMZSRm9ikqxcYZVioqjD33v+hEcXHEBQZ+kkjjAA/EsY6SVXO/YjidTEQMk+fAH0XsURLIFrluq0wkuDiuH9Bn1x1qEp9unFACjvOCfMKT5CTweAimjIsHYQrHXBmHW1hPCyhhojEsjpnlBEIK3G9NGcoDf32HEjjNufwkBi4PrwKhpnNBfqR5Xe2pxvZ9nuC1rThSPblqLuc1d0LYIBYq+o3xFCMk7zyPNPeffCsYe59P7Top0VufsNenhuiZ9f5uhWm4P42Q6eysxgnKGgOFaro8FQ+FVehYwTsX2us= root@ip-10-31-40-188.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483829.279271-10730-263766996561275/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDjCgrw4FAGe9z50cYfCNVoFQv0nnJDuB1ByhDoUJ2385LisEROFPF+Cgd2huJi0nMhMX7K1DouCktFuUJhKy1YXy4tFjF4JLgoxYeINWNpj/Meh3j8WEK1vbnK/1YFUUJr1sLoFvKTpDXtYk1rrBZSQ8L9I67/g+Mb2Ld9lhedqm42qIaoLmdf3CucfpJirBvmihBV9sVF9CEisPzljOhZthh96jzZjhxXLBIX4doUb5PfTaj64sMuiOq82yZTZmyk+/FzRgt7bYgyrpIJIVs4VKBWmnffFZJGs1WUxQZecbGqVHAL5xjwjPfkLmek0yAmgsUblljFfZ0eaw1EzRXUFmevEUt7ldm+kQOZQOS+bHbubCKhaIHGrkV2tCCtakdrkK8ZuGrOf8YQAlBwrBaOZuQONsAqEA7txRnq6SB0iA29YgBwJDQZQnjp337/IJUy5QcNtXEZUezu9HGK5Ec3pvl1ndL9FAoYA5tacu967R/hFingEC8ccEFBM3z1XGM= root@ip-10-31-11-226.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483829.2728004-10731-258652539512093/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDG+ZeV7HZJcNvcOyOrsRaIEaFgcB476M74OdhQuvnbHB7tJEX0KdkktLICapBX3/1Nxwen3pw9/r85jCijgmlzCpOW+b2GQKor+IqEgiv6L6qB6o8jarTgxnojFUWyAXPYJsBMao4XtwaHHhz3TJvVRn3G+RhC8qism/7Y2zp3xFODElEBrvBvR3zTeMmlaD0i8dYmMWzk/y7prIpUq1YAvzVkLtynd2GY8h42VDbL+QKkWGjLOoa2cFj1fpam8QL/pLXxvrWZw5T5T2guBOV7Tk/ZcmXhgaZhPN1l+FQtDM8l07bmb9IhHoPzURW4aVN9S0GmmMWypncFha49vY2u4uk1ABgQ350Az0NphkuiFT9H+Z5+z/S1nsfS78PgSRZe/TzMmGVV06JkNW0ImkZN5yXdVFZow9RK7dQ3nVYRT2JtO79SznLPVRob+06FQuLZy1xr2nh8+Yi4EDHB4qh035BuX+cMdrtl+fhJP+BLmOCKgaI+o4TqhS+MgQLS+gk= root@ip-10-31-41-202.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483829.2921662-10732-250258730523566/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDC8dQ3YHXJSqf6ECBHT87FRMA92lJfCy5To8/Nj0m3cZadLVAbiL7A64ohxt/wrj4W5Ztt8DjZ2zoRO+bPxgqpQZvscgAGhgQX57SQNYXM4sG/NoVcOet+Xyo4fJcJIwwD1CDHXq9RFsThco3e1BrMvuqr7Zm7vVAJkSvZPMRCnzKSmUZxSoyXoC5oGntfxvtJoQukNP1VsoH+FBWVLA45USlMZSRm9ikqxcYZVioqjD33v+hEcXHEBQZ+kkjjAA/EsY6SVXO/YjidTEQMk+fAH0XsURLIFrluq0wkuDiuH9Bn1x1qEp9unFACjvOCfMKT5CTweAimjIsHYQrHXBmHW1hPCyhhojEsjpnlBEIK3G9NGcoDf32HEjjNufwkBi4PrwKhpnNBfqR5Xe2pxvZ9nuC1rThSPblqLuc1d0LYIBYq+o3xFCMk7zyPNPeffCsYe59P7Top0VufsNenhuiZ9f5uhWm4P42Q6eysxgnKGgOFaro8FQ+FVehYwTsX2us= root@ip-10-31-40-188.us-east-1.aws.redhat.com", "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 } } } <10.31.11.226> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDjCgrw4FAGe9z50cYfCNVoFQv0nnJDuB1ByhDoUJ2385LisEROFPF+Cgd2huJi0nMhMX7K1DouCktFuUJhKy1YXy4tFjF4JLgoxYeINWNpj/Meh3j8WEK1vbnK/1YFUUJr1sLoFvKTpDXtYk1rrBZSQ8L9I67/g+Mb2Ld9lhedqm42qIaoLmdf3CucfpJirBvmihBV9sVF9CEisPzljOhZthh96jzZjhxXLBIX4doUb5PfTaj64sMuiOq82yZTZmyk+/FzRgt7bYgyrpIJIVs4VKBWmnffFZJGs1WUxQZecbGqVHAL5xjwjPfkLmek0yAmgsUblljFfZ0eaw1EzRXUFmevEUt7ldm+kQOZQOS+bHbubCKhaIHGrkV2tCCtakdrkK8ZuGrOf8YQAlBwrBaOZuQONsAqEA7txRnq6SB0iA29YgBwJDQZQnjp337/IJUy5QcNtXEZUezu9HGK5Ec3pvl1ndL9FAoYA5tacu967R/hFingEC8ccEFBM3z1XGM= root@ip-10-31-11-226.us-east-1.aws.redhat.com", "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.41.202> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDG+ZeV7HZJcNvcOyOrsRaIEaFgcB476M74OdhQuvnbHB7tJEX0KdkktLICapBX3/1Nxwen3pw9/r85jCijgmlzCpOW+b2GQKor+IqEgiv6L6qB6o8jarTgxnojFUWyAXPYJsBMao4XtwaHHhz3TJvVRn3G+RhC8qism/7Y2zp3xFODElEBrvBvR3zTeMmlaD0i8dYmMWzk/y7prIpUq1YAvzVkLtynd2GY8h42VDbL+QKkWGjLOoa2cFj1fpam8QL/pLXxvrWZw5T5T2guBOV7Tk/ZcmXhgaZhPN1l+FQtDM8l07bmb9IhHoPzURW4aVN9S0GmmMWypncFha49vY2u4uk1ABgQ350Az0NphkuiFT9H+Z5+z/S1nsfS78PgSRZe/TzMmGVV06JkNW0ImkZN5yXdVFZow9RK7dQ3nVYRT2JtO79SznLPVRob+06FQuLZy1xr2nh8+Yi4EDHB4qh035BuX+cMdrtl+fhJP+BLmOCKgaI+o4TqhS+MgQLS+gk= root@ip-10-31-41-202.us-east-1.aws.redhat.com", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 24 August 2024 03:17:09 -0400 (0:00:00.519) 0:00:11.592 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040 `" && echo ansible-tmp-1724483829.7407243-10757-104286129145040="` echo /root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384 `" && echo ansible-tmp-1724483829.742855-10759-233275402816384="` echo /root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655 `" && echo ansible-tmp-1724483829.74449-10758-21532984900655="` echo /root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'ansible-tmp-1724483829.742855-10759-233275402816384=/root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384\n', b'') <10.31.40.188> (0, b'ansible-tmp-1724483829.7407243-10757-104286129145040=/root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040\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 <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpc12u1lmp TO /root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384/AnsiballZ_slurp.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpi1uvtj7m TO /root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040/AnsiballZ_slurp.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.11.226> (0, b'ansible-tmp-1724483829.74449-10758-21532984900655=/root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp0u90yp5x TO /root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655/AnsiballZ_slurp.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpi1uvtj7m /root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040/AnsiballZ_slurp.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040/ /root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpc12u1lmp /root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384/AnsiballZ_slurp.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384/ /root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp0u90yp5x /root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655/AnsiballZ_slurp.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655/ /root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.188> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEVTlhMnhTY2FKZzdTWi96dXdpcXlLTTVGS2x3c1JFVFBDUHlBOTdubUVNbkJDaE0wMHNSNjVVNWhwYno5ak5uNjE5SW9zMDUxMXZHWmdaeVdxVVNubWNKVDExYnEzK3pPVk5UZmV1Y1dCdDc1eTQ3WEprQ2MzK2dFQ1BOL3JCdHQyYUFGeFJ0emtaTnVqSFNETEhEQnZpaU1NcTRjQXp3SS9nWWp2a2VhWjAvaTJvVVU0K2hzYlFVR2ZYNHB0SUZpdWtDY05Db0xnVEd0aHlVaFdkSk5rL1JWQ0JIMjBBRnRWWXhyd3RoWnlwWCt3T21jNUJZY2szSW4zS2J6R24ybHMzcUVKM3Q0TGZXd0xUNzlER1Q0QWgrcmtVNzFpUk82Y251ejBIdFpOdWFGT0NseXFneGFoYkZCUEs2bzF6cC9oVFFMWXVTaGNPNWw5QU1rMkVHQ0I2djRHb2x0WW1aTXNQK1BkdUV1Q3FCa1NvMG1mYVFUSUVXbWxWK0k3ZzZLMlFhTTIwVEdSNERxelJFeFJNOUJ1YXA3RkxIUzJxcnp3a1l5eXJWVVRmSFc4NEJrclNWQmoraVBnL1hRNERxZnVaRDE4QU4zZGhudUhEQktkTXZ3c3ZBUTFDbnlFT0pWZHIvU1hyU2NpajJWL0hNRmlGVlJiMWFYNExWZGRSa2s9IHJvb3RAaXAtMTAtMzEtNDAtMTg4LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483829.7407243-10757-104286129145040/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERHNsT3lUQUNUVzVzd0NQRlE1bzAyWVJ2VjVRdXQwVWNMZGJKeEdseVNITlQvOXRoTXRQV2VyY051d0IydkY1QkVOSHJLVEhnQVMweWNidExScStuMFMrcFllSm5aVkRqUGlXcWlhTmdxMmhwUiszNkM3VUNWZ2lybTlnTkNzTUdjbXA0YVBTS1Vtc2NZaXFhQ0VReDQ4RW1Kdy9aNE5TNnRpbmVxWXJTL25RVDFVcXV5cDBnWWlzeHdEajBLNnY3UjY1TDZrSE53TmgyRUZzdi95UFIzb3MxcDRFWTVwN2J3ZXhNak5pLzVDYzJxL1MyaVp4YjZRejU2ZmtkQ0dYc2ZIODlXLzA3K1c5bHhyWXArRmRHVzRzZWx2R3hTOTZDZEQ1MTZ2WjJxcUViZHNXM1QxWk1LYjl3WUxmMFJtZ29YakJZcE5Hb1VUNE5yYndwZUFsM0pNbzdWZG1DR2IyeTAxMjRocFBVTlB3SG9hNTZLSWxFSnRFcUhxSE5qemJHVmxBZWMrM0ZtN2dqclBhTGwzd2tqTnZDVHVPVS84ckNHNm9pYzhhTmhEQVBLenkrc2trUlIrdEdlVmFpSHFQUEFacHJMSzNqVTRmNnF3VVAzWlM4bFZPWGlhYjlEZGx0ZzE2VkZEZXZJblNuWFVzanlxa0I4MXpRUTJ5Nk51RXM9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483829.742855-10759-233275402816384/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDK1VHK21COFhZalp6OFJ2YlV2eEtOV3FRWXpsMHNZbWxIcXJKWFBmSGFQVFJGMHpqUmlKbEdjajQ2cEZIV2J3eVJqdEpLK0J3RFVEWDhvL2JJVmRTczFTbjR1NXJYc3huY2VCcmN4QVhsSkYzenkxQkJZL1VCSDRtZ0ExV1lxUy9OUGF0aHNNV09QNjdRUmlQZm9KM0Z2RGgxN2R3NG9jcXJ1VnN4SWdwRi93WUJjREwzQ2VzVDh2bXpDU0ZzUjRWQy9GZWNPcE9MbnVPZUhudjVNNGdkckIxK1JmZ05CY1M4Tnd2ZWlROHJDdWJLYmdxMENQZ0F1ZS92a1dzNDJvL2tnMFJUS0NDaU15Rld2Wmd5cmtRSTE4QmR6ZHNDeTBpSTNXWk8zMVVRMHB6VkRJeGNkLzExelBJbmxRUjQwU2tVa3o1MzlscU84Mk4vR3ZsZjNnUkRhOCtZUm9VSWdMVFkrK1BNWjZIMGpiOWE4U0NlZTdhNmpwTUpTeXNKbmsvTmlHWFp3YjhVamo0TFRIeWs2YmsraXZIZDdzemExWCs2Wi85U1lvK2k4YjVoSnZ6dmx3emxERzZ2bFo5aStzQWNFWHMrekZMU3F4eXlxb0JhT0tiR3NVdjFNRXRkWDdUczJSZ3IyYk1kT0ZWUmJCLzZtQ28vaWNTN0VXT1FGTHM9IHJvb3RAaXAtMTAtMzEtMTEtMjI2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483829.74449-10758-21532984900655/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') ok: [managed_node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEVTlhMnhTY2FKZzdTWi96dXdpcXlLTTVGS2x3c1JFVFBDUHlBOTdubUVNbkJDaE0wMHNSNjVVNWhwYno5ak5uNjE5SW9zMDUxMXZHWmdaeVdxVVNubWNKVDExYnEzK3pPVk5UZmV1Y1dCdDc1eTQ3WEprQ2MzK2dFQ1BOL3JCdHQyYUFGeFJ0emtaTnVqSFNETEhEQnZpaU1NcTRjQXp3SS9nWWp2a2VhWjAvaTJvVVU0K2hzYlFVR2ZYNHB0SUZpdWtDY05Db0xnVEd0aHlVaFdkSk5rL1JWQ0JIMjBBRnRWWXhyd3RoWnlwWCt3T21jNUJZY2szSW4zS2J6R24ybHMzcUVKM3Q0TGZXd0xUNzlER1Q0QWgrcmtVNzFpUk82Y251ejBIdFpOdWFGT0NseXFneGFoYkZCUEs2bzF6cC9oVFFMWXVTaGNPNWw5QU1rMkVHQ0I2djRHb2x0WW1aTXNQK1BkdUV1Q3FCa1NvMG1mYVFUSUVXbWxWK0k3ZzZLMlFhTTIwVEdSNERxelJFeFJNOUJ1YXA3RkxIUzJxcnp3a1l5eXJWVVRmSFc4NEJrclNWQmoraVBnL1hRNERxZnVaRDE4QU4zZGhudUhEQktkTXZ3c3ZBUTFDbnlFT0pWZHIvU1hyU2NpajJWL0hNRmlGVlJiMWFYNExWZGRSa2s9IHJvb3RAaXAtMTAtMzEtNDAtMTg4LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.41.202> (0, b'', b'') ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERHNsT3lUQUNUVzVzd0NQRlE1bzAyWVJ2VjVRdXQwVWNMZGJKeEdseVNITlQvOXRoTXRQV2VyY051d0IydkY1QkVOSHJLVEhnQVMweWNidExScStuMFMrcFllSm5aVkRqUGlXcWlhTmdxMmhwUiszNkM3VUNWZ2lybTlnTkNzTUdjbXA0YVBTS1Vtc2NZaXFhQ0VReDQ4RW1Kdy9aNE5TNnRpbmVxWXJTL25RVDFVcXV5cDBnWWlzeHdEajBLNnY3UjY1TDZrSE53TmgyRUZzdi95UFIzb3MxcDRFWTVwN2J3ZXhNak5pLzVDYzJxL1MyaVp4YjZRejU2ZmtkQ0dYc2ZIODlXLzA3K1c5bHhyWXArRmRHVzRzZWx2R3hTOTZDZEQ1MTZ2WjJxcUViZHNXM1QxWk1LYjl3WUxmMFJtZ29YakJZcE5Hb1VUNE5yYndwZUFsM0pNbzdWZG1DR2IyeTAxMjRocFBVTlB3SG9hNTZLSWxFSnRFcUhxSE5qemJHVmxBZWMrM0ZtN2dqclBhTGwzd2tqTnZDVHVPVS84ckNHNm9pYzhhTmhEQVBLenkrc2trUlIrdEdlVmFpSHFQUEFacHJMSzNqVTRmNnF3VVAzWlM4bFZPWGlhYjlEZGx0ZzE2VkZEZXZJblNuWFVzanlxa0I4MXpRUTJ5Nk51RXM9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.11.226> (0, b'', b'') ok: [managed_node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDK1VHK21COFhZalp6OFJ2YlV2eEtOV3FRWXpsMHNZbWxIcXJKWFBmSGFQVFJGMHpqUmlKbEdjajQ2cEZIV2J3eVJqdEpLK0J3RFVEWDhvL2JJVmRTczFTbjR1NXJYc3huY2VCcmN4QVhsSkYzenkxQkJZL1VCSDRtZ0ExV1lxUy9OUGF0aHNNV09QNjdRUmlQZm9KM0Z2RGgxN2R3NG9jcXJ1VnN4SWdwRi93WUJjREwzQ2VzVDh2bXpDU0ZzUjRWQy9GZWNPcE9MbnVPZUhudjVNNGdkckIxK1JmZ05CY1M4Tnd2ZWlROHJDdWJLYmdxMENQZ0F1ZS92a1dzNDJvL2tnMFJUS0NDaU15Rld2Wmd5cmtRSTE4QmR6ZHNDeTBpSTNXWk8zMVVRMHB6VkRJeGNkLzExelBJbmxRUjQwU2tVa3o1MzlscU84Mk4vR3ZsZjNnUkRhOCtZUm9VSWdMVFkrK1BNWjZIMGpiOWE4U0NlZTdhNmpwTUpTeXNKbmsvTmlHWFp3YjhVamo0TFRIeWs2YmsraXZIZDdzemExWCs2Wi85U1lvK2k4YjVoSnZ6dmx3emxERzZ2bFo5aStzQWNFWHMrekZMU3F4eXlxb0JhT0tiR3NVdjFNRXRkWDdUczJSZ3IyYk1kT0ZWUmJCLzZtQ28vaWNTN0VXT1FGTHM9IHJvb3RAaXAtMTAtMzEtMTEtMjI2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 24 August 2024 03:17:10 -0400 (0:00:00.367) 0:00:11.960 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510 `" && echo ansible-tmp-1724483830.2006638-10783-121117416191510="` echo /root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510 `" ) && sleep 0'"'"'' <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161 `" && echo ansible-tmp-1724483830.2094924-10781-197150351476161="` echo /root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323 `" && echo ansible-tmp-1724483830.227497-10782-80917902346323="` echo /root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'ansible-tmp-1724483830.2006638-10783-121117416191510=/root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510\n', b'') <10.31.40.188> (0, b'ansible-tmp-1724483830.2094924-10781-197150351476161=/root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483830.227497-10782-80917902346323=/root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp5kn5qb5u TO /root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510/AnsiballZ_known_hosts.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpsu824y57 TO /root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161/AnsiballZ_known_hosts.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp7izb87au TO /root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323/AnsiballZ_known_hosts.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp5kn5qb5u /root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510/AnsiballZ_known_hosts.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510/ /root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpsu824y57 /root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161/AnsiballZ_known_hosts.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161/ /root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp7izb87au /root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323/AnsiballZ_known_hosts.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323/ /root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\\n", "after": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\\n", "name": "10.31.41.202", "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.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\\n", "after": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483830.2006638-10783-121117416191510/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\\n", "after": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\\n", "name": "10.31.40.188", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\\n", "after": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483830.2094924-10781-197150351476161/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\\n", "after": "10.31.11.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.11.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\\n", "name": "10.31.11.226", "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.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\\n", "after": "10.31.11.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.11.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483830.227497-10782-80917902346323/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') ok: [managed_node3] => { "changed": false, "diff": { "after": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDslOyTACTW5swCPFQ5o02YRvV5Qut0UcLdbJxGlySHNT/9thMtPWercNuwB2vF5BENHrKTHgAS0ycbtLRq+n0S+pYeJnZVDjPiWqiaNgq2hpR+36C7UCVgirm9gNCsMGcmp4aPSKUmscYiqaCEQx48EmJw/Z4NS6tineqYrS/nQT1Uquyp0gYisxwDj0K6v7R65L6kHNwNh2EFsv/yPR3os1p4EY5p7bwexMjNi/5Cc2q/S2iZxb6Qz56fkdCGXsfH89W/07+W9lxrYp+FdGW4selvGxS96CdD516vZ2qqEbdsW3T1ZMKb9wYLf0RmgoXjBYpNGoUT4NrbwpeAl3JMo7VdmCGb2y0124hpPUNPwHoa56KIlEJtEqHqHNjzbGVlAec+3Fm7gjrPaLl3wkjNvCTuOU/8rCG6oic8aNhDAPKzy+skkRR+tGeVaiHqPPAZprLK3jU4f6qwUP3ZS8lVOXiab9Ddltg16VFDevInSnXUsjyqkB81zQQ2y6NuEs= root@ip-10-31-41-202.us-east-1.aws.redhat.com\n", "name": "10.31.41.202", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.40.188> (0, b'', b'') ok: [managed_node1] => { "changed": false, "diff": { "after": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.40.188 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDU9a2xScaJg7SZ/zuwiqyKM5FKlwsRETPCPyA97nmEMnBChM00sR65U5hpbz9jNn619Ios0511vGZgZyWqUSnmcJT11bq3+zOVNTfeucWBt75y47XJkCc3+gECPN/rBtt2aAFxRtzkZNujHSDLHDBviiMMq4cAzwI/gYjvkeaZ0/i2oUU4+hsbQUGfX4ptIFiukCcNCoLgTGthyUhWdJNk/RVCBH20AFtVYxrwthZypX+wOmc5BYck3In3KbzGn2ls3qEJ3t4LfWwLT79DGT4Ah+rkU71iRO6cnuz0HtZNuaFOClyqgxahbFBPK6o1zp/hTQLYuShcO5l9AMk2EGCB6v4GoltYmZMsP+PduEuCqBkSo0mfaQTIEWmlV+I7g6K2QaM20TGR4DqzRExRM9Buap7FLHS2qrzwkYyyrVUTfHW84BkrSVBj+iPg/XQ4DqfuZD18AN3dhnuHDBKdMvwsvAQ1CnyEOJVdr/SXrScij2V/HMFiFVRb1aX4LVddRkk= root@ip-10-31-40-188.us-east-1.aws.redhat.com\n", "name": "10.31.40.188", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.11.226> (0, b'', b'') ok: [managed_node2] => { "changed": false, "diff": { "after": "10.31.11.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.11.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.11.226 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+UG+mB8XYjZz8RvbUvxKNWqQYzl0sYmlHqrJXPfHaPTRF0zjRiJlGcj46pFHWbwyRjtJK+BwDUDX8o/bIVdSs1Sn4u5rXsxnceBrcxAXlJF3zy1BBY/UBH4mgA1WYqS/NPathsMWOP67QRiPfoJ3FvDh17dw4ocqruVsxIgpF/wYBcDL3CesT8vmzCSFsR4VC/FecOpOLnuOeHnv5M4gdrB1+RfgNBcS8NwveiQ8rCubKbgq0CPgAue/vkWs42o/kg0RTKCCiMyFWvZgyrkQI18BdzdsCy0iI3WZO31UQ0pzVDIxcd/11zPInlQR40SkUkz539lqO82N/Gvlf3gRDa8+YRoUIgLTY++PMZ6H0jb9a8SCee7a6jpMJSysJnk/NiGXZwb8Ujj4LTHyk6bk+ivHd7sza1X+6Z/9SYo+i8b5hJvzvlwzlDG6vlZ9i+sAcEXs+zFLSqxyyqoBaOKbGsUv1MEtdX7Ts2Rgr2bMdOFVRbB/6mCo/icS7EWOQFLs= root@ip-10-31-11-226.us-east-1.aws.redhat.com\n", "name": "10.31.11.226", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 24 August 2024 03:17:10 -0400 (0:00:00.560) 0:00:12.520 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736 `" && echo ansible-tmp-1724483830.6530619-10808-171200884342736="` echo /root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281 `" && echo ansible-tmp-1724483830.6546586-10809-49777737725281="` echo /root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196 `" && echo ansible-tmp-1724483830.662519-10811-88896432639196="` echo /root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483830.6530619-10808-171200884342736=/root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483830.6546586-10809-49777737725281=/root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpmdqi249z TO /root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736/AnsiballZ_stat.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpfirnxupx TO /root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281/AnsiballZ_stat.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.41.202> (0, b'ansible-tmp-1724483830.662519-10811-88896432639196=/root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpif3d4jf3 TO /root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196/AnsiballZ_stat.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpmdqi249z /root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736/AnsiballZ_stat.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736/ /root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpif3d4jf3 /root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196/AnsiballZ_stat.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196/ /root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpfirnxupx /root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281/AnsiballZ_stat.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281/ /root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (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": 471859332, "dev": 51713, "nlink": 1, "atime": 1724483778.6253707, "mtime": 1724483777.7113657, "ctime": 1724483778.1843684, "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": "6f0baf1a4d0226318f27346552030ea6b4708fbc", "mimetype": "text/plain", "charset": "us-ascii", "version": "3344539244", "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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483830.6530619-10808-171200884342736/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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": 492830856, "dev": 51713, "nlink": 1, "atime": 1724483797.9818928, "mtime": 1724483796.001886, "ctime": 1724483796.2398868, "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": "42ee09bff16a4b225ee07c30a94ec589552d83d5", "mimetype": "text/plain", "charset": "us-ascii", "version": "24682966", "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483830.662519-10811-88896432639196/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 37748931, "dev": 51713, "nlink": 1, "atime": 1724483794.2549489, "mtime": 1724483792.451923, "ctime": 1724483792.8599288, "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": "936d55dcb544f6edbe07f272c2041f71606a9e9c", "mimetype": "text/plain", "charset": "us-ascii", "version": "2870507569", "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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483830.6546586-10809-49777737725281/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (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": "/etc/kdump.conf" } }, "stat": { "atime": 1724483778.6253707, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6f0baf1a4d0226318f27346552030ea6b4708fbc", "ctime": 1724483778.1843684, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 471859332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724483777.7113657, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3344539244", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.41.202> (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": 1724483797.9818928, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "42ee09bff16a4b225ee07c30a94ec589552d83d5", "ctime": 1724483796.2398868, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 492830856, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724483796.001886, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "24682966", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.11.226> (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": 1724483794.2549489, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "936d55dcb544f6edbe07f272c2041f71606a9e9c", "ctime": 1724483792.8599288, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37748931, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724483792.451923, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 121, "uid": 0, "version": "2870507569", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 24 August 2024 03:17:10 -0400 (0:00:00.366) 0:00:12.886 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> (0, b'/root\n', b'') <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327 `" && echo ansible-tmp-1724483831.0586734-10832-149382319059327="` echo /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327 `" ) && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615 `" && echo ansible-tmp-1724483831.0592365-10833-175666194165615="` echo /root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819 `" && echo ansible-tmp-1724483831.0743191-10834-235459637555819="` echo /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483831.0586734-10832-149382319059327=/root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483831.0592365-10833-175666194165615=/root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483831.0743191-10834-235459637555819=/root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmptc7rs_pt TO /root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615/AnsiballZ_stat.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp_tag1965 TO /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/AnsiballZ_stat.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpnaw6xf72 TO /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/AnsiballZ_stat.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmptc7rs_pt /root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615/AnsiballZ_stat.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615/ /root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp_tag1965 /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/AnsiballZ_stat.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/ /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpnaw6xf72 /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/AnsiballZ_stat.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/ /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.40.188> (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": 471859332, "dev": 51713, "nlink": 1, "atime": 1724483778.6253707, "mtime": 1724483777.7113657, "ctime": 1724483778.1843684, "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": "6f0baf1a4d0226318f27346552030ea6b4708fbc", "mimetype": "text/plain", "charset": "us-ascii", "version": "3344539244", "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.40.188 closed.\r\n') <10.31.11.226> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 37748931, "dev": 51713, "nlink": 1, "atime": 1724483794.2549489, "mtime": 1724483792.451923, "ctime": 1724483792.8599288, "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": "936d55dcb544f6edbe07f272c2041f71606a9e9c", "mimetype": "text/plain", "charset": "us-ascii", "version": "2870507569", "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.226 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp8pgilg4a TO /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/AnsiballZ_file.py <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483831.0592365-10833-175666194165615/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.41.202> (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": 492830856, "dev": 51713, "nlink": 1, "atime": 1724483797.9818928, "mtime": 1724483796.001886, "ctime": 1724483796.2398868, "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": "42ee09bff16a4b225ee07c30a94ec589552d83d5", "mimetype": "text/plain", "charset": "us-ascii", "version": "24682966", "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.41.202 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpvaad8d2k TO /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/AnsiballZ_file.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.11.226> (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-10228z159k4th/tmpx_a1j3iy/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10228z159k4th/tmpx_a1j3iy/kdump.conf.j2" } } <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp8pgilg4a /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/AnsiballZ_file.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/ /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpvaad8d2k /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/AnsiballZ_file.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/ /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.188> (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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483831.0586734-10832-149382319059327/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483831.0743191-10834-235459637555819/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.40.188> (0, b'', b'') ok: [managed_node1] => { "changed": false, "checksum": "6f0baf1a4d0226318f27346552030ea6b4708fbc", "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 } ok: [managed_node3] => { "changed": false, "checksum": "42ee09bff16a4b225ee07c30a94ec589552d83d5", "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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 24 August 2024 03:17:11 -0400 (0:00:00.706) 0:00:13.593 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674 `" && echo ansible-tmp-1724483831.7278588-10867-174362143106674="` echo /root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840 `" && echo ansible-tmp-1724483831.7361362-10868-43660626265840="` echo /root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886 `" && echo ansible-tmp-1724483831.7375922-10870-160143911209886="` echo /root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483831.7278588-10867-174362143106674=/root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp2ehdalkd TO /root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674/AnsiballZ_slurp.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.11.226> (0, b'ansible-tmp-1724483831.7361362-10868-43660626265840=/root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840\n', b'') <10.31.41.202> (0, b'ansible-tmp-1724483831.7375922-10870-160143911209886=/root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886\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 <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp60vcuzfe TO /root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840/AnsiballZ_slurp.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpr5qp7hyp TO /root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886/AnsiballZ_slurp.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp2ehdalkd /root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674/AnsiballZ_slurp.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674/ /root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpr5qp7hyp /root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886/AnsiballZ_slurp.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886/ /root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp60vcuzfe /root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840/AnsiballZ_slurp.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840/ /root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.40.188> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483831.7278588-10867-174362143106674/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483831.7375922-10870-160143911209886/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.11.226> (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.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483831.7361362-10868-43660626265840/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed_node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.41.202> (0, b'', b'') ok: [managed_node3] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.11.226> (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" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 24 August 2024 03:17:12 -0400 (0:00:00.356) 0:00:13.949 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 24 August 2024 03:17:12 -0400 (0:00:00.079) 0:00:14.029 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 24 August 2024 03:17:12 -0400 (0:00:00.067) 0:00:14.096 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 24 August 2024 03:17:12 -0400 (0:00:00.067) 0:00:14.163 ******* 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 : Reboot the managed node] *************** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 24 August 2024 03:17:12 -0400 (0:00:00.067) 0:00:14.230 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 24 August 2024 03:17:12 -0400 (0:00:00.066) 0:00:14.297 ******* 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 24 August 2024 03:17:12 -0400 (0:00:00.066) 0:00:14.364 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493 `" && echo ansible-tmp-1724483832.5030687-10910-164419550145493="` echo /root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182 `" && echo ansible-tmp-1724483832.503846-10909-239694580645182="` echo /root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679 `" && echo ansible-tmp-1724483832.5105977-10912-230939979042679="` echo /root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'ansible-tmp-1724483832.5030687-10910-164419550145493=/root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493\n', b'') <10.31.40.188> (0, b'ansible-tmp-1724483832.503846-10909-239694580645182=/root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpzx8yyn7v TO /root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpsve2500c TO /root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182/AnsiballZ_systemd.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.41.202> (0, b'ansible-tmp-1724483832.5105977-10912-230939979042679=/root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpqsle2of3 TO /root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679/AnsiballZ_systemd.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpqsle2of3 /root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679/AnsiballZ_systemd.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679/ /root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpsve2500c /root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182/AnsiballZ_systemd.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182/ /root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpzx8yyn7v /root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493/AnsiballZ_systemd.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493/ /root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.202> (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-08-24 03:16:37 EDT", "ExecMainStartTimestampMonotonic": "281977990", "ExecMainExitTimestamp": "Sat 2024-08-24 03:16:56 EDT", "ExecMainExitTimestampMonotonic": "300590591", "ExecMainPID": "16959", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:37 EDT] ; stop_time=[Sat 2024-08-24 03:16:56 EDT] ; pid=16959 ; 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-08-24 03:16:37 EDT] ; stop_time=[Sat 2024-08-24 03:16:37 EDT] ; pid=16950 ; 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 remote-fs.target network-online.target network.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-08-24 03:16:56 EDT", "StateChangeTimestampMonotonic": "300591263", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:37 EDT", "InactiveExitTimestampMonotonic": "281978044", "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:56 EDT", "ActiveEnterTimestampMonotonic": "300591263", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:37 EDT", "ActiveExitTimestampMonotonic": "281954900", "InactiveEnterTimestamp": "Sat 2024-08-24 03:16:37 EDT", "InactiveEnterTimestampMonotonic": "281976218", "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-08-24 03:16:37 EDT", "ConditionTimestampMonotonic": "281977089", "AssertTimestamp": "Sat 2024-08-24 03:16:37 EDT", "AssertTimestampMonotonic": "281977113", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "295b88add4e442098bb0482856a3c4ca", "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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483832.5105977-10912-230939979042679/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (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-08-24 03:16:20 EDT", "ExecMainStartTimestampMonotonic": "255791074", "ExecMainExitTimestamp": "Sat 2024-08-24 03:16:39 EDT", "ExecMainExitTimestampMonotonic": "274172947", "ExecMainPID": "16825", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:20 EDT] ; stop_time=[Sat 2024-08-24 03:16:39 EDT] ; pid=16825 ; 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-08-24 03:16:20 EDT] ; stop_time=[Sat 2024-08-24 03:16:20 EDT] ; pid=16811 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target basic.target network.target system.slice 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-08-24 03:16:39 EDT", "StateChangeTimestampMonotonic": "274173593", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:20 EDT", "InactiveExitTimestampMonotonic": "255791109", "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:39 EDT", "ActiveEnterTimestampMonotonic": "274173593", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:20 EDT", "ActiveExitTimestampMonotonic": "255764200", "InactiveEnterTimestamp": "Sat 2024-08-24 03:16:20 EDT", "InactiveEnterTimestampMonotonic": "255789299", "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-08-24 03:16:20 EDT", "ConditionTimestampMonotonic": "255790150", "AssertTimestamp": "Sat 2024-08-24 03:16:20 EDT", "AssertTimestampMonotonic": "255790172", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c5bb7094389b4c8caed2f30e17a40478", "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.40.188 closed.\r\n') <10.31.11.226> (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-08-24 03:16:34 EDT", "ExecMainStartTimestampMonotonic": "268254928", "ExecMainExitTimestamp": "Sat 2024-08-24 03:16:53 EDT", "ExecMainExitTimestampMonotonic": "287078617", "ExecMainPID": "20616", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:53 EDT] ; pid=20616 ; 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-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:34 EDT] ; pid=20607 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target systemd-journald.socket network-online.target system.slice basic.target network.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-08-24 03:16:53 EDT", "StateChangeTimestampMonotonic": "287079247", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveExitTimestampMonotonic": "268255089", "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:53 EDT", "ActiveEnterTimestampMonotonic": "287079247", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ActiveExitTimestampMonotonic": "268231935", "InactiveEnterTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveEnterTimestampMonotonic": "268253050", "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-08-24 03:16:34 EDT", "ConditionTimestampMonotonic": "268253981", "AssertTimestamp": "Sat 2024-08-24 03:16:34 EDT", "AssertTimestampMonotonic": "268254057", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "14570cfdd871440692b5d0d3b34af746", "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.226 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483832.503846-10909-239694580645182/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483832.5030687-10910-164419550145493/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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-08-24 03:16:56 EDT", "ActiveEnterTimestampMonotonic": "300591263", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:37 EDT", "ActiveExitTimestampMonotonic": "281954900", "ActiveState": "active", "After": "basic.target remote-fs.target network-online.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:16:37 EDT", "AssertTimestampMonotonic": "281977113", "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-08-24 03:16:37 EDT", "ConditionTimestampMonotonic": "281977089", "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-08-24 03:16:56 EDT", "ExecMainExitTimestampMonotonic": "300590591", "ExecMainPID": "16959", "ExecMainStartTimestamp": "Sat 2024-08-24 03:16:37 EDT", "ExecMainStartTimestampMonotonic": "281977990", "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-08-24 03:16:37 EDT] ; stop_time=[Sat 2024-08-24 03:16:56 EDT] ; pid=16959 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:37 EDT] ; stop_time=[Sat 2024-08-24 03:16:37 EDT] ; pid=16950 ; 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-08-24 03:16:37 EDT", "InactiveEnterTimestampMonotonic": "281976218", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:37 EDT", "InactiveExitTimestampMonotonic": "281978044", "InvocationID": "295b88add4e442098bb0482856a3c4ca", "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-08-24 03:16:56 EDT", "StateChangeTimestampMonotonic": "300591263", "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.40.188> (0, b'', b'') <10.31.11.226> (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-08-24 03:16:39 EDT", "ActiveEnterTimestampMonotonic": "274173593", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:20 EDT", "ActiveExitTimestampMonotonic": "255764200", "ActiveState": "active", "After": "remote-fs.target basic.target network.target system.slice systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:16:20 EDT", "AssertTimestampMonotonic": "255790172", "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-08-24 03:16:20 EDT", "ConditionTimestampMonotonic": "255790150", "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-08-24 03:16:39 EDT", "ExecMainExitTimestampMonotonic": "274172947", "ExecMainPID": "16825", "ExecMainStartTimestamp": "Sat 2024-08-24 03:16:20 EDT", "ExecMainStartTimestampMonotonic": "255791074", "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-08-24 03:16:20 EDT] ; stop_time=[Sat 2024-08-24 03:16:39 EDT] ; pid=16825 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:20 EDT] ; stop_time=[Sat 2024-08-24 03:16:20 EDT] ; pid=16811 ; 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-08-24 03:16:20 EDT", "InactiveEnterTimestampMonotonic": "255789299", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:20 EDT", "InactiveExitTimestampMonotonic": "255791109", "InvocationID": "c5bb7094389b4c8caed2f30e17a40478", "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-08-24 03:16:39 EDT", "StateChangeTimestampMonotonic": "274173593", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:53 EDT", "ActiveEnterTimestampMonotonic": "287079247", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ActiveExitTimestampMonotonic": "268231935", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket network-online.target system.slice basic.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:16:34 EDT", "AssertTimestampMonotonic": "268254057", "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-08-24 03:16:34 EDT", "ConditionTimestampMonotonic": "268253981", "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-08-24 03:16:53 EDT", "ExecMainExitTimestampMonotonic": "287078617", "ExecMainPID": "20616", "ExecMainStartTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ExecMainStartTimestampMonotonic": "268254928", "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-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:53 EDT] ; pid=20616 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:34 EDT] ; pid=20607 ; 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-08-24 03:16:34 EDT", "InactiveEnterTimestampMonotonic": "268253050", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveExitTimestampMonotonic": "268255089", "InvocationID": "14570cfdd871440692b5d0d3b34af746", "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-08-24 03:16:53 EDT", "StateChangeTimestampMonotonic": "287079247", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 24 August 2024 03:17:12 -0400 (0:00:00.513) 0:00:14.877 ******* <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.40.188> (0, b'/root\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508 `" && echo ansible-tmp-1724483833.022829-10936-129435938947508="` echo /root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130 `" && echo ansible-tmp-1724483833.0284786-10938-243016020921130="` echo /root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211 `" && echo ansible-tmp-1724483833.0296388-10937-89043437252211="` echo /root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211 `" ) && sleep 0'"'"'' <10.31.40.188> (0, b'ansible-tmp-1724483833.022829-10936-129435938947508=/root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.40.188> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmp5g5dt747 TO /root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508/AnsiballZ_file.py <10.31.40.188> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/7880af30ea"' '[10.31.40.188]' <10.31.41.202> (0, b'ansible-tmp-1724483833.0284786-10938-243016020921130=/root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130\n', b'') <10.31.11.226> (0, b'ansible-tmp-1724483833.0296388-10937-89043437252211=/root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpl1ezw3rf TO /root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130/AnsiballZ_file.py <10.31.41.202> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' '[10.31.41.202]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpa720vgdr TO /root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211/AnsiballZ_file.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.40.188> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmp5g5dt747 /root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508/AnsiballZ_file.py\n', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508/ /root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpl1ezw3rf /root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130/AnsiballZ_file.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130/ /root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpa720vgdr /root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211/AnsiballZ_file.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211/ /root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' -tt 10.31.40.188 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' -tt 10.31.41.202 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130/AnsiballZ_file.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211/AnsiballZ_file.py && sleep 0'"'"'' <10.31.40.188> (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.40.188 closed.\r\n') <10.31.40.188> ESTABLISH SSH CONNECTION FOR USER: None <10.31.40.188> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/7880af30ea"' 10.31.40.188 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483833.022829-10936-129435938947508/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (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.41.202 closed.\r\n') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/4aed0cd14b"' 10.31.41.202 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483833.0284786-10938-243016020921130/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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.11.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483833.0296388-10937-89043437252211/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.40.188> (0, b'', b'') 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.41.202> (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 } <10.31.11.226> (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" } 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-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 24 August 2024 03:17:13 -0400 (0:00:00.382) 0:00:15.259 ******* <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.11.226> (0, b'/root\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251 `" && echo ansible-tmp-1724483833.399689-10960-120081301788251="` echo /root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251 `" ) && sleep 0'"'"'' <10.31.11.226> (0, b'ansible-tmp-1724483833.399689-10960-120081301788251=/root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.11.226> PUT /root/.ansible/tmp/ansible-local-10228z159k4th/tmpwnr_t7__ TO /root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251/AnsiballZ_systemd.py <10.31.11.226> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' '[10.31.11.226]' <10.31.11.226> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10228z159k4th/tmpwnr_t7__ /root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251/AnsiballZ_systemd.py\n', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251/ /root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.226> (0, b'', b'') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' -tt 10.31.11.226 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.11.226> (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-08-24 03:16:34 EDT", "ExecMainStartTimestampMonotonic": "268254928", "ExecMainExitTimestamp": "Sat 2024-08-24 03:16:53 EDT", "ExecMainExitTimestampMonotonic": "287078617", "ExecMainPID": "20616", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:53 EDT] ; pid=20616 ; 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-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:34 EDT] ; pid=20607 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target systemd-journald.socket network-online.target system.slice basic.target network.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-08-24 03:16:53 EDT", "StateChangeTimestampMonotonic": "287079247", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveExitTimestampMonotonic": "268255089", "ActiveEnterTimestamp": "Sat 2024-08-24 03:16:53 EDT", "ActiveEnterTimestampMonotonic": "287079247", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ActiveExitTimestampMonotonic": "268231935", "InactiveEnterTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveEnterTimestampMonotonic": "268253050", "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-08-24 03:16:34 EDT", "ConditionTimestampMonotonic": "268253981", "AssertTimestamp": "Sat 2024-08-24 03:16:34 EDT", "AssertTimestampMonotonic": "268254057", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "14570cfdd871440692b5d0d3b34af746", "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.11.226 closed.\r\n') <10.31.11.226> ESTABLISH SSH CONNECTION FOR USER: None <10.31.11.226> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/b1ad3ad431"' 10.31.11.226 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1724483833.399689-10960-120081301788251/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.226> (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-08-24 03:16:53 EDT", "ActiveEnterTimestampMonotonic": "287079247", "ActiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ActiveExitTimestampMonotonic": "268231935", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket network-online.target system.slice basic.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-24 03:16:34 EDT", "AssertTimestampMonotonic": "268254057", "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-08-24 03:16:34 EDT", "ConditionTimestampMonotonic": "268253981", "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-08-24 03:16:53 EDT", "ExecMainExitTimestampMonotonic": "287078617", "ExecMainPID": "20616", "ExecMainStartTimestamp": "Sat 2024-08-24 03:16:34 EDT", "ExecMainStartTimestampMonotonic": "268254928", "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-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:53 EDT] ; pid=20616 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-08-24 03:16:34 EDT] ; stop_time=[Sat 2024-08-24 03:16:34 EDT] ; pid=20607 ; 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-08-24 03:16:34 EDT", "InactiveEnterTimestampMonotonic": "268253050", "InactiveExitTimestamp": "Sat 2024-08-24 03:16:34 EDT", "InactiveExitTimestampMonotonic": "268255089", "InvocationID": "14570cfdd871440692b5d0d3b34af746", "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-08-24 03:16:53 EDT", "StateChangeTimestampMonotonic": "287079247", "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" } } PLAY RECAP ********************************************************************* managed_node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed_node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed_node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 24 August 2024 03:17:13 -0400 (0:00:00.479) 0:00:15.739 ******* =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 4.35s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.25s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed_node1 ----------------------------------------- 0.96s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.78s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.71s /tmp/collections-7fV/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.56s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.55s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.52s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.52s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.52s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.51s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.48s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.44s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.43s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.38s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Cleanup kdump_path ------------------------------------------------------ 0.38s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.37s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.37s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.37s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.36s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 STDERR: [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 24 August 2024 03:17:13 -0400 (0:00:16.595) 0:00:50.353 ******* changed: [managed_node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.9apgt8kr.inventory.yaml", "state": "absent" } PLAY RECAP ********************************************************************* managed_node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 24 August 2024 03:17:14 -0400 (0:00:00.209) 0:00:50.563 ******* =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.12s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.60s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 2.86s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.06s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.81s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.73s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Gathering Facts --------------------------------------------------------- 0.72s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Gathering Facts --------------------------------------------------------- 0.71s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed_node3 ----------------------------------------- 0.71s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.65s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.62s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Create static inventory from hostvars ----------------------------------- 0.60s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.47s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.46s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.44s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.43s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.42s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.33s /tmp/collections-7fV/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.32s /tmp/collections-7fV/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.32s /tmp/collections-7fV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25