ansible-playbook [core 2.16.11] 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-gv5 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-gv5/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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 05 October 2024 03:54:11 -0400 (0:00:00.007) 0:00:00.007 ****** ok: [managed-node3] TASK [Create temporary file] *************************************************** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 05 October 2024 03:54:12 -0400 (0:00:01.087) 0:00:01.095 ****** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.a8sfqlc6.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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 05 October 2024 03:54:12 -0400 (0:00:00.314) 0:00:01.410 ****** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "dc6a93ce3725c8cd01eb5d202b5b2fcb80fcd365", "dest": "/tmp/ansible.a8sfqlc6.inventory.yaml", "gid": 0, "group": "root", "md5sum": "42533ab5b9b78e5e4913a79381d41fb6", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 32876, "src": "/root/.ansible/tmp/ansible-tmp-1728114852.504051-27984-276615563000324/source", "state": "file", "uid": 0 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 05 October 2024 03:54:13 -0400 (0:00:00.823) 0:00:02.233 ****** ok: [managed-node3] TASK [Gather facts from managed-node3] ***************************************** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 05 October 2024 03:54:14 -0400 (0:00:00.809) 0:00:03.042 ****** ok: [managed-node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 05 October 2024 03:54:14 -0400 (0:00:00.777) 0:00:03.820 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 05 October 2024 03:54:14 -0400 (0:00:00.014) 0:00:03.834 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 05 October 2024 03:54:14 -0400 (0:00:00.009) 0:00:03.844 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 05 October 2024 03:54:14 -0400 (0:00:00.032) 0:00:03.876 ****** included: /tmp/collections-gv5/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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 05 October 2024 03:54:14 -0400 (0:00:00.021) 0:00:03.897 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 05 October 2024 03:54:15 -0400 (0:00:00.035) 0:00:03.933 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 05 October 2024 03:54:15 -0400 (0:00:00.355) 0:00:04.288 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 05 October 2024 03:54:15 -0400 (0:00:00.022) 0:00:04.311 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 05 October 2024 03:54:15 -0400 (0:00:00.031) 0:00:04.342 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 05 October 2024 03:54:18 -0400 (0:00:03.105) 0:00:07.447 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-10-05 03:53:53 EDT", "ActiveEnterTimestampMonotonic": "1011289678", "ActiveExitTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ActiveExitTimestampMonotonic": "996794542", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:53:38 EDT", "AssertTimestampMonotonic": "996819842", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ConditionTimestampMonotonic": "996819818", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:53:53 EDT", "ExecMainExitTimestampMonotonic": "1011289181", "ExecMainPID": "26938", "ExecMainStartTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ExecMainStartTimestampMonotonic": "996820725", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:53:38 EDT] ; stop_time=[Sat 2024-10-05 03:53:53 EDT] ; pid=26938 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:53:38 EDT] ; stop_time=[Sat 2024-10-05 03:53:38 EDT] ; pid=26929 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:53:38 EDT", "InactiveEnterTimestampMonotonic": "996818931", "InactiveExitTimestamp": "Sat 2024-10-05 03:53:38 EDT", "InactiveExitTimestampMonotonic": "996820759", "InvocationID": "f8760e2dcd804afb852a389fd71ef3e9", "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-10-05 03:53:53 EDT", "StateChangeTimestampMonotonic": "1011289678", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 05 October 2024 03:54:19 -0400 (0:00:00.788) 0:00:08.236 ****** included: /tmp/collections-gv5/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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 05 October 2024 03:54:19 -0400 (0:00:00.067) 0:00:08.303 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.563870", "end": "2024-10-05 03:54:20.374813", "rc": 0, "start": "2024-10-05 03:54:19.810943" } 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:RD34faNmpHIpQqVfMO1rT30VePXmTnMPPK2OGcyCncE root@managed-node3 The key's randomart image is: +---[RSA 3072]----+ | .+ . o| | .= + . o.| | o.= o . +| | o. .+ o.o+.| | . .S.E= ++o*| | . +o*== .*=| | ..=+=+ ..o| | ..= | | o . | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 05 October 2024 03:54:20 -0400 (0:00:01.043) 0:00:09.346 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQVRyam9IL01LVGJQUUlOSUJ4UjRLbXBac2srd25JdnprajBqY2w3MDdGOEVZU1lSa1lKdkd2NjNFR25PRDdSSXYrVWZPNjFoajhXQ1V1MFdLSXNVWi8rdjZzdFNUWCsrbFpXL3llUExVelgxN3g2WFFsdTFqUlRNMnVDMk1DQ0FiNUxkbzUvbmgwK2J1WnNNRGpmek42ZjRMaUszVXErOXhVOG1DYzV3aXc2b3p6aDRRMDJlNkhWVjZjSkx4ZW0vUnEzcVJTSEMzWC9qM2VxNkFUSWJETUl5bVdJSDk1VVI1SGswYURxT2h2S2ZsMlJ2aUVDbG9SWWlKYmdQZW1pU1hZNndYYnpVNlZGekVUcGYveERJc1ZXL3JaUDljeUhKdENMQXdsQ0JHRGc1VWVlSG83SHpSbUYwWVpTOVhtMk5uZ2VJK2h0cTNmMzMwUnJBUC9JN3Z1VzVPTlFiaXVhQUpRQjNaMURFSTNNMHpjMWNFUVZPT1pwRVRxQys0WFRrVjNQSjJ5ZFNYUGhpQWhVN1ptZlgwWlRoaFowNGl6TzZGNXZrVzBrT1lKcHVNWkJvcDQyVktWd3EvNmNmR2ZsMmhrTDlNSmpKRDdwZVFuM3pGRWY1OWpGUTFNVGhFb3REa0o4V2hRSFBEdFBhaUh6cnZLV21BTk95bkZzOHlPZVU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 05 October 2024 03:54:20 -0400 (0:00:00.440) 0:00:09.786 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 05 October 2024 03:54:21 -0400 (0:00:00.572) 0:00:10.359 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728113840.6172895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728114860.3728013, "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": 1728114860.3728013, "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 05 October 2024 03:54:21 -0400 (0:00:00.357) 0:00:10.716 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728114017.4706502, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1728113840.6162064, "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": 1728113840.6162064, "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 05 October 2024 03:54:22 -0400 (0:00:00.362) 0:00:11.079 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 05 October 2024 03:54:22 -0400 (0:00:00.499) 0:00:11.579 ****** changed: [managed-node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 05 October 2024 03:54:23 -0400 (0:00:00.485) 0:00:12.065 ****** ok: [managed-node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdUtHOG1aRDh3NUpUWlAxd21FeXVoTGY1UThVcmFFd3UwcUlKdnNrd0dxVjhYcHdmMzhpZFZNcnVlQWtOU0VjaXlvQnlDRHpleGNnbEJyS2czL3UxU0psWUVRejd2U0NnNTBBaXlzeVFlR0hManVEVjkrV0RNcDRIaGkyYnJJME5UZWVEZlZ6ak5WQm5zcTM2cGw2WmlpdjVwd1RvR3habU1hMzV3RW53UnZGUXBFcklYWkRIQ29RVnZSM0ZHdkFWTVBJME9OM2NETkJadEJublJXOExyNk5iWmNsek5mdzVsMllRQVBNWDcrN3orV29WeHc4K29PTk9vV2Y1eVp2eGJPSTZ6ai8razljTXE5VHJMV1p3cHIxd05YSVliL1ZSNHVSUkhlVlRIMEx3VGVUcjRUaTQyNUljTHptWXExTnBJVEpzV3ZkRWl0U0xnVks4M3pDYnUxWmE1eDhOQjdGbmxKNjlXeXpRVlo5VFZ3TU1DNjBuS1pYU0xLZDZZQ014bjB1Zk9XRWg4a0VTem8yU0NreG01bW9rN0FTdXBORzgwZUEzZEdaaHZMVzNpVUMyQXNHelF2R050RzN6MlU5cWFDRndJMkM5bERNV1hWZFNveGhUa0tEK1JSUEk0OE5sMTdzSWxsUmgvZTQrN3B5Q3lyYWJiMG9ycForbUFrMTA9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 05 October 2024 03:54:23 -0400 (0:00:00.345) 0:00:12.411 ****** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 05 October 2024 03:54:23 -0400 (0:00:00.505) 0:00:12.916 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728114818.8098698, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1728114817.0858724, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 314573000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728114816.8098729, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "3940285216", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 05 October 2024 03:54:24 -0400 (0:00:00.357) 0:00:13.273 ****** Notification for handler Restart kdump has been saved. changed: [managed-node3] => { "backup_file": "/etc/kdump.conf.34742.2024-10-05@03:54:25~", "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-1728114864.4076328-28305-191684360125623/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 05 October 2024 03:54:25 -0400 (0:00:00.748) 0:00:14.021 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 05 October 2024 03:54:25 -0400 (0:00:00.351) 0:00:14.373 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 05 October 2024 03:54:25 -0400 (0:00:00.036) 0:00:14.409 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 05 October 2024 03:54:25 -0400 (0:00:00.031) 0:00:14.441 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 05 October 2024 03:54:25 -0400 (0:00:00.029) 0:00:14.471 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 05 October 2024 03:54:25 -0400 (0:00:00.032) 0:00:14.503 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 05 October 2024 03:54:25 -0400 (0:00:00.029) 0:00:14.533 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 05 October 2024 03:54:25 -0400 (0:00:00.030) 0:00:14.564 ****** ok: [managed-node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-05 03:53:53 EDT", "ActiveEnterTimestampMonotonic": "1011289678", "ActiveExitTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ActiveExitTimestampMonotonic": "996794542", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:53:38 EDT", "AssertTimestampMonotonic": "996819842", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ConditionTimestampMonotonic": "996819818", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:53:53 EDT", "ExecMainExitTimestampMonotonic": "1011289181", "ExecMainPID": "26938", "ExecMainStartTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ExecMainStartTimestampMonotonic": "996820725", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:53:38 EDT] ; stop_time=[Sat 2024-10-05 03:53:53 EDT] ; pid=26938 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:53:38 EDT] ; stop_time=[Sat 2024-10-05 03:53:38 EDT] ; pid=26929 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:53:38 EDT", "InactiveEnterTimestampMonotonic": "996818931", "InactiveExitTimestamp": "Sat 2024-10-05 03:53:38 EDT", "InactiveExitTimestampMonotonic": "996820759", "InvocationID": "f8760e2dcd804afb852a389fd71ef3e9", "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-10-05 03:53:53 EDT", "StateChangeTimestampMonotonic": "1011289678", "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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 05 October 2024 03:54:26 -0400 (0:00:00.505) 0:00:15.069 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 05 October 2024 03:54:26 -0400 (0:00:00.367) 0:00:15.437 ****** changed: [managed-node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-05 03:53:53 EDT", "ActiveEnterTimestampMonotonic": "1011289678", "ActiveExitTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ActiveExitTimestampMonotonic": "996794542", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:53:38 EDT", "AssertTimestampMonotonic": "996819842", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ConditionTimestampMonotonic": "996819818", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:53:53 EDT", "ExecMainExitTimestampMonotonic": "1011289181", "ExecMainPID": "26938", "ExecMainStartTimestamp": "Sat 2024-10-05 03:53:38 EDT", "ExecMainStartTimestampMonotonic": "996820725", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:53:38 EDT] ; stop_time=[Sat 2024-10-05 03:53:53 EDT] ; pid=26938 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:53:38 EDT] ; stop_time=[Sat 2024-10-05 03:53:38 EDT] ; pid=26929 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:53:38 EDT", "InactiveEnterTimestampMonotonic": "996818931", "InactiveExitTimestamp": "Sat 2024-10-05 03:53:38 EDT", "InactiveExitTimestampMonotonic": "996820759", "InvocationID": "f8760e2dcd804afb852a389fd71ef3e9", "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-10-05 03:53:53 EDT", "StateChangeTimestampMonotonic": "1011289678", "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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 05 October 2024 03:54:46 -0400 (0:00:19.571) 0:00:35.009 ****** ok: [managed-node3] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 05 October 2024 03:54:46 -0400 (0:00:00.771) 0:00:35.780 ****** ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.a8sfqlc6.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:16.552152", "end": "2024-10-05 03:55:03.615435", "rc": 0, "start": "2024-10-05 03:54:47.063283" } STDOUT: ansible-playbook [core 2.16.11] 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-gv5 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.a8sfqlc6.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.a8sfqlc6.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.a8sfqlc6.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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 05 October 2024 03:54:47 -0400 (0:00:00.011) 0:00:00.011 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859 `" && echo ansible-tmp-1728114887.6591804-28707-210899545236859="` echo /root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859 `" ) && 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-1728114887.6683257-28710-88974523645344 `" && echo ansible-tmp-1728114887.6683257-28710-88974523645344="` echo /root/.ansible/tmp/ansible-tmp-1728114887.6683257-28710-88974523645344 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887 `" && echo ansible-tmp-1728114887.6721356-28708-97280954673887="` echo /root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114887.6591804-28707-210899545236859=/root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114887.6683257-28710-88974523645344=/root/.ansible/tmp/ansible-tmp-1728114887.6683257-28710-88974523645344\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114887.6721356-28708-97280954673887=/root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887\n', b'') 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.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/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.41.214> (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.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'/usr/bin/python3.12 && sleep 0'"'"'' <10.31.43.236> (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.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpew8pmgwt TO /root/.ansible/tmp/ansible-tmp-1728114887.6683257-28710-88974523645344/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.41.214> (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.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpzeh7wftr TO /root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859/AnsiballZ_setup.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (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.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp6lhzyxv2 TO /root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887/AnsiballZ_setup.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpew8pmgwt /root/.ansible/tmp/ansible-tmp-1728114887.6683257-28710-88974523645344/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-1728114887.6683257-28710-88974523645344/ /root/.ansible/tmp/ansible-tmp-1728114887.6683257-28710-88974523645344/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-1728114887.6683257-28710-88974523645344/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpzeh7wftr /root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859/AnsiballZ_setup.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859/ /root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp6lhzyxv2 /root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887/AnsiballZ_setup.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887/ /root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fips": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.14.213 54966 10.31.41.202 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.14.213 54966 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOKM0ZeqWZNkyFirBAkJLDjXO+aUXRR5ocvC7JJMVi1SGu3IJ/EIuzk8vko3r6/Vm2R4OTS5nFihHGdx4+1mFGyF4fDRYNT/IeiwBIgcXt/sKKB7OtBt4+LXOCcV9NLbfTMaal2b6RPDCfHHS3botQgsZgq1MAalpDhKKD7XpEx3AAAAFQCFfd3N30ldvApUR8mxuKdITsYn2wAAAIAMMUA07IJoJR5xNKZgwqmB52UhIRYTVtp0/H/CtYjhVeCRFVOCXoYDELxK22nl1ra3FLKD84EsQtalWhAUK7iajZ/ANLabx8ruejUtEJvhjwJvTfulYiqYtRXZHH0mvF4aSKn8yEM+LtEV2rkVWYJCVRSL13Z0hfQccBCHNu+wLgAAAIBnoN30QNtoADOoYvONi8rjHZQxs/AR1DjXUVBWXtlFQ4hqI3SsL+HbiJX/UBdBPQH5yPCm0/T0tv6oL7Vog5ptbdX7TNMeXFFu8CpRTZH1FQrdsJL1IRCqjGkzh9Vf10DKvo8mf/kEKqVp/ZB6NeLgEaONQ8ACngS1wmHteHiE3Q==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCMu5EK6XFguDxAz0ei88a8urKLYLnd7b0hwTqQRrfv2KQK9e19oVjjJiJJIEA4C8AtJMiPlEFSf3T8MSM/Y/BI=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMHPwRV6RUCOLpkmrvLK5apSnb+P8aegBOIrXbIvV6Gt", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "689201dac7874432b2fff1436f831d8a", "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2644, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 895, "free": 2644}, "nocache": {"free": 3289, "used": 250}, "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": "ec2597f6-df62-c959-4c3c-9b66318a3eef", "ansible_product_uuid": "ec2597f6-df62-c959-4c3c-9b66318a3eef", "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": 1066, "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": 263502372864, "block_size": 4096, "block_total": 65533179, "block_available": 64331634, "block_used": 1201545, "inode_total": 131071472, "inode_available": 130993905, "inode_used": 77567, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_loadavg": {"1m": 1.28, "5m": 0.53, "15m": 0.22}, "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "40", "day": "05", "hour": "03", "minute": "54", "second": "48", "epoch": "1728114888", "epoch_int": "1728114888", "date": "2024-10-05", "time": "03:54:48", "iso8601_micro": "2024-10-05T07:54:48.635781Z", "iso8601": "2024-10-05T07:54:48Z", "iso8601_basic": "20241005T035448635781", "iso8601_basic_short": "20241005T035448", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:86:87:ca:70:7d", "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::c86:87ff:feca:707d", "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.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:86:87:ca:70:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.202"], "ansible_all_ipv6_addresses": ["fe80::c86:87ff:feca:707d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.41.202", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c86:87ff:feca:707d"]}, "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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-1728114887.6683257-28710-88974523645344/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') ok: [managed-node3] <10.31.41.214> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPaJJRCrC7FUn1WvwuVpYZUgmprTzi6qjhaBH4MIX4e1rcwpucqreT9ozgLvaC1/y+tNf4IRgBmmZrchvK0rF1b96j7Mc6KlJi1gsC7CcLvxl4fr9uq8EKrHhGu5OZyPp15QhzsHi2hBG6LSFdW5NEi3o/llv/ufYb2cG6sipgabAAAAFQDLKo4Gsc8oVkW7NdQdG2/YyrOvoQAAAIEAuslujDZMDrcA5Uu/myXkp+w1+dbPqAAAsonoZyZUf7McLwfqfz9bWnjTRKSrgeSgqhQ56IdT/UPPWTKH81obpEFT1EUfnK31Hp7sD8U3xBhFuZDAkuwW5dab0dg5uUU/L138IHGxIWtIdbebIZmQ5J8uN49sh7BXMThAFmdcoc8AAACABzS8hlkplzntCwWckmCHec1aSv4OejAZVdyZxIXRq7fUQiRpX7sJeqcTtEwdr2XrXoPLGeXPqO7WU5vBXx//kxnNieGXeldPMdeseXp4jVr0PDBKgf42VmidslCgMAtiX5SElW7G5JhtyPHdOYRBDb0lQqOuTbLt4Eb7lmGN/1M=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKrGV/wO6+obbCgjArzi2pKSAhlZGZu58IozgSJvC03Kfyxjayvq8beIjA2a+/JN/goBX41EKqZM9ByAfbXRdMA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIb34GpmkPXEzu8GPkk4DOmyeRBwk2jlJp9ZazGoPQ2r", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_pkg_mgr": "dnf", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "2021fb0e5f8a41a9a30f3486a39e402c", "ansible_loadavg": {"1m": 1.1, "5m": 0.5, "15m": 0.2}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_local": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.14.213 33786 10.31.41.214 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.14.213 33786 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_fips": false, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "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:4b:2f:fc:c6:f5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.41.214", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c4b:2fff:fefc:c6f5", "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.214", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:4b:2f:fc:c6:f5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.214"], "ansible_all_ipv6_addresses": ["fe80::c4b:2fff:fefc:c6f5"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.41.214", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c4b:2fff:fefc:c6f5"]}, "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": 2645, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 894, "free": 2645}, "nocache": {"free": 3290, "used": 249}, "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": "ec2e22c4-ea6e-f291-7415-1e997d76a421", "ansible_product_uuid": "ec2e22c4-ea6e-f291-7415-1e997d76a421", "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": 1068, "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": 263502356480, "block_size": 4096, "block_total": 65533179, "block_available": 64331630, "block_used": 1201549, "inode_total": 131071472, "inode_available": 130993905, "inode_used": 77567, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "40", "day": "05", "hour": "03", "minute": "54", "second": "48", "epoch": "1728114888", "epoch_int": "1728114888", "date": "2024-10-05", "time": "03:54:48", "iso8601_micro": "2024-10-05T07:54:48.741405Z", "iso8601": "2024-10-05T07:54:48Z", "iso8601_basic": "20241005T035448741405", "iso8601_basic_short": "20241005T035448", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114887.6591804-28707-210899545236859/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') ok: [managed-node1] <10.31.43.236> (0, b'\r\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJfJR7EgDaMNSDMtywPNGG4gYAZD8vaKlL5Sz8XZfwrL+bGfc44vWn7tzocM+tqQDuC46k9AWVJzmSLvCc8Pwg7vx3HAS5f30xx7j5fprq9qco9kiag4u0RDrGS9GI7frmbPeptZLKVpNDpDWEDYFVGQ+CV3SfQN/ROr3dwLi2rDAAAAFQD1VkDUNajGVYo3OFsTEEzihVLaMwAAAIEAgI+LqXW6+qsPl7/5nYsQ5pluxvgH9ptFpS10k7aj4qDt89XF9dYySimctj4axQD2Wi0fySIoSy6MnfmrIBvANbPP/7amd+8CmnSTxIHCQhBfxPbn2hBLLmjpXut2O4vh20e4YTSHdTBhdi0QGSZaW+OOL5Ji+ptZ2ex5/EAOJl8AAACATEI8mpFtUAKqV+tUgUdagIhG9DPfyqSaV+Yi7JD+NwpOdI7FGsknxQvlEj4e4HmijO3P71td/Z+w8In9YMJ22bp/7/MMn2VpIe5gwuw0jJimblRYEEYL7A/vEouGS6C5XJ2sf3EZYYqgfdP6vQes6Hwt4kw3wyOEyp55E5fXtqM=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIEy6gtV0+9IxwJZ0uLXNXRofUa7fkKcn1+UR3OpE5IFvwL8NZ7IC83ucw4974VQaKoLn1o7ZyypimSzzSftu/Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJ6UJ7NblBhf9iGSMPv20n5gwhfulfAq7C+BohilnoOh", "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": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "02bc45a264ca4369b22144de77d5d939", "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_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": 2664, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 875, "free": 2664}, "nocache": {"free": 3285, "used": 254}, "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": "ec254a48-c52a-91b9-8372-b3df2c2ce60d", "ansible_product_uuid": "ec254a48-c52a-91b9-8372-b3df2c2ce60d", "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": 315, "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": 263502139392, "block_size": 4096, "block_total": 65533179, "block_available": 64331577, "block_used": 1201602, "inode_total": 131071472, "inode_available": 130993866, "inode_used": 77606, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "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_local": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:a9:39:4e:1c:a7", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.43.236", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ca9:39ff:fe4e:1ca7", "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.40.1", "interface": "eth0", "address": "10.31.43.236", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:a9:39:4e:1c:a7", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.43.236"], "ansible_all_ipv6_addresses": ["fe80::ca9:39ff:fe4e:1ca7"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.43.236", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ca9:39ff:fe4e:1ca7"]}, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.14.213 52678 10.31.43.236 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.14.213 52678 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "40", "day": "05", "hour": "03", "minute": "54", "second": "48", "epoch": "1728114888", "epoch_int": "1728114888", "date": "2024-10-05", "time": "03:54:48", "iso8601_micro": "2024-10-05T07:54:48.859694Z", "iso8601": "2024-10-05T07:54:48Z", "iso8601_basic": "20241005T035448859694", "iso8601_basic_short": "20241005T035448", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_hostnqn": "", "ansible_service_mgr": "systemd", "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_loadavg": {"1m": 1.47, "5m": 0.71, "15m": 0.3}, "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114887.6721356-28708-97280954673887/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') ok: [managed-node2] TASK [Gather facts from managed-node1] ***************************************** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 05 October 2024 03:54:48 -0400 (0:00:01.357) 0:00:01.369 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.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-1728114889.0305672-28767-247904054776202 `" && echo ansible-tmp-1728114889.0305672-28767-247904054776202="` echo /root/.ansible/tmp/ansible-tmp-1728114889.0305672-28767-247904054776202 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025 `" && echo ansible-tmp-1728114889.033495-28765-60460487883025="` echo /root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201 `" && echo ansible-tmp-1728114889.0402288-28766-197273787060201="` echo /root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'ansible-tmp-1728114889.0305672-28767-247904054776202=/root/.ansible/tmp/ansible-tmp-1728114889.0305672-28767-247904054776202\n', b'') <10.31.41.214> (0, b'ansible-tmp-1728114889.033495-28765-60460487883025=/root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025\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-2869204xpd_c5/tmp65_zlaxw TO /root/.ansible/tmp/ansible-tmp-1728114889.0305672-28767-247904054776202/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]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpm3wdpgeb TO /root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025/AnsiballZ_setup.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (0, b'ansible-tmp-1728114889.0402288-28766-197273787060201=/root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/setup.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmphtvdfyx2 TO /root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201/AnsiballZ_setup.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp65_zlaxw /root/.ansible/tmp/ansible-tmp-1728114889.0305672-28767-247904054776202/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-1728114889.0305672-28767-247904054776202/ /root/.ansible/tmp/ansible-tmp-1728114889.0305672-28767-247904054776202/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpm3wdpgeb /root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025/AnsiballZ_setup.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025/ /root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmphtvdfyx2 /root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201/AnsiballZ_setup.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201/ /root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201/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-1728114889.0305672-28767-247904054776202/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"ansible_facts": {"ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "40", "day": "05", "hour": "03", "minute": "54", "second": "49", "epoch": "1728114889", "epoch_int": "1728114889", "date": "2024-10-05", "time": "03:54:49", "iso8601_micro": "2024-10-05T07:54:49.435908Z", "iso8601": "2024-10-05T07:54:49Z", "iso8601_basic": "20241005T035449435908", "iso8601_basic_short": "20241005T035449", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOKM0ZeqWZNkyFirBAkJLDjXO+aUXRR5ocvC7JJMVi1SGu3IJ/EIuzk8vko3r6/Vm2R4OTS5nFihHGdx4+1mFGyF4fDRYNT/IeiwBIgcXt/sKKB7OtBt4+LXOCcV9NLbfTMaal2b6RPDCfHHS3botQgsZgq1MAalpDhKKD7XpEx3AAAAFQCFfd3N30ldvApUR8mxuKdITsYn2wAAAIAMMUA07IJoJR5xNKZgwqmB52UhIRYTVtp0/H/CtYjhVeCRFVOCXoYDELxK22nl1ra3FLKD84EsQtalWhAUK7iajZ/ANLabx8ruejUtEJvhjwJvTfulYiqYtRXZHH0mvF4aSKn8yEM+LtEV2rkVWYJCVRSL13Z0hfQccBCHNu+wLgAAAIBnoN30QNtoADOoYvONi8rjHZQxs/AR1DjXUVBWXtlFQ4hqI3SsL+HbiJX/UBdBPQH5yPCm0/T0tv6oL7Vog5ptbdX7TNMeXFFu8CpRTZH1FQrdsJL1IRCqjGkzh9Vf10DKvo8mf/kEKqVp/ZB6NeLgEaONQ8ACngS1wmHteHiE3Q==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCMu5EK6XFguDxAz0ei88a8urKLYLnd7b0hwTqQRrfv2KQK9e19oVjjJiJJIEA4C8AtJMiPlEFSf3T8MSM/Y/BI=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMHPwRV6RUCOLpkmrvLK5apSnb+P8aegBOIrXbIvV6Gt", "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": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "689201dac7874432b2fff1436f831d8a", "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_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_loadavg": {"1m": 1.28, "5m": 0.53, "15m": 0.22}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_is_chroot": false, "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_fips": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.14.213 54966 10.31.41.202 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.14.213 54966 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_local": {}, "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_service_mgr": "systemd", "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2644, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 895, "free": 2644}, "nocache": {"free": 3289, "used": 250}, "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": "ec2597f6-df62-c959-4c3c-9b66318a3eef", "ansible_product_uuid": "ec2597f6-df62-c959-4c3c-9b66318a3eef", "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": 1067, "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": 263502372864, "block_size": 4096, "block_total": 65533179, "block_available": 64331634, "block_used": 1201545, "inode_total": 131071472, "inode_available": 130993905, "inode_used": 77567, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:86:87:ca:70:7d", "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::c86:87ff:feca:707d", "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.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:86:87:ca:70:7d", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.202"], "ansible_all_ipv6_addresses": ["fe80::c86:87ff:feca:707d"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.41.202", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c86:87ff:feca:707d"]}, "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.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-1728114889.0305672-28767-247904054776202/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPaJJRCrC7FUn1WvwuVpYZUgmprTzi6qjhaBH4MIX4e1rcwpucqreT9ozgLvaC1/y+tNf4IRgBmmZrchvK0rF1b96j7Mc6KlJi1gsC7CcLvxl4fr9uq8EKrHhGu5OZyPp15QhzsHi2hBG6LSFdW5NEi3o/llv/ufYb2cG6sipgabAAAAFQDLKo4Gsc8oVkW7NdQdG2/YyrOvoQAAAIEAuslujDZMDrcA5Uu/myXkp+w1+dbPqAAAsonoZyZUf7McLwfqfz9bWnjTRKSrgeSgqhQ56IdT/UPPWTKH81obpEFT1EUfnK31Hp7sD8U3xBhFuZDAkuwW5dab0dg5uUU/L138IHGxIWtIdbebIZmQ5J8uN49sh7BXMThAFmdcoc8AAACABzS8hlkplzntCwWckmCHec1aSv4OejAZVdyZxIXRq7fUQiRpX7sJeqcTtEwdr2XrXoPLGeXPqO7WU5vBXx//kxnNieGXeldPMdeseXp4jVr0PDBKgf42VmidslCgMAtiX5SElW7G5JhtyPHdOYRBDb0lQqOuTbLt4Eb7lmGN/1M=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKrGV/wO6+obbCgjArzi2pKSAhlZGZu58IozgSJvC03Kfyxjayvq8beIjA2a+/JN/goBX41EKqZM9ByAfbXRdMA=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIIb34GpmkPXEzu8GPkk4DOmyeRBwk2jlJp9ZazGoPQ2r", "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_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_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_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "2021fb0e5f8a41a9a30f3486a39e402c", "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "40", "day": "05", "hour": "03", "minute": "54", "second": "49", "epoch": "1728114889", "epoch_int": "1728114889", "date": "2024-10-05", "time": "03:54:49", "iso8601_micro": "2024-10-05T07:54:49.469208Z", "iso8601": "2024-10-05T07:54:49Z", "iso8601_basic": "20241005T035449469208", "iso8601_basic_short": "20241005T035449", "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": 2645, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 894, "free": 2645}, "nocache": {"free": 3290, "used": 249}, "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": "ec2e22c4-ea6e-f291-7415-1e997d76a421", "ansible_product_uuid": "ec2e22c4-ea6e-f291-7415-1e997d76a421", "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": 1069, "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": 263502356480, "block_size": 4096, "block_total": 65533179, "block_available": 64331630, "block_used": 1201549, "inode_total": 131071472, "inode_available": 130993905, "inode_used": 77567, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_lsb": {}, "ansible_is_chroot": false, "ansible_fips": false, "ansible_loadavg": {"1m": 1.1, "5m": 0.5, "15m": 0.2}, "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:4b:2f:fc:c6:f5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.41.214", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c4b:2fff:fefc:c6f5", "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.214", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:4b:2f:fc:c6:f5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.41.214"], "ansible_all_ipv6_addresses": ["fe80::c4b:2fff:fefc:c6f5"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.41.214", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c4b:2fff:fefc:c6f5"]}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_local": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.14.213 33786 10.31.41.214 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.14.213 33786 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_iscsi_iqn": "", "ansible_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_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.41.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114889.033495-28765-60460487883025/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') ok: [managed-node3] <10.31.41.214> (0, b'', b'') ok: [managed-node1] <10.31.43.236> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJfJR7EgDaMNSDMtywPNGG4gYAZD8vaKlL5Sz8XZfwrL+bGfc44vWn7tzocM+tqQDuC46k9AWVJzmSLvCc8Pwg7vx3HAS5f30xx7j5fprq9qco9kiag4u0RDrGS9GI7frmbPeptZLKVpNDpDWEDYFVGQ+CV3SfQN/ROr3dwLi2rDAAAAFQD1VkDUNajGVYo3OFsTEEzihVLaMwAAAIEAgI+LqXW6+qsPl7/5nYsQ5pluxvgH9ptFpS10k7aj4qDt89XF9dYySimctj4axQD2Wi0fySIoSy6MnfmrIBvANbPP/7amd+8CmnSTxIHCQhBfxPbn2hBLLmjpXut2O4vh20e4YTSHdTBhdi0QGSZaW+OOL5Ji+ptZ2ex5/EAOJl8AAACATEI8mpFtUAKqV+tUgUdagIhG9DPfyqSaV+Yi7JD+NwpOdI7FGsknxQvlEj4e4HmijO3P71td/Z+w8In9YMJ22bp/7/MMn2VpIe5gwuw0jJimblRYEEYL7A/vEouGS6C5XJ2sf3EZYYqgfdP6vQes6Hwt4kw3wyOEyp55E5fXtqM=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIEy6gtV0+9IxwJZ0uLXNXRofUa7fkKcn1+UR3OpE5IFvwL8NZ7IC83ucw4974VQaKoLn1o7ZyypimSzzSftu/Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJ6UJ7NblBhf9iGSMPv20n5gwhfulfAq7C+BohilnoOh", "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": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "02bc45a264ca4369b22144de77d5d939", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_loadavg": {"1m": 1.47, "5m": 0.71, "15m": 0.3}, "ansible_date_time": {"year": "2024", "month": "10", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "40", "day": "05", "hour": "03", "minute": "54", "second": "49", "epoch": "1728114889", "epoch_int": "1728114889", "date": "2024-10-05", "time": "03:54:49", "iso8601_micro": "2024-10-05T07:54:49.559302Z", "iso8601": "2024-10-05T07:54:49Z", "iso8601_basic": "20241005T035449559302", "iso8601_basic_short": "20241005T035449", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "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": 2660, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 879, "free": 2660}, "nocache": {"free": 3281, "used": 258}, "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": "ec254a48-c52a-91b9-8372-b3df2c2ce60d", "ansible_product_uuid": "ec254a48-c52a-91b9-8372-b3df2c2ce60d", "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": 316, "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": 263501869056, "block_size": 4096, "block_total": 65533179, "block_available": 64331511, "block_used": 1201668, "inode_total": 131071472, "inode_available": 130993865, "inode_used": 77607, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:a9:39:4e:1c:a7", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.43.236", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::ca9:39ff:fe4e:1ca7", "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.40.1", "interface": "eth0", "address": "10.31.43.236", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:a9:39:4e:1c:a7", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.43.236"], "ansible_all_ipv6_addresses": ["fe80::ca9:39ff:fe4e:1ca7"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.43.236", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::ca9:39ff:fe4e:1ca7"]}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.14.213 52678 10.31.43.236 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.14.213 52678 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_fibre_channel_wwn": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114889.0402288-28766-197273787060201/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') ok: [managed-node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 05 October 2024 03:54:49 -0400 (0:00:00.963) 0:00:02.332 ****** skipping: [managed-node2] => { "false_condition": "ansible_distribution_major_version == '6'" } skipping: [managed-node1] => { "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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 05 October 2024 03:54:49 -0400 (0:00:00.045) 0:00:02.378 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 05 October 2024 03:54:49 -0400 (0:00:00.008) 0:00:02.386 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:71 Saturday 05 October 2024 03:54:49 -0400 (0:00:00.006) 0:00:02.392 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 05 October 2024 03:54:49 -0400 (0:00:00.009) 0:00:02.402 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 05 October 2024 03:54:50 -0400 (0:00:00.059) 0:00:02.461 ****** included: /tmp/collections-gv5/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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 05 October 2024 03:54:50 -0400 (0:00:00.055) 0:00:02.516 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 05 October 2024 03:54:50 -0400 (0:00:00.084) 0:00:02.601 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576 `" && echo ansible-tmp-1728114890.2474473-28826-170194596286576="` echo /root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576 `" ) && 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-1728114890.2681718-28828-140890860418800 `" && echo ansible-tmp-1728114890.2681718-28828-140890860418800="` echo /root/.ansible/tmp/ansible-tmp-1728114890.2681718-28828-140890860418800 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513 `" && echo ansible-tmp-1728114890.2689238-28827-182677635146513="` echo /root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114890.2474473-28826-170194596286576=/root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114890.2681718-28828-140890860418800=/root/.ansible/tmp/ansible-tmp-1728114890.2681718-28828-140890860418800\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114890.2689238-28827-182677635146513=/root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513\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.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpz5ykqb0m TO /root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576/AnsiballZ_stat.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp75xunwhv TO /root/.ansible/tmp/ansible-tmp-1728114890.2681718-28828-140890860418800/AnsiballZ_stat.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <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/stat.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp_4og5jhf TO /root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513/AnsiballZ_stat.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp75xunwhv /root/.ansible/tmp/ansible-tmp-1728114890.2681718-28828-140890860418800/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-1728114890.2681718-28828-140890860418800/ /root/.ansible/tmp/ansible-tmp-1728114890.2681718-28828-140890860418800/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpz5ykqb0m /root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576/AnsiballZ_stat.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576/ /root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp_4og5jhf /root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513/AnsiballZ_stat.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513/ /root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513/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-1728114890.2681718-28828-140890860418800/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513/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-1728114890.2681718-28828-140890860418800/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114890.2474473-28826-170194596286576/ > /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.41.214> (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.43.236> (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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114890.2689238-28827-182677635146513/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 05 October 2024 03:54:50 -0400 (0:00:00.595) 0:00:03.196 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 05 October 2024 03:54:50 -0400 (0:00:00.056) 0:00:03.252 ****** 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-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-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=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-node1] => { "changed": false } MSG: All items skipped skipping: [managed-node3] => { "changed": false } MSG: All items skipped skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 05 October 2024 03:54:50 -0400 (0:00:00.088) 0:00:03.341 ****** <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/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.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341 `" && echo ansible-tmp-1728114891.0716395-28868-275864511403341="` echo /root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878 `" && echo ansible-tmp-1728114891.0749588-28866-115779376910878="` echo /root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878 `" ) && 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-1728114891.0838034-28869-48001418061652 `" && echo ansible-tmp-1728114891.0838034-28869-48001418061652="` echo /root/.ansible/tmp/ansible-tmp-1728114891.0838034-28869-48001418061652 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114891.0749588-28866-115779376910878=/root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114891.0716395-28868-275864511403341=/root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114891.0838034-28869-48001418061652=/root/.ansible/tmp/ansible-tmp-1728114891.0838034-28869-48001418061652\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpqfhkila5 TO /root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878/AnsiballZ_dnf.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp1weqsovi TO /root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341/AnsiballZ_dnf.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/dnf.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpcqpywztc TO /root/.ansible/tmp/ansible-tmp-1728114891.0838034-28869-48001418061652/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.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpcqpywztc /root/.ansible/tmp/ansible-tmp-1728114891.0838034-28869-48001418061652/AnsiballZ_dnf.py\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpqfhkila5 /root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878/AnsiballZ_dnf.py\n', b'') <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-1728114891.0838034-28869-48001418061652/ /root/.ansible/tmp/ansible-tmp-1728114891.0838034-28869-48001418061652/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878/ /root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp1weqsovi /root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341/AnsiballZ_dnf.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341/ /root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341/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-1728114891.0838034-28869-48001418061652/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341/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-1728114891.0838034-28869-48001418061652/ > /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.41.214> (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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114891.0749588-28866-115779376910878/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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.43.236> (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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114891.0716395-28868-275864511403341/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 05 October 2024 03:54:54 -0400 (0:00:03.383) 0:00:06.725 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954 `" && echo ansible-tmp-1728114894.376074-29048-257279212308954="` echo /root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695 `" && echo ansible-tmp-1728114894.377407-29049-62143912507695="` echo /root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695 `" ) && 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-1728114894.3859098-29051-268001839099154 `" && echo ansible-tmp-1728114894.3859098-29051-268001839099154="` echo /root/.ansible/tmp/ansible-tmp-1728114894.3859098-29051-268001839099154 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114894.376074-29048-257279212308954=/root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114894.377407-29049-62143912507695=/root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114894.3859098-29051-268001839099154=/root/.ansible/tmp/ansible-tmp-1728114894.3859098-29051-268001839099154\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpag0f68op TO /root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695/AnsiballZ_systemd.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpu3c0l0uu TO /root/.ansible/tmp/ansible-tmp-1728114894.3859098-29051-268001839099154/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]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpfwcr7qv7 TO /root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954/AnsiballZ_systemd.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpag0f68op /root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695/AnsiballZ_systemd.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695/ /root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpu3c0l0uu /root/.ansible/tmp/ansible-tmp-1728114894.3859098-29051-268001839099154/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-1728114894.3859098-29051-268001839099154/ /root/.ansible/tmp/ansible-tmp-1728114894.3859098-29051-268001839099154/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpfwcr7qv7 /root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954/AnsiballZ_systemd.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954/ /root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954/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-1728114894.3859098-29051-268001839099154/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954/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-10-05 03:54:27 EDT", "ExecMainStartTimestampMonotonic": "1045039824", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:46 EDT", "ExecMainExitTimestampMonotonic": "1064034701", "ExecMainPID": "35257", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:27 EDT] ; stop_time=[Sat 2024-10-05 03:54:46 EDT] ; pid=35257 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:26 EDT] ; stop_time=[Sat 2024-10-05 03:54:27 EDT] ; pid=35248 ; 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 systemd-journald.socket system.slice remote-fs.target network-online.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-10-05 03:54:46 EDT", "StateChangeTimestampMonotonic": "1064035218", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:27 EDT", "InactiveExitTimestampMonotonic": "1045039857", "ActiveEnterTimestamp": "Sat 2024-10-05 03:54:46 EDT", "ActiveEnterTimestampMonotonic": "1064035218", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:26 EDT", "ActiveExitTimestampMonotonic": "1045013774", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:27 EDT", "InactiveEnterTimestampMonotonic": "1045038021", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:27 EDT", "ConditionTimestampMonotonic": "1045038855", "AssertTimestamp": "Sat 2024-10-05 03:54:27 EDT", "AssertTimestampMonotonic": "1045038879", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "724890c80ead465f98f0cc1b096048f4", "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-1728114894.3859098-29051-268001839099154/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ExecMainStartTimestampMonotonic": "287537562", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ExecMainExitTimestampMonotonic": "306325057", "ExecMainPID": "21199", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:39 EDT] ; pid=21199 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:20 EDT] ; pid=21190 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target network.target network-online.target basic.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-05 03:54:39 EDT", "StateChangeTimestampMonotonic": "306325445", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveExitTimestampMonotonic": "287537600", "ActiveEnterTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ActiveEnterTimestampMonotonic": "306325445", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ActiveExitTimestampMonotonic": "287513549", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveEnterTimestampMonotonic": "287535686", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ConditionTimestampMonotonic": "287536500", "AssertTimestamp": "Sat 2024-10-05 03:54:20 EDT", "AssertTimestampMonotonic": "287536577", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "e5eb74027a6244b68d9dfeedbb404a85", "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114894.377407-29049-62143912507695/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ExecMainStartTimestampMonotonic": "1031162302", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:30 EDT", "ExecMainExitTimestampMonotonic": "1050706599", "ExecMainPID": "35214", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:11 EDT] ; stop_time=[Sat 2024-10-05 03:54:30 EDT] ; pid=35214 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:11 EDT] ; stop_time=[Sat 2024-10-05 03:54:11 EDT] ; pid=35205 ; 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 systemd-journald.socket network-online.target system.slice 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-10-05 03:54:30 EDT", "StateChangeTimestampMonotonic": "1050707069", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:11 EDT", "InactiveExitTimestampMonotonic": "1031162341", "ActiveEnterTimestamp": "Sat 2024-10-05 03:54:30 EDT", "ActiveEnterTimestampMonotonic": "1050707069", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ActiveExitTimestampMonotonic": "1031135720", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:11 EDT", "InactiveEnterTimestampMonotonic": "1031160374", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ConditionTimestampMonotonic": "1031161247", "AssertTimestamp": "Sat 2024-10-05 03:54:11 EDT", "AssertTimestampMonotonic": "1031161273", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "3aa051efe0cd4bb2a0709a42ce6cb2fe", "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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114894.376074-29048-257279212308954/ > /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-10-05 03:54:46 EDT", "ActiveEnterTimestampMonotonic": "1064035218", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:26 EDT", "ActiveExitTimestampMonotonic": "1045013774", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:54:27 EDT", "AssertTimestampMonotonic": "1045038879", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:27 EDT", "ConditionTimestampMonotonic": "1045038855", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:46 EDT", "ExecMainExitTimestampMonotonic": "1064034701", "ExecMainPID": "35257", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:27 EDT", "ExecMainStartTimestampMonotonic": "1045039824", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:27 EDT] ; stop_time=[Sat 2024-10-05 03:54:46 EDT] ; pid=35257 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:26 EDT] ; stop_time=[Sat 2024-10-05 03:54:27 EDT] ; pid=35248 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:27 EDT", "InactiveEnterTimestampMonotonic": "1045038021", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:27 EDT", "InactiveExitTimestampMonotonic": "1045039857", "InvocationID": "724890c80ead465f98f0cc1b096048f4", "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-10-05 03:54:46 EDT", "StateChangeTimestampMonotonic": "1064035218", "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.43.236> (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-10-05 03:54:39 EDT", "ActiveEnterTimestampMonotonic": "306325445", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ActiveExitTimestampMonotonic": "287513549", "ActiveState": "active", "After": "remote-fs.target network.target network-online.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:54:20 EDT", "AssertTimestampMonotonic": "287536577", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ConditionTimestampMonotonic": "287536500", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ExecMainExitTimestampMonotonic": "306325057", "ExecMainPID": "21199", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ExecMainStartTimestampMonotonic": "287537562", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:39 EDT] ; pid=21199 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:20 EDT] ; pid=21190 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveEnterTimestampMonotonic": "287535686", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveExitTimestampMonotonic": "287537600", "InvocationID": "e5eb74027a6244b68d9dfeedbb404a85", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-05 03:54:39 EDT", "StateChangeTimestampMonotonic": "306325445", "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.41.214> (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-10-05 03:54:30 EDT", "ActiveEnterTimestampMonotonic": "1050707069", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ActiveExitTimestampMonotonic": "1031135720", "ActiveState": "active", "After": "basic.target remote-fs.target systemd-journald.socket network-online.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:54:11 EDT", "AssertTimestampMonotonic": "1031161273", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ConditionTimestampMonotonic": "1031161247", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:30 EDT", "ExecMainExitTimestampMonotonic": "1050706599", "ExecMainPID": "35214", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ExecMainStartTimestampMonotonic": "1031162302", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:11 EDT] ; stop_time=[Sat 2024-10-05 03:54:30 EDT] ; pid=35214 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:11 EDT] ; stop_time=[Sat 2024-10-05 03:54:11 EDT] ; pid=35205 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:11 EDT", "InactiveEnterTimestampMonotonic": "1031160374", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:11 EDT", "InactiveExitTimestampMonotonic": "1031162341", "InvocationID": "3aa051efe0cd4bb2a0709a42ce6cb2fe", "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-10-05 03:54:30 EDT", "StateChangeTimestampMonotonic": "1050707069", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 05 October 2024 03:54:55 -0400 (0:00:00.804) 0:00:07.529 ****** included: /tmp/collections-gv5/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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 05 October 2024 03:54:55 -0400 (0:00:00.144) 0:00:07.674 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129 `" && echo ansible-tmp-1728114895.3215952-29078-111043668529129="` echo /root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129 `" ) && 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-1728114895.3305967-29081-41649296298793 `" && echo ansible-tmp-1728114895.3305967-29081-41649296298793="` echo /root/.ansible/tmp/ansible-tmp-1728114895.3305967-29081-41649296298793 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053 `" && echo ansible-tmp-1728114895.3315601-29079-22310732781053="` echo /root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114895.3215952-29078-111043668529129=/root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114895.3315601-29079-22310732781053=/root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114895.3305967-29081-41649296298793=/root/.ansible/tmp/ansible-tmp-1728114895.3305967-29081-41649296298793\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.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpzw9po_x2 TO /root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129/AnsiballZ_command.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpp7b1b1oy TO /root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053/AnsiballZ_command.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/command.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpbg41ylem TO /root/.ansible/tmp/ansible-tmp-1728114895.3305967-29081-41649296298793/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.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpp7b1b1oy /root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053/AnsiballZ_command.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053/ /root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpbg41ylem /root/.ansible/tmp/ansible-tmp-1728114895.3305967-29081-41649296298793/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-1728114895.3305967-29081-41649296298793/ /root/.ansible/tmp/ansible-tmp-1728114895.3305967-29081-41649296298793/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpzw9po_x2 /root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129/AnsiballZ_command.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129/ /root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129/AnsiballZ_command.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053/AnsiballZ_command.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129/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-1728114895.3305967-29081-41649296298793/AnsiballZ_command.py && sleep 0'"'"'' <10.31.43.236> (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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114895.3315601-29079-22310732781053/ > /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-1728114895.3305967-29081-41649296298793/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114895.3215952-29078-111043668529129/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') ok: [managed-node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.41.202> (0, b'', b'') ok: [managed-node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists <10.31.41.214> (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 TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 05 October 2024 03:54:55 -0400 (0:00:00.505) 0:00:08.179 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001 `" && echo ansible-tmp-1728114895.8269298-29102-48134257418001="` echo /root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817 `" && echo ansible-tmp-1728114895.8343015-29103-55307583780817="` echo /root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817 `" ) && 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-1728114895.8383362-29105-3074434093001 `" && echo ansible-tmp-1728114895.8383362-29105-3074434093001="` echo /root/.ansible/tmp/ansible-tmp-1728114895.8383362-29105-3074434093001 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114895.8269298-29102-48134257418001=/root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114895.8343015-29103-55307583780817=/root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114895.8383362-29105-3074434093001=/root/.ansible/tmp/ansible-tmp-1728114895.8383362-29105-3074434093001\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpjeg_si66 TO /root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001/AnsiballZ_slurp.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp11ttzmxm TO /root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817/AnsiballZ_slurp.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpbayyafea TO /root/.ansible/tmp/ansible-tmp-1728114895.8383362-29105-3074434093001/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.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp11ttzmxm /root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817/AnsiballZ_slurp.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817/ /root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpjeg_si66 /root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001/AnsiballZ_slurp.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001/ /root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpbayyafea /root/.ansible/tmp/ansible-tmp-1728114895.8383362-29105-3074434093001/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-1728114895.8383362-29105-3074434093001/ /root/.ansible/tmp/ansible-tmp-1728114895.8383362-29105-3074434093001/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001/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-1728114895.8383362-29105-3074434093001/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQVRyam9IL01LVGJQUUlOSUJ4UjRLbXBac2srd25JdnprajBqY2w3MDdGOEVZU1lSa1lKdkd2NjNFR25PRDdSSXYrVWZPNjFoajhXQ1V1MFdLSXNVWi8rdjZzdFNUWCsrbFpXL3llUExVelgxN3g2WFFsdTFqUlRNMnVDMk1DQ0FiNUxkbzUvbmgwK2J1WnNNRGpmek42ZjRMaUszVXErOXhVOG1DYzV3aXc2b3p6aDRRMDJlNkhWVjZjSkx4ZW0vUnEzcVJTSEMzWC9qM2VxNkFUSWJETUl5bVdJSDk1VVI1SGswYURxT2h2S2ZsMlJ2aUVDbG9SWWlKYmdQZW1pU1hZNndYYnpVNlZGekVUcGYveERJc1ZXL3JaUDljeUhKdENMQXdsQ0JHRGc1VWVlSG83SHpSbUYwWVpTOVhtMk5uZ2VJK2h0cTNmMzMwUnJBUC9JN3Z1VzVPTlFiaXVhQUpRQjNaMURFSTNNMHpjMWNFUVZPT1pwRVRxQys0WFRrVjNQSjJ5ZFNYUGhpQWhVN1ptZlgwWlRoaFowNGl6TzZGNXZrVzBrT1lKcHVNWkJvcDQyVktWd3EvNmNmR2ZsMmhrTDlNSmpKRDdwZVFuM3pGRWY1OWpGUTFNVGhFb3REa0o4V2hRSFBEdFBhaUh6cnZLV21BTk95bkZzOHlPZVU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.43.236> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDWWw2c01JdU9TbEdKRC9GMWtQYXZVc05jWlpNUlZ6RlVFQmIveGYxZFlGenVGOU1VR1BkQ2laWis1ZU5rU2pDS1lwUUtUMHp1SW1sRlNXQTRDTmFFWGtGUnFvbkpNMzlYb2t5d1dUNXFJQ3hKRE1QQjFKU1ZRUVFBOUZNU2s4bGJibHZPK2dOaVVTeTJkU0ZEV3hXQ3VjT1RnbFUzd2YvQlhTbkNobitXWkZHNDVnZVNQWkxRalFuTzhySzRDYlVNNWVNcUxpUFhJQ1BlTDFOZEZBSmZTMnFjdHVFamh4M1RHZVIyS2xBNSswRDFIWEhvb0dFNFgwUUZzWHdQd1lDVFZGR2Y3Yy9kTUV5bDdHdFZYQ0J4bTBsSVd4elNRUXozWEtpK0tldHFMRHpZOTduL0Q2MEVqTlZDYzBtNXJEZVVlUVJyVzlYSVJQQThjem9JT20wMG1TbHdqaXozQTYvUDM0ZnVSU245NVU0amhmd0FLTENGU1FDUGdURzMvUjdPOWN0ZXlvcGY5TG0vQzlCdnRCUE9zOWVSUjlwVEhOSHZUUDJ3MFRPa2ZSeC9nTllrTzNEOC9PclI3QmxmTWJPRlhHS0dEQ3VaQ1JpbUwyUU1HZFZqRnRFUWtSdGgzZENJWHJuekQzalNxYXBDZlpPTlJiVHIxMUdKaUplZ255WUU9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114895.8343015-29103-55307583780817/ > /dev/null 2>&1 && sleep 0'"'"'' <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-1728114895.8383362-29105-3074434093001/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaGxhcEl1SmE5cGtGSzlwSGM0VDgrZkRRZE14VFVNOHlRaEJKVXExdEg1Z2dRaFdIRnhJK1dQWlZJSWR2QTlVUVFKYk1vMUR4Y2QxVERPV1JWb3BiRFhnRUY2dnhEOUlFSmViVDhVUitaNjVpYjJSdURGckI0c1VOOUY0OHpZT25yNzhIc2VyYVpWblFHM1FRZmRlcmNaMGM3Qk9TS0swWVZJZHZyOE9iQVF4SUpVYmVRdkY3MU9VakxVY1FIbzdvcWdyMlUxKytkbjlNekR0Umdvb05iM25GY1dQTnptM2lTS29LT3ZrZ2NldEV0b3pGbjloV2JKQ2kxUkFERnY3c21CV2oyOFRxSTdwWGJFZlQ4eTJPUXJ2cEN2cjNTZ3B4U2dwMm11M21PZ3VVVWZ5Y1QwdE9mclJOcDVsMUlhcWh4bU05TTBhNkdVQThPdFZZakswQ1piVkx6K2dxM3FuMFFlelNscFpBVGxmNEUwNXRKYVFaeFlXT0RUQ0N6M0JSNDFEY2RxVWRWT1c2YWFMaFM2MlRLNnAxQ2pYV2gzbDE5ZlJEY1ZyYU9vbXJaOS81R05MUmVzK0svdHlCYXhpUmJlMkVpN3E3WUZTaHlUT2xFNHNueHRCWThlOW5RYmhoV0FtSC8yd2ZMMEdkMjh5dDVZcVNMOW8wN1dUSWhUNWs9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114895.8269298-29102-48134257418001/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.43.236> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDWWw2c01JdU9TbEdKRC9GMWtQYXZVc05jWlpNUlZ6RlVFQmIveGYxZFlGenVGOU1VR1BkQ2laWis1ZU5rU2pDS1lwUUtUMHp1SW1sRlNXQTRDTmFFWGtGUnFvbkpNMzlYb2t5d1dUNXFJQ3hKRE1QQjFKU1ZRUVFBOUZNU2s4bGJibHZPK2dOaVVTeTJkU0ZEV3hXQ3VjT1RnbFUzd2YvQlhTbkNobitXWkZHNDVnZVNQWkxRalFuTzhySzRDYlVNNWVNcUxpUFhJQ1BlTDFOZEZBSmZTMnFjdHVFamh4M1RHZVIyS2xBNSswRDFIWEhvb0dFNFgwUUZzWHdQd1lDVFZGR2Y3Yy9kTUV5bDdHdFZYQ0J4bTBsSVd4elNRUXozWEtpK0tldHFMRHpZOTduL0Q2MEVqTlZDYzBtNXJEZVVlUVJyVzlYSVJQQThjem9JT20wMG1TbHdqaXozQTYvUDM0ZnVSU245NVU0amhmd0FLTENGU1FDUGdURzMvUjdPOWN0ZXlvcGY5TG0vQzlCdnRCUE9zOWVSUjlwVEhOSHZUUDJ3MFRPa2ZSeC9nTllrTzNEOC9PclI3QmxmTWJPRlhHS0dEQ3VaQ1JpbUwyUU1HZFZqRnRFUWtSdGgzZENJWHJuekQzalNxYXBDZlpPTlJiVHIxMUdKaUplZ255WUU9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEQVRyam9IL01LVGJQUUlOSUJ4UjRLbXBac2srd25JdnprajBqY2w3MDdGOEVZU1lSa1lKdkd2NjNFR25PRDdSSXYrVWZPNjFoajhXQ1V1MFdLSXNVWi8rdjZzdFNUWCsrbFpXL3llUExVelgxN3g2WFFsdTFqUlRNMnVDMk1DQ0FiNUxkbzUvbmgwK2J1WnNNRGpmek42ZjRMaUszVXErOXhVOG1DYzV3aXc2b3p6aDRRMDJlNkhWVjZjSkx4ZW0vUnEzcVJTSEMzWC9qM2VxNkFUSWJETUl5bVdJSDk1VVI1SGswYURxT2h2S2ZsMlJ2aUVDbG9SWWlKYmdQZW1pU1hZNndYYnpVNlZGekVUcGYveERJc1ZXL3JaUDljeUhKdENMQXdsQ0JHRGc1VWVlSG83SHpSbUYwWVpTOVhtMk5uZ2VJK2h0cTNmMzMwUnJBUC9JN3Z1VzVPTlFiaXVhQUpRQjNaMURFSTNNMHpjMWNFUVZPT1pwRVRxQys0WFRrVjNQSjJ5ZFNYUGhpQWhVN1ptZlgwWlRoaFowNGl6TzZGNXZrVzBrT1lKcHVNWkJvcDQyVktWd3EvNmNmR2ZsMmhrTDlNSmpKRDdwZVFuM3pGRWY1OWpGUTFNVGhFb3REa0o4V2hRSFBEdFBhaUh6cnZLV21BTk95bkZzOHlPZVU9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.41.214> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEaGxhcEl1SmE5cGtGSzlwSGM0VDgrZkRRZE14VFVNOHlRaEJKVXExdEg1Z2dRaFdIRnhJK1dQWlZJSWR2QTlVUVFKYk1vMUR4Y2QxVERPV1JWb3BiRFhnRUY2dnhEOUlFSmViVDhVUitaNjVpYjJSdURGckI0c1VOOUY0OHpZT25yNzhIc2VyYVpWblFHM1FRZmRlcmNaMGM3Qk9TS0swWVZJZHZyOE9iQVF4SUpVYmVRdkY3MU9VakxVY1FIbzdvcWdyMlUxKytkbjlNekR0Umdvb05iM25GY1dQTnptM2lTS29LT3ZrZ2NldEV0b3pGbjloV2JKQ2kxUkFERnY3c21CV2oyOFRxSTdwWGJFZlQ4eTJPUXJ2cEN2cjNTZ3B4U2dwMm11M21PZ3VVVWZ5Y1QwdE9mclJOcDVsMUlhcWh4bU05TTBhNkdVQThPdFZZakswQ1piVkx6K2dxM3FuMFFlelNscFpBVGxmNEUwNXRKYVFaeFlXT0RUQ0N6M0JSNDFEY2RxVWRWT1c2YWFMaFM2MlRLNnAxQ2pYV2gzbDE5ZlJEY1ZyYU9vbXJaOS81R05MUmVzK0svdHlCYXhpUmJlMkVpN3E3WUZTaHlUT2xFNHNueHRCWThlOW5RYmhoV0FtSC8yd2ZMMEdkMjh5dDVZcVNMOW8wN1dUSWhUNWs9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 05 October 2024 03:54:56 -0400 (0:00:00.503) 0:00:08.683 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/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.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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-1728114896.3514302-29131-118424821758257 `" && echo ansible-tmp-1728114896.3514302-29131-118424821758257="` echo /root/.ansible/tmp/ansible-tmp-1728114896.3514302-29131-118424821758257 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193 `" && echo ansible-tmp-1728114896.3543024-29129-111907119862193="` echo /root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141 `" && echo ansible-tmp-1728114896.3583663-29130-3187380152141="` echo /root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'ansible-tmp-1728114896.3514302-29131-118424821758257=/root/.ansible/tmp/ansible-tmp-1728114896.3514302-29131-118424821758257\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114896.3583663-29130-3187380152141=/root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141\n', b'') <10.31.41.214> (0, b'ansible-tmp-1728114896.3543024-29129-111907119862193=/root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmphzwimeg2 TO /root/.ansible/tmp/ansible-tmp-1728114896.3514302-29131-118424821758257/AnsiballZ_user.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/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]' <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpphec1k2e TO /root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141/AnsiballZ_user.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/user.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpgj0rhetr TO /root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193/AnsiballZ_user.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpphec1k2e /root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141/AnsiballZ_user.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141/ /root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141/AnsiballZ_user.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmphzwimeg2 /root/.ansible/tmp/ansible-tmp-1728114896.3514302-29131-118424821758257/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-1728114896.3514302-29131-118424821758257/ /root/.ansible/tmp/ansible-tmp-1728114896.3514302-29131-118424821758257/AnsiballZ_user.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpgj0rhetr /root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193/AnsiballZ_user.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193/ /root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193/AnsiballZ_user.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141/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-1728114896.3514302-29131-118424821758257/AnsiballZ_user.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193/AnsiballZ_user.py && sleep 0'"'"'' <10.31.43.236> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node2", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114896.3583663-29130-3187380152141/ > /dev/null 2>&1 && sleep 0'"'"'' <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 managed-node3", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.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-1728114896.3514302-29131-118424821758257/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.41.214> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node1", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to 10.31.41.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114896.3543024-29129-111907119862193/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed-node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node2", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.41.202> (0, b'', b'') ok: [managed-node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node3", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.41.214> (0, b'', b'') ok: [managed-node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_expire_warn": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on managed-node1", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 05 October 2024 03:54:56 -0400 (0:00:00.630) 0:00:09.313 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936 `" && echo ansible-tmp-1728114896.9661655-29153-12419039622936="` echo /root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464 `" && echo ansible-tmp-1728114896.9766057-29154-135287290845464="` echo /root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464 `" ) && 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-1728114896.981707-29155-67014805408461 `" && echo ansible-tmp-1728114896.981707-29155-67014805408461="` echo /root/.ansible/tmp/ansible-tmp-1728114896.981707-29155-67014805408461 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114896.9661655-29153-12419039622936=/root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpf0x9xkuc TO /root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936/AnsiballZ_stat.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (0, b'ansible-tmp-1728114896.9766057-29154-135287290845464=/root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpypqb_y2j TO /root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464/AnsiballZ_stat.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'ansible-tmp-1728114896.981707-29155-67014805408461=/root/.ansible/tmp/ansible-tmp-1728114896.981707-29155-67014805408461\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-2869204xpd_c5/tmp87ey6co6 TO /root/.ansible/tmp/ansible-tmp-1728114896.981707-29155-67014805408461/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.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpf0x9xkuc /root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936/AnsiballZ_stat.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936/ /root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpypqb_y2j /root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464/AnsiballZ_stat.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464/ /root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp87ey6co6 /root/.ansible/tmp/ansible-tmp-1728114896.981707-29155-67014805408461/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-1728114896.981707-29155-67014805408461/ /root/.ansible/tmp/ansible-tmp-1728114896.981707-29155-67014805408461/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464/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-1728114896.981707-29155-67014805408461/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (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": 1728114598.1632931, "mtime": 1728114854.2597182, "ctime": 1728114854.2597182, "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.43.236 closed.\r\n') <10.31.41.214> (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": 1728113839.4766262, "mtime": 1728114845.8073006, "ctime": 1728114845.8073006, "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.214 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114896.9766057-29154-135287290845464/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114896.9661655-29153-12419039622936/ > /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": 1728113840.6172895, "mtime": 1728114863.092797, "ctime": 1728114863.092797, "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-1728114896.981707-29155-67014805408461/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.41.214> (0, b'', b'') <10.31.41.202> (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": 1728113839.4766262, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728114845.8073006, "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": 1728114845.8073006, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } ok: [managed-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": 1728114598.1632931, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728114854.2597182, "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": 1728114854.2597182, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } ok: [managed-node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1728113840.6172895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728114863.092797, "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": 1728114863.092797, "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 05 October 2024 03:54:57 -0400 (0:00:00.413) 0:00:09.727 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826 `" && echo ansible-tmp-1728114897.3754203-29180-269573692941826="` echo /root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680 `" && echo ansible-tmp-1728114897.3917663-29181-65068625563680="` echo /root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680 `" ) && 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-1728114897.3971076-29182-28523363431232 `" && echo ansible-tmp-1728114897.3971076-29182-28523363431232="` echo /root/.ansible/tmp/ansible-tmp-1728114897.3971076-29182-28523363431232 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114897.3754203-29180-269573692941826=/root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp626wbtb2 TO /root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826/AnsiballZ_stat.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (0, b'ansible-tmp-1728114897.3917663-29181-65068625563680=/root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp1xdcsnes TO /root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680/AnsiballZ_stat.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'ansible-tmp-1728114897.3971076-29182-28523363431232=/root/.ansible/tmp/ansible-tmp-1728114897.3971076-29182-28523363431232\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-2869204xpd_c5/tmp8ciqbr6i TO /root/.ansible/tmp/ansible-tmp-1728114897.3971076-29182-28523363431232/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.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp626wbtb2 /root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826/AnsiballZ_stat.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826/ /root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp1xdcsnes /root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680/AnsiballZ_stat.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680/ /root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp8ciqbr6i /root/.ansible/tmp/ansible-tmp-1728114897.3971076-29182-28523363431232/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-1728114897.3971076-29182-28523363431232/ /root/.ansible/tmp/ansible-tmp-1728114897.3971076-29182-28523363431232/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680/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-1728114897.3971076-29182-28523363431232/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 205521125, "dev": 51713, "nlink": 1, "atime": 1728114851.376327, "mtime": 1728114845.8073006, "ctime": 1728114845.8083005, "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": "296bf23858b9532acc22931050288309b540ce6e", "mimetype": "text/plain", "charset": "us-ascii", "version": "4025106245", "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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114897.3754203-29180-269573692941826/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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": 1728114719.49793, "mtime": 1728114598.1622932, "ctime": 1728114598.1622932, "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114897.3917663-29181-65068625563680/ > /dev/null 2>&1 && 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": 1562, "inode": 218104008, "dev": 51713, "nlink": 1, "atime": 1728114867.29579, "mtime": 1728114863.092797, "ctime": 1728114863.092797, "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": "5e6bd869dcd24f2fb94b93289454646e3be512db", "mimetype": "text/plain", "charset": "us-ascii", "version": "2590787691", "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-1728114897.3971076-29182-28523363431232/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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": 1728114851.376327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "296bf23858b9532acc22931050288309b540ce6e", "ctime": 1728114845.8083005, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521125, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1728114845.8073006, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "4025106245", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.41.202> (0, b'', b'') <10.31.43.236> (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": 1728114867.29579, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5e6bd869dcd24f2fb94b93289454646e3be512db", "ctime": 1728114863.092797, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104008, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1728114863.092797, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1562, "uid": 0, "version": "2590787691", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 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": 1728114719.49793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1728114598.1622932, "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": 1728114598.1622932, "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 05 October 2024 03:54:57 -0400 (0:00:00.409) 0:00:10.137 ****** <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/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.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703 `" && echo ansible-tmp-1728114897.852038-29205-10157277120703="` echo /root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485 `" && echo ansible-tmp-1728114897.857524-29204-263507156002485="` echo /root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485 `" ) && 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-1728114897.8748317-29206-193553145098295 `" && echo ansible-tmp-1728114897.8748317-29206-193553145098295="` echo /root/.ansible/tmp/ansible-tmp-1728114897.8748317-29206-193553145098295 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'ansible-tmp-1728114897.852038-29205-10157277120703=/root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703\n', b'') <10.31.41.214> (0, b'ansible-tmp-1728114897.857524-29204-263507156002485=/root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114897.8748317-29206-193553145098295=/root/.ansible/tmp/ansible-tmp-1728114897.8748317-29206-193553145098295\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.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp6z9g4ns1 TO /root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703/AnsiballZ_file.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpdqspcwxd TO /root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485/AnsiballZ_file.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpwdv7hcib TO /root/.ansible/tmp/ansible-tmp-1728114897.8748317-29206-193553145098295/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.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp6z9g4ns1 /root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703/AnsiballZ_file.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703/ /root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpdqspcwxd /root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485/AnsiballZ_file.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485/ /root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpwdv7hcib /root/.ansible/tmp/ansible-tmp-1728114897.8748317-29206-193553145098295/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-1728114897.8748317-29206-193553145098295/ /root/.ansible/tmp/ansible-tmp-1728114897.8748317-29206-193553145098295/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703/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-1728114897.8748317-29206-193553145098295/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485/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-1728114897.8748317-29206-193553145098295/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114897.852038-29205-10157277120703/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114897.857524-29204-263507156002485/ > /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.43.236> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } <10.31.41.214> (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 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 05 October 2024 03:54:58 -0400 (0:00:00.592) 0:00:10.729 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816 `" && echo ansible-tmp-1728114898.449982-29231-147750956435816="` echo /root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816 `" ) && sleep 0'"'"'' <10.31.41.202> (0, b'/root\n', b'') <10.31.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> 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-1728114898.4656935-29233-231776243741536 `" && echo ansible-tmp-1728114898.4656935-29233-231776243741536="` echo /root/.ansible/tmp/ansible-tmp-1728114898.4656935-29233-231776243741536 `" ) && sleep 0'"'"'' <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061 `" && echo ansible-tmp-1728114898.466092-29232-58133462138061="` echo /root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114898.449982-29231-147750956435816=/root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114898.4656935-29233-231776243741536=/root/.ansible/tmp/ansible-tmp-1728114898.4656935-29233-231776243741536\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114898.466092-29232-58133462138061=/root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061\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.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpke8caujf TO /root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816/AnsiballZ_lineinfile.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp8zljlwg9 TO /root/.ansible/tmp/ansible-tmp-1728114898.4656935-29233-231776243741536/AnsiballZ_lineinfile.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <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/lineinfile.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmphjb2rv2z TO /root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061/AnsiballZ_lineinfile.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp8zljlwg9 /root/.ansible/tmp/ansible-tmp-1728114898.4656935-29233-231776243741536/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-1728114898.4656935-29233-231776243741536/ /root/.ansible/tmp/ansible-tmp-1728114898.4656935-29233-231776243741536/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpke8caujf /root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816/AnsiballZ_lineinfile.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816/ /root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmphjb2rv2z /root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061/AnsiballZ_lineinfile.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061/ /root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061/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-1728114898.4656935-29233-231776243741536/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816/AnsiballZ_lineinfile.py && 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDATrjoH/MKTbPQINIBxR4KmpZsk+wnIvzkj0jcl707F8EYSYRkYJvGv63EGnOD7RIv+UfO61hj8WCUu0WKIsUZ/+v6stSTX++lZW/yePLUzX17x6XQlu1jRTM2uC2MCCAb5Ldo5/nh0+buZsMDjfzN6f4LiK3Uq+9xU8mCc5wiw6ozzh4Q02e6HVV6cJLxem/Rq3qRSHC3X/j3eq6ATIbDMIymWIH95UR5Hk0aDqOhvKfl2RviECloRYiJbgPemiSXY6wXbzU6VFzETpf/xDIsVW/rZP9cyHJtCLAwlCBGDg5UeeHo7HzRmF0YZS9Xm2NngeI+htq3f330RrAP/I7vuW5ONQbiuaAJQB3Z1DEI3M0zc1cEQVOOZpETqC+4XTkV3PJ2ydSXPhiAhU7ZmfX0ZThhZ04izO6F5vkW0kOYJpuMZBop42VKVwq/6cfGfl2hkL9MJjJD7peQn3zFEf59jFQ1MThEotDkJ8WhQHPDtPaiHzrvKWmANOynFs8yOeU= root@managed-node3", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.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-1728114898.4656935-29233-231776243741536/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCYl6sMIuOSlGJD/F1kPavUsNcZZMRVzFUEBb/xf1dYFzuF9MUGPdCiZZ+5eNkSjCKYpQKT0zuImlFSWA4CNaEXkFRqonJM39XokywWT5qICxJDMPB1JSVQQQA9FMSk8lbblvO+gNiUSy2dSFDWxWCucOTglU3wf/BXSnChn+WZFG45geSPZLQjQnO8rK4CbUM5eMqLiPXICPeL1NdFAJfS2qctuEjhx3TGeR2KlA5+0D1HXHooGE4X0QFsXwPwYCTVFGf7c/dMEyl7GtVXCBxm0lIWxzSQQz3XKi+KetqLDzY97n/D60EjNVCc0m5rDeUeQRrW9XIRPA8czoIOm00mSlwjiz3A6/P34fuRSn95U4jhfwAKLCFSQCPgTG3/R7O9cteyopf9Lm/C9BvtBPOs9eRR9pTHNHvTP2w0TOkfRx/gNYkO3D8/OrR7BlfMbOFXGKGDCuZCRimL2QMGdVjFtEQkRth3dCIXrnzD3jSqapCfZONRbTr11GJiJegnyYE= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114898.466092-29232-58133462138061/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDhlapIuJa9pkFK9pHc4T8+fDQdMxTUM8yQhBJUq1tH5ggQhWHFxI+WPZVIIdvA9UQQJbMo1Dxcd1TDOWRVopbDXgEF6vxD9IEJebT8UR+Z65ib2RuDFrB4sUN9F48zYOnr78HseraZVnQG3QQfdercZ0c7BOSKK0YVIdvr8ObAQxIJUbeQvF71OUjLUcQHo7oqgr2U1++dn9MzDtRgooNb3nFcWPNzm3iSKoKOvkgcetEtozFn9hWbJCi1RADFv7smBWj28TqI7pXbEfT8y2OQrvpCvr3SgpxSgp2mu3mOguUUfycT0tOfrRNp5l1IaqhxmM9M0a6GUA8OtVYjK0CZbVLz+gq3qn0QezSlpZATlf4E05tJaQZxYWODTCCz3BR41DcdqUdVOW6aaLhS62TK6p1CjXWh3l19fRDcVraOomrZ9/5GNLRes+K/tyBaxiRbe2Ei7q7YFShyTOlE4snxtBY8e9nQbhhWAmH/2wfL0Gd28yt5YqSL9o07WTIhT5k= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to 10.31.41.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114898.449982-29231-147750956435816/ > /dev/null 2>&1 && sleep 0'"'"'' <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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDATrjoH/MKTbPQINIBxR4KmpZsk+wnIvzkj0jcl707F8EYSYRkYJvGv63EGnOD7RIv+UfO61hj8WCUu0WKIsUZ/+v6stSTX++lZW/yePLUzX17x6XQlu1jRTM2uC2MCCAb5Ldo5/nh0+buZsMDjfzN6f4LiK3Uq+9xU8mCc5wiw6ozzh4Q02e6HVV6cJLxem/Rq3qRSHC3X/j3eq6ATIbDMIymWIH95UR5Hk0aDqOhvKfl2RviECloRYiJbgPemiSXY6wXbzU6VFzETpf/xDIsVW/rZP9cyHJtCLAwlCBGDg5UeeHo7HzRmF0YZS9Xm2NngeI+htq3f330RrAP/I7vuW5ONQbiuaAJQB3Z1DEI3M0zc1cEQVOOZpETqC+4XTkV3PJ2ydSXPhiAhU7ZmfX0ZThhZ04izO6F5vkW0kOYJpuMZBop42VKVwq/6cfGfl2hkL9MJjJD7peQn3zFEf59jFQ1MThEotDkJ8WhQHPDtPaiHzrvKWmANOynFs8yOeU= root@managed-node3", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.43.236> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCYl6sMIuOSlGJD/F1kPavUsNcZZMRVzFUEBb/xf1dYFzuF9MUGPdCiZZ+5eNkSjCKYpQKT0zuImlFSWA4CNaEXkFRqonJM39XokywWT5qICxJDMPB1JSVQQQA9FMSk8lbblvO+gNiUSy2dSFDWxWCucOTglU3wf/BXSnChn+WZFG45geSPZLQjQnO8rK4CbUM5eMqLiPXICPeL1NdFAJfS2qctuEjhx3TGeR2KlA5+0D1HXHooGE4X0QFsXwPwYCTVFGf7c/dMEyl7GtVXCBxm0lIWxzSQQz3XKi+KetqLDzY97n/D60EjNVCc0m5rDeUeQRrW9XIRPA8czoIOm00mSlwjiz3A6/P34fuRSn95U4jhfwAKLCFSQCPgTG3/R7O9cteyopf9Lm/C9BvtBPOs9eRR9pTHNHvTP2w0TOkfRx/gNYkO3D8/OrR7BlfMbOFXGKGDCuZCRimL2QMGdVjFtEQkRth3dCIXrnzD3jSqapCfZONRbTr11GJiJegnyYE= root@managed-node2", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added <10.31.41.214> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDhlapIuJa9pkFK9pHc4T8+fDQdMxTUM8yQhBJUq1tH5ggQhWHFxI+WPZVIIdvA9UQQJbMo1Dxcd1TDOWRVopbDXgEF6vxD9IEJebT8UR+Z65ib2RuDFrB4sUN9F48zYOnr78HseraZVnQG3QQfdercZ0c7BOSKK0YVIdvr8ObAQxIJUbeQvF71OUjLUcQHo7oqgr2U1++dn9MzDtRgooNb3nFcWPNzm3iSKoKOvkgcetEtozFn9hWbJCi1RADFv7smBWj28TqI7pXbEfT8y2OQrvpCvr3SgpxSgp2mu3mOguUUfycT0tOfrRNp5l1IaqhxmM9M0a6GUA8OtVYjK0CZbVLz+gq3qn0QezSlpZATlf4E05tJaQZxYWODTCCz3BR41DcdqUdVOW6aaLhS62TK6p1CjXWh3l19fRDcVraOomrZ9/5GNLRes+K/tyBaxiRbe2Ei7q7YFShyTOlE4snxtBY8e9nQbhhWAmH/2wfL0Gd28yt5YqSL9o07WTIhT5k= root@managed-node1", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 05 October 2024 03:54:58 -0400 (0:00:00.579) 0:00:11.309 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124 `" && echo ansible-tmp-1728114898.9511425-29255-168758548144124="` echo /root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900 `" && echo ansible-tmp-1728114898.9685023-29256-79424140961900="` echo /root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900 `" ) && 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-1728114898.9766219-29258-54068418359590 `" && echo ansible-tmp-1728114898.9766219-29258-54068418359590="` echo /root/.ansible/tmp/ansible-tmp-1728114898.9766219-29258-54068418359590 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114898.9511425-29255-168758548144124=/root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp7p5ntuha TO /root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124/AnsiballZ_slurp.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (0, b'ansible-tmp-1728114898.9685023-29256-79424140961900=/root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpb67bqulk TO /root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900/AnsiballZ_slurp.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'ansible-tmp-1728114898.9766219-29258-54068418359590=/root/.ansible/tmp/ansible-tmp-1728114898.9766219-29258-54068418359590\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpbnn8bvyw TO /root/.ansible/tmp/ansible-tmp-1728114898.9766219-29258-54068418359590/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.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp7p5ntuha /root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124/AnsiballZ_slurp.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124/ /root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpb67bqulk /root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900/AnsiballZ_slurp.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900/ /root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpbnn8bvyw /root/.ansible/tmp/ansible-tmp-1728114898.9766219-29258-54068418359590/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-1728114898.9766219-29258-54068418359590/ /root/.ansible/tmp/ansible-tmp-1728114898.9766219-29258-54068418359590/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900/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-1728114898.9766219-29258-54068418359590/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.214> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERlI0UHFDU0JFRDZYRWJyZTR1UkZCT2ZOSGw4MWdIMTJSc21BNFlrbFh1VmNzQlF3M1RpUUdrY2pOaXUxNWo4Z0dDZFZBUmNlVDcxR3c5WVZJMFdObDN4eWFSRVhheTZOa1ZVU2ZGMXE0ZUlwM0ZVMFVpSFRyaUJYNnNwZXFGUUF4MHFwWEVaWFZGMWZ4cWw2VFpQa2FjRnl1cTN5VjhvR1RPY0drSXNURTdyc25JR3VwOGhCTlcvdk9qNWUxK01MWGc3eXQ0TGtSTThaMEtnWU5TK25pemRXU1pTS3diMmFHMmhXWndteVJ4akw3WjJSTi9hTitoSDlXclJaS3pJMWxuU0ZFaC9oRmhTM0VZUkMybWh0S3pNTk03Mml4cXFZcVNPMGlRUUJ0cHpaenp0RGE5c0hhOEUwaHdFbDR1TTJmbTkzNHhEL0RvN0syeXptV0xZRHJiVHFZekVEaFVxOUJ4MVBSWGM1RVJMcjk5V3pLNThtc0FIMVY3RDM3Q25VZThQWGdWdURBU3pER3NHQ09DT0N3TnU2Y3JTNk9tTFdUUjkzYXgyTGdnQzF6MGxEeXdrMUxLNGVPN0dtSjFnWW5Gd3dNRUNpQnpOQk1vdjFMRkovOHJ3MGxid0JlMi95aDgwUGdyaTBpem1JSEZCbWV1MWJaY0hFZDM2Nk8rakU9IHJvb3RAaXAtMTAtMzEtNDEtMjE0LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114898.9511425-29255-168758548144124/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNjVxdUpkWm1GQUJZV1NWNGFNWmFOcHduMnAxSEd4VWZhYlhCeDI5TU1VR0VCc2hQejVUbitTTE1IYUpieU55eDkweVhwaFdUZ2RGZEgrMVJqclVOS1ZmZHVHT1VxdUxRcC9IYkpGNnVEVjJlNmdvSUxsbEN3clBTemlmQzZUaHZqai9BbDZSMjZPMHpOWFFscURmblYyYnpPWlArcWhrcC9TL21NanFEdGwxenNKQU1JTnZOSHlBRVdSWDNmaTV3Qm1lc2p2d0FHSmJRK252YUl5WVVabk5neUFraGNpOFNPVkgwb0dES0xEM0w3TFF5cWVQWjhDMDhDcDl5aWpoeU1DQ01BQ1hzd2l2bU5xbkNtVm9Na1l6aFBQYmg2djNHSVNDbWhyekh6Z3MzeEY3Q0wwTkFvQUQvbjJ4RVllVFNrQWpYV29tQWtVWml2TXZCYit5MmxySVU5bXM2MzZ1bklueG9OdHE1K1R6cjVWbzVLL1JzdmViN0RKNmFpL0FZR0piNFdEMmJwTzJDSmpSQ3NXSVhUREpLemhNM3N1T3RKTXd0K2U5d1VIenA5YjJrZUVuQnVFQ1NMSk9reW9EN3Z6L1pHMklEYytuVnZaV29NRXNUVVJ4SEM3cFpDbzdnK3JCcnFWc2VjMUVVRnR6ZkJuTk44bVAzNDFxVHpURGs9IHJvb3RAaXAtMTAtMzEtNDMtMjM2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114898.9685023-29256-79424140961900/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdUtHOG1aRDh3NUpUWlAxd21FeXVoTGY1UThVcmFFd3UwcUlKdnNrd0dxVjhYcHdmMzhpZFZNcnVlQWtOU0VjaXlvQnlDRHpleGNnbEJyS2czL3UxU0psWUVRejd2U0NnNTBBaXlzeVFlR0hManVEVjkrV0RNcDRIaGkyYnJJME5UZWVEZlZ6ak5WQm5zcTM2cGw2WmlpdjVwd1RvR3habU1hMzV3RW53UnZGUXBFcklYWkRIQ29RVnZSM0ZHdkFWTVBJME9OM2NETkJadEJublJXOExyNk5iWmNsek5mdzVsMllRQVBNWDcrN3orV29WeHc4K29PTk9vV2Y1eVp2eGJPSTZ6ai8razljTXE5VHJMV1p3cHIxd05YSVliL1ZSNHVSUkhlVlRIMEx3VGVUcjRUaTQyNUljTHptWXExTnBJVEpzV3ZkRWl0U0xnVks4M3pDYnUxWmE1eDhOQjdGbmxKNjlXeXpRVlo5VFZ3TU1DNjBuS1pYU0xLZDZZQ014bjB1Zk9XRWg4a0VTem8yU0NreG01bW9rN0FTdXBORzgwZUEzZEdaaHZMVzNpVUMyQXNHelF2R050RzN6MlU5cWFDRndJMkM5bERNV1hWZFNveGhUa0tEK1JSUEk0OE5sMTdzSWxsUmgvZTQrN3B5Q3lyYWJiMG9ycForbUFrMTA9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-1728114898.9766219-29258-54068418359590/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') ok: [managed-node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERlI0UHFDU0JFRDZYRWJyZTR1UkZCT2ZOSGw4MWdIMTJSc21BNFlrbFh1VmNzQlF3M1RpUUdrY2pOaXUxNWo4Z0dDZFZBUmNlVDcxR3c5WVZJMFdObDN4eWFSRVhheTZOa1ZVU2ZGMXE0ZUlwM0ZVMFVpSFRyaUJYNnNwZXFGUUF4MHFwWEVaWFZGMWZ4cWw2VFpQa2FjRnl1cTN5VjhvR1RPY0drSXNURTdyc25JR3VwOGhCTlcvdk9qNWUxK01MWGc3eXQ0TGtSTThaMEtnWU5TK25pemRXU1pTS3diMmFHMmhXWndteVJ4akw3WjJSTi9hTitoSDlXclJaS3pJMWxuU0ZFaC9oRmhTM0VZUkMybWh0S3pNTk03Mml4cXFZcVNPMGlRUUJ0cHpaenp0RGE5c0hhOEUwaHdFbDR1TTJmbTkzNHhEL0RvN0syeXptV0xZRHJiVHFZekVEaFVxOUJ4MVBSWGM1RVJMcjk5V3pLNThtc0FIMVY3RDM3Q25VZThQWGdWdURBU3pER3NHQ09DT0N3TnU2Y3JTNk9tTFdUUjkzYXgyTGdnQzF6MGxEeXdrMUxLNGVPN0dtSjFnWW5Gd3dNRUNpQnpOQk1vdjFMRkovOHJ3MGxid0JlMi95aDgwUGdyaTBpem1JSEZCbWV1MWJaY0hFZDM2Nk8rakU9IHJvb3RAaXAtMTAtMzEtNDEtMjE0LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.43.236> (0, b'', b'') ok: [managed-node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDNjVxdUpkWm1GQUJZV1NWNGFNWmFOcHduMnAxSEd4VWZhYlhCeDI5TU1VR0VCc2hQejVUbitTTE1IYUpieU55eDkweVhwaFdUZ2RGZEgrMVJqclVOS1ZmZHVHT1VxdUxRcC9IYkpGNnVEVjJlNmdvSUxsbEN3clBTemlmQzZUaHZqai9BbDZSMjZPMHpOWFFscURmblYyYnpPWlArcWhrcC9TL21NanFEdGwxenNKQU1JTnZOSHlBRVdSWDNmaTV3Qm1lc2p2d0FHSmJRK252YUl5WVVabk5neUFraGNpOFNPVkgwb0dES0xEM0w3TFF5cWVQWjhDMDhDcDl5aWpoeU1DQ01BQ1hzd2l2bU5xbkNtVm9Na1l6aFBQYmg2djNHSVNDbWhyekh6Z3MzeEY3Q0wwTkFvQUQvbjJ4RVllVFNrQWpYV29tQWtVWml2TXZCYit5MmxySVU5bXM2MzZ1bklueG9OdHE1K1R6cjVWbzVLL1JzdmViN0RKNmFpL0FZR0piNFdEMmJwTzJDSmpSQ3NXSVhUREpLemhNM3N1T3RKTXd0K2U5d1VIenA5YjJrZUVuQnVFQ1NMSk9reW9EN3Z6L1pHMklEYytuVnZaV29NRXNUVVJ4SEM3cFpDbzdnK3JCcnFWc2VjMUVVRnR6ZkJuTk44bVAzNDFxVHpURGs9IHJvb3RAaXAtMTAtMzEtNDMtMjM2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdUtHOG1aRDh3NUpUWlAxd21FeXVoTGY1UThVcmFFd3UwcUlKdnNrd0dxVjhYcHdmMzhpZFZNcnVlQWtOU0VjaXlvQnlDRHpleGNnbEJyS2czL3UxU0psWUVRejd2U0NnNTBBaXlzeVFlR0hManVEVjkrV0RNcDRIaGkyYnJJME5UZWVEZlZ6ak5WQm5zcTM2cGw2WmlpdjVwd1RvR3habU1hMzV3RW53UnZGUXBFcklYWkRIQ29RVnZSM0ZHdkFWTVBJME9OM2NETkJadEJublJXOExyNk5iWmNsek5mdzVsMllRQVBNWDcrN3orV29WeHc4K29PTk9vV2Y1eVp2eGJPSTZ6ai8razljTXE5VHJMV1p3cHIxd05YSVliL1ZSNHVSUkhlVlRIMEx3VGVUcjRUaTQyNUljTHptWXExTnBJVEpzV3ZkRWl0U0xnVks4M3pDYnUxWmE1eDhOQjdGbmxKNjlXeXpRVlo5VFZ3TU1DNjBuS1pYU0xLZDZZQ014bjB1Zk9XRWg4a0VTem8yU0NreG01bW9rN0FTdXBORzgwZUEzZEdaaHZMVzNpVUMyQXNHelF2R050RzN6MlU5cWFDRndJMkM5bERNV1hWZFNveGhUa0tEK1JSUEk0OE5sMTdzSWxsUmgvZTQrN3B5Q3lyYWJiMG9ycForbUFrMTA9IHJvb3RAaXAtMTAtMzEtNDEtMjAyLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 05 October 2024 03:54:59 -0400 (0:00:00.396) 0:00:11.705 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563 `" && echo ansible-tmp-1728114899.445585-29282-32958686587563="` echo /root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563 `" ) && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.41.202> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> 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-1728114899.4836543-29284-125091264175229 `" && echo ansible-tmp-1728114899.4836543-29284-125091264175229="` echo /root/.ansible/tmp/ansible-tmp-1728114899.4836543-29284-125091264175229 `" ) && sleep 0'"'"'' <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541 `" && echo ansible-tmp-1728114899.4840937-29283-33791246301541="` echo /root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114899.445585-29282-32958686587563=/root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114899.4840937-29283-33791246301541=/root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114899.4836543-29284-125091264175229=/root/.ansible/tmp/ansible-tmp-1728114899.4836543-29284-125091264175229\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpt2k2bnsc TO /root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563/AnsiballZ_known_hosts.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' 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-2869204xpd_c5/tmpjud2xxn0 TO /root/.ansible/tmp/ansible-tmp-1728114899.4836543-29284-125091264175229/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]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/known_hosts.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpcw6dnnpt TO /root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541/AnsiballZ_known_hosts.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpt2k2bnsc /root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563/AnsiballZ_known_hosts.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563/ /root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpjud2xxn0 /root/.ansible/tmp/ansible-tmp-1728114899.4836543-29284-125091264175229/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-1728114899.4836543-29284-125091264175229/ /root/.ansible/tmp/ansible-tmp-1728114899.4836543-29284-125091264175229/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpcw6dnnpt /root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541/AnsiballZ_known_hosts.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541/ /root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563/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-1728114899.4836543-29284-125091264175229/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.43.236> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\\n", "after": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\\n", "name": "10.31.43.236", "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.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\\n", "after": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114899.4840937-29283-33791246301541/ > /dev/null 2>&1 && 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= root@ip-10-31-41-202.us-east-1.aws.redhat.com\\n", "after": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= root@ip-10-31-41-202.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= root@ip-10-31-41-202.us-east-1.aws.redhat.com\\n", "after": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= 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-1728114899.4836543-29284-125091264175229/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\\n", "after": "10.31.41.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.41.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\\n", "name": "10.31.41.214", "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.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\\n", "after": "10.31.41.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.41.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114899.445585-29282-32958686587563/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') ok: [managed-node2] => { "changed": false, "diff": { "after": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.43.236 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC65quJdZmFABYWSV4aMZaNpwn2p1HGxUfabXBx29MMUGEBshPz5Tn+SLMHaJbyNyx90yXphWTgdFdH+1RjrUNKVfduGOUquLQp/HbJF6uDV2e6goILllCwrPSzifC6Thvjj/Al6R26O0zNXQlqDfnV2bzOZP+qhkp/S/mMjqDtl1zsJAMINvNHyAEWRX3fi5wBmesjvwAGJbQ+nvaIyYUZnNgyAkhci8SOVH0oGDKLD3L7LQyqePZ8C08Cp9yijhyMCCMACXswivmNqnCmVoMkYzhPPbh6v3GISCmhrzHzgs3xF7CL0NAoAD/n2xEYeTSkAjXWomAkUZivMvBb+y2lrIU9ms636unInxoNtq5+Tzr5Vo5K/Rsveb7DJ6ai/AYGJb4WD2bpO2CJjRCsWIXTDJKzhM3suOtJMwt+e9wUHzp9b2keEnBuECSLJOkyoD7vz/ZG2IDc+nVvZWoMEsTURxHC7pZCo7g+rBrqVsec1EUFtzfBnNN8mP341qTzTDk= root@ip-10-31-43-236.us-east-1.aws.redhat.com\n", "name": "10.31.43.236", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.41.202> (0, b'', b'') ok: [managed-node3] => { "changed": false, "diff": { "after": "10.31.41.202 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= 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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKG8mZD8w5JTZP1wmEyuhLf5Q8UraEwu0qIJvskwGqV8Xpwf38idVMrueAkNSEciyoByCDzexcglBrKg3/u1SJlYEQz7vSCg50AiysyQeGHLjuDV9+WDMp4Hhi2brI0NTeeDfVzjNVBnsq36pl6Ziiv5pwToGxZmMa35wEnwRvFQpErIXZDHCoQVvR3FGvAVMPI0ON3cDNBZtBnnRW8Lr6NbZclzNfw5l2YQAPMX7+7z+WoVxw8+oONOoWf5yZvxbOI6zj/+k9cMq9TrLWZwpr1wNXIYb/VR4uRRHeVTH0LwTeTr4Ti425IcLzmYq1NpITJsWvdEitSLgVK83zCbu1Za5x8NB7FnlJ69WyzQVZ9TVwMMC60nKZXSLKd6YCMxn0ufOWEh8kESzo2SCkxm5mok7ASupNG80eA3dGZhvLW3iUC2AsGzQvGNtG3z2U9qaCFwI2C9lDMWXVdSoxhTkKD+RRPI48Nl17sIllRh/e4+7pyCyrabb0orpZ+mAk10= 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.41.214> (0, b'', b'') ok: [managed-node1] => { "changed": false, "diff": { "after": "10.31.41.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.41.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.41.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.41.214 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFR4PqCSBED6XEbre4uRFBOfNHl81gH12RsmA4YklXuVcsBQw3TiQGkcjNiu15j8gGCdVARceT71Gw9YVI0WNl3xyaREXay6NkVUSfF1q4eIp3FU0UiHTriBX6speqFQAx0qpXEZXVF1fxql6TZPkacFyuq3yV8oGTOcGkIsTE7rsnIGup8hBNW/vOj5e1+MLXg7yt4LkRM8Z0KgYNS+nizdWSZSKwb2aG2hWZwmyRxjL7Z2RN/aN+hH9WrRZKzI1lnSFEh/hFhS3EYRC2mhtKzMNM72ixqqYqSO0iQQBtpzZzztDa9sHa8E0hwEl4uM2fm934xD/Do7K2yzmWLYDrbTqYzEDhUq9Bx1PRXc5ERLr99WzK58msAH1V7D37CnUe8PXgVuDASzDGsGCOCOCwNu6crS6OmLWTR93ax2LggC1z0lDywk1LK4eO7GmJ1gYnFwwMECiBzNBMov1LFJ/8rw0lbwBe2/yh80Pgri0izmIHFBmeu1bZcHEd366O+jE= root@ip-10-31-41-214.us-east-1.aws.redhat.com\n", "name": "10.31.41.214", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 05 October 2024 03:54:59 -0400 (0:00:00.610) 0:00:12.316 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869 `" && echo ansible-tmp-1728114899.9597278-29306-76688039742869="` echo /root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792 `" && echo ansible-tmp-1728114899.9676795-29307-277557241572792="` echo /root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792 `" ) && 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-1728114899.9691064-29309-15539639190632 `" && echo ansible-tmp-1728114899.9691064-29309-15539639190632="` echo /root/.ansible/tmp/ansible-tmp-1728114899.9691064-29309-15539639190632 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114899.9597278-29306-76688039742869=/root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpmcfm5wnc TO /root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869/AnsiballZ_stat.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.41.202> (0, b'ansible-tmp-1728114899.9691064-29309-15539639190632=/root/.ansible/tmp/ansible-tmp-1728114899.9691064-29309-15539639190632\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114899.9676795-29307-277557241572792=/root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpawzydm0x TO /root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792/AnsiballZ_stat.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp6gcyfce_ TO /root/.ansible/tmp/ansible-tmp-1728114899.9691064-29309-15539639190632/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-2869204xpd_c5/tmp6gcyfce_ /root/.ansible/tmp/ansible-tmp-1728114899.9691064-29309-15539639190632/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-1728114899.9691064-29309-15539639190632/ /root/.ansible/tmp/ansible-tmp-1728114899.9691064-29309-15539639190632/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpawzydm0x /root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792/AnsiballZ_stat.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792/ /root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpmcfm5wnc /root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869/AnsiballZ_stat.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869/ /root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869/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-1728114899.9691064-29309-15539639190632/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869/AnsiballZ_stat.py && 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": 234881228, "dev": 51713, "nlink": 1, "atime": 1728114867.0287905, "mtime": 1728114864.764794, "ctime": 1728114865.0447938, "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": "417686085", "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-1728114899.9691064-29309-15539639190632/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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": 67109063, "dev": 51713, "nlink": 1, "atime": 1728114860.53381, "mtime": 1728114858.5367806, "ctime": 1728114858.9827871, "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": "e22be75765ea4a03287cab83e24ed5def9f9d26a", "mimetype": "text/plain", "charset": "us-ascii", "version": "821710944", "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114899.9676795-29307-277557241572792/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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": 234881228, "dev": 51713, "nlink": 1, "atime": 1728114851.156326, "mtime": 1728114848.2923124, "ctime": 1728114848.6853142, "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": "03da24087ee4bf0e3fbe968b257b547c2e71163a", "mimetype": "text/plain", "charset": "us-ascii", "version": "3610897766", "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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114899.9597278-29306-76688039742869/ > /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": "/etc/kdump.conf" } }, "stat": { "atime": 1728114867.0287905, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "42ee09bff16a4b225ee07c30a94ec589552d83d5", "ctime": 1728114865.0447938, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 234881228, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728114864.764794, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "417686085", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.43.236> (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": 1728114860.53381, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e22be75765ea4a03287cab83e24ed5def9f9d26a", "ctime": 1728114858.9827871, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 67109063, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728114858.5367806, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 121, "uid": 0, "version": "821710944", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.41.214> (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": 1728114851.156326, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "03da24087ee4bf0e3fbe968b257b547c2e71163a", "ctime": 1728114848.6853142, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 234881228, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728114848.2923124, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "3610897766", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 05 October 2024 03:55:00 -0400 (0:00:00.423) 0:00:12.740 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/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.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.41.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575 `" && echo ansible-tmp-1728114900.428685-29333-243338116742575="` echo /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575 `" ) && 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-1728114900.4335227-29335-251850124057455 `" && echo ansible-tmp-1728114900.4335227-29335-251850124057455="` echo /root/.ansible/tmp/ansible-tmp-1728114900.4335227-29335-251850124057455 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619 `" && echo ansible-tmp-1728114900.435385-29334-50518820690619="` echo /root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114900.428685-29333-243338116742575=/root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575\n', b'') <10.31.41.202> (0, b'ansible-tmp-1728114900.4335227-29335-251850124057455=/root/.ansible/tmp/ansible-tmp-1728114900.4335227-29335-251850124057455\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114900.435385-29334-50518820690619=/root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619\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-2869204xpd_c5/tmpwkg2tw7t TO /root/.ansible/tmp/ansible-tmp-1728114900.4335227-29335-251850124057455/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]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpapoebtux TO /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/AnsiballZ_stat.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/stat.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpd_0js9is TO /root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619/AnsiballZ_stat.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpwkg2tw7t /root/.ansible/tmp/ansible-tmp-1728114900.4335227-29335-251850124057455/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-1728114900.4335227-29335-251850124057455/ /root/.ansible/tmp/ansible-tmp-1728114900.4335227-29335-251850124057455/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpd_0js9is /root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619/AnsiballZ_stat.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpapoebtux /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/AnsiballZ_stat.py\n', b'') <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619/ /root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/ /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/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-1728114900.4335227-29335-251850124057455/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/AnsiballZ_stat.py && 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": 234881228, "dev": 51713, "nlink": 1, "atime": 1728114867.0287905, "mtime": 1728114864.764794, "ctime": 1728114865.0447938, "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": "417686085", "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-2869204xpd_c5/tmp8fm7p32p TO /root/.ansible/tmp/ansible-tmp-1728114900.4335227-29335-251850124057455/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.43.236> (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": 67109063, "dev": 51713, "nlink": 1, "atime": 1728114860.53381, "mtime": 1728114858.5367806, "ctime": 1728114858.9827871, "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": "e22be75765ea4a03287cab83e24ed5def9f9d26a", "mimetype": "text/plain", "charset": "us-ascii", "version": "821710944", "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114900.435385-29334-50518820690619/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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": 234881228, "dev": 51713, "nlink": 1, "atime": 1728114851.156326, "mtime": 1728114848.2923124, "ctime": 1728114848.6853142, "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": "03da24087ee4bf0e3fbe968b257b547c2e71163a", "mimetype": "text/plain", "charset": "us-ascii", "version": "3610897766", "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.214 closed.\r\n') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpnace7ini TO /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/AnsiballZ_file.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (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-2869204xpd_c5/tmpnjbn0nqc/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpnjbn0nqc/kdump.conf.j2" } } <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp8fm7p32p /root/.ansible/tmp/ansible-tmp-1728114900.4335227-29335-251850124057455/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-1728114900.4335227-29335-251850124057455/ /root/.ansible/tmp/ansible-tmp-1728114900.4335227-29335-251850124057455/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpnace7ini /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/AnsiballZ_file.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/ /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/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-1728114900.4335227-29335-251850124057455/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/AnsiballZ_file.py && 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-1728114900.4335227-29335-251850124057455/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') 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 } <10.31.41.214> (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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114900.428685-29333-243338116742575/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') ok: [managed-node1] => { "changed": false, "checksum": "03da24087ee4bf0e3fbe968b257b547c2e71163a", "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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 05 October 2024 03:55:01 -0400 (0:00:00.815) 0:00:13.556 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723 `" && echo ansible-tmp-1728114901.1991465-29368-233963725340723="` echo /root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007 `" && echo ansible-tmp-1728114901.207388-29369-17926079233007="` echo /root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007 `" ) && 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-1728114901.210165-29371-79228466249137 `" && echo ansible-tmp-1728114901.210165-29371-79228466249137="` echo /root/.ansible/tmp/ansible-tmp-1728114901.210165-29371-79228466249137 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114901.1991465-29368-233963725340723=/root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpfj4qsuzq TO /root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723/AnsiballZ_slurp.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.41.202> (0, b'ansible-tmp-1728114901.210165-29371-79228466249137=/root/.ansible/tmp/ansible-tmp-1728114901.210165-29371-79228466249137\n', b'') <10.31.43.236> (0, b'ansible-tmp-1728114901.207388-29369-17926079233007=/root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/slurp.py <10.31.41.202> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpxjl0rxyl TO /root/.ansible/tmp/ansible-tmp-1728114901.210165-29371-79228466249137/AnsiballZ_slurp.py Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/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.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp6u667t2z TO /root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007/AnsiballZ_slurp.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpfj4qsuzq /root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723/AnsiballZ_slurp.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723/ /root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpxjl0rxyl /root/.ansible/tmp/ansible-tmp-1728114901.210165-29371-79228466249137/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-1728114901.210165-29371-79228466249137/ /root/.ansible/tmp/ansible-tmp-1728114901.210165-29371-79228466249137/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp6u667t2z /root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007/AnsiballZ_slurp.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007/ /root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007/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-1728114901.210165-29371-79228466249137/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007/AnsiballZ_slurp.py && 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-1728114901.210165-29371-79228466249137/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114901.207388-29369-17926079233007/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114901.1991465-29368-233963725340723/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.202> (0, b'', b'') <10.31.43.236> (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.41.214> (0, b'', b'') ok: [managed-node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } ok: [managed-node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 05 October 2024 03:55:01 -0400 (0:00:00.407) 0:00:13.963 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 05 October 2024 03:55:01 -0400 (0:00:00.080) 0:00:14.044 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 05 October 2024 03:55:01 -0400 (0:00:00.070) 0:00:14.114 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 05 October 2024 03:55:01 -0400 (0:00:00.071) 0:00:14.186 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 05 October 2024 03:55:01 -0400 (0:00:00.071) 0:00:14.257 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 05 October 2024 03:55:01 -0400 (0:00:00.076) 0:00:14.333 ****** 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 05 October 2024 03:55:01 -0400 (0:00:00.075) 0:00:14.408 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589 `" && echo ansible-tmp-1728114902.0533261-29410-29355458253589="` echo /root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792 `" && echo ansible-tmp-1728114902.05909-29411-99655610287792="` echo /root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792 `" ) && 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-1728114902.0672925-29413-55573781654870 `" && echo ansible-tmp-1728114902.0672925-29413-55573781654870="` echo /root/.ansible/tmp/ansible-tmp-1728114902.0672925-29413-55573781654870 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114902.0533261-29410-29355458253589=/root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmprx_pjbq2 TO /root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589/AnsiballZ_systemd.py <10.31.43.236> (0, b'ansible-tmp-1728114902.05909-29411-99655610287792=/root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792\n', b'') <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp9bsgh_7a TO /root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792/AnsiballZ_systemd.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'ansible-tmp-1728114902.0672925-29413-55573781654870=/root/.ansible/tmp/ansible-tmp-1728114902.0672925-29413-55573781654870\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-2869204xpd_c5/tmptm23djwi TO /root/.ansible/tmp/ansible-tmp-1728114902.0672925-29413-55573781654870/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.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmp9bsgh_7a /root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792/AnsiballZ_systemd.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792/ /root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmprx_pjbq2 /root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589/AnsiballZ_systemd.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589/ /root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmptm23djwi /root/.ansible/tmp/ansible-tmp-1728114902.0672925-29413-55573781654870/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-1728114902.0672925-29413-55573781654870/ /root/.ansible/tmp/ansible-tmp-1728114902.0672925-29413-55573781654870/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589/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-1728114902.0672925-29413-55573781654870/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.236> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ExecMainStartTimestampMonotonic": "287537562", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ExecMainExitTimestampMonotonic": "306325057", "ExecMainPID": "21199", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:39 EDT] ; pid=21199 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:20 EDT] ; pid=21190 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target network.target network-online.target basic.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-05 03:54:39 EDT", "StateChangeTimestampMonotonic": "306325445", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveExitTimestampMonotonic": "287537600", "ActiveEnterTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ActiveEnterTimestampMonotonic": "306325445", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ActiveExitTimestampMonotonic": "287513549", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveEnterTimestampMonotonic": "287535686", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ConditionTimestampMonotonic": "287536500", "AssertTimestamp": "Sat 2024-10-05 03:54:20 EDT", "AssertTimestampMonotonic": "287536577", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "e5eb74027a6244b68d9dfeedbb404a85", "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114902.05909-29411-99655610287792/ > /dev/null 2>&1 && 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-10-05 03:54:27 EDT", "ExecMainStartTimestampMonotonic": "1045039824", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:46 EDT", "ExecMainExitTimestampMonotonic": "1064034701", "ExecMainPID": "35257", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:27 EDT] ; stop_time=[Sat 2024-10-05 03:54:46 EDT] ; pid=35257 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:26 EDT] ; stop_time=[Sat 2024-10-05 03:54:27 EDT] ; pid=35248 ; 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 systemd-journald.socket system.slice remote-fs.target network-online.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-10-05 03:54:46 EDT", "StateChangeTimestampMonotonic": "1064035218", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:27 EDT", "InactiveExitTimestampMonotonic": "1045039857", "ActiveEnterTimestamp": "Sat 2024-10-05 03:54:46 EDT", "ActiveEnterTimestampMonotonic": "1064035218", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:26 EDT", "ActiveExitTimestampMonotonic": "1045013774", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:27 EDT", "InactiveEnterTimestampMonotonic": "1045038021", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:27 EDT", "ConditionTimestampMonotonic": "1045038855", "AssertTimestamp": "Sat 2024-10-05 03:54:27 EDT", "AssertTimestampMonotonic": "1045038879", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "724890c80ead465f98f0cc1b096048f4", "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-1728114902.0672925-29413-55573781654870/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ExecMainStartTimestampMonotonic": "1031162302", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:30 EDT", "ExecMainExitTimestampMonotonic": "1050706599", "ExecMainPID": "35214", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:11 EDT] ; stop_time=[Sat 2024-10-05 03:54:30 EDT] ; pid=35214 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:11 EDT] ; stop_time=[Sat 2024-10-05 03:54:11 EDT] ; pid=35205 ; 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 systemd-journald.socket network-online.target system.slice 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-10-05 03:54:30 EDT", "StateChangeTimestampMonotonic": "1050707069", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:11 EDT", "InactiveExitTimestampMonotonic": "1031162341", "ActiveEnterTimestamp": "Sat 2024-10-05 03:54:30 EDT", "ActiveEnterTimestampMonotonic": "1050707069", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ActiveExitTimestampMonotonic": "1031135720", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:11 EDT", "InactiveEnterTimestampMonotonic": "1031160374", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ConditionTimestampMonotonic": "1031161247", "AssertTimestamp": "Sat 2024-10-05 03:54:11 EDT", "AssertTimestampMonotonic": "1031161273", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "3aa051efe0cd4bb2a0709a42ce6cb2fe", "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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114902.0533261-29410-29355458253589/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') ok: [managed-node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ActiveEnterTimestampMonotonic": "306325445", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ActiveExitTimestampMonotonic": "287513549", "ActiveState": "active", "After": "remote-fs.target network.target network-online.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:54:20 EDT", "AssertTimestampMonotonic": "287536577", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ConditionTimestampMonotonic": "287536500", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ExecMainExitTimestampMonotonic": "306325057", "ExecMainPID": "21199", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ExecMainStartTimestampMonotonic": "287537562", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:39 EDT] ; pid=21199 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:20 EDT] ; pid=21190 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveEnterTimestampMonotonic": "287535686", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveExitTimestampMonotonic": "287537600", "InvocationID": "e5eb74027a6244b68d9dfeedbb404a85", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-05 03:54:39 EDT", "StateChangeTimestampMonotonic": "306325445", "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.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-10-05 03:54:46 EDT", "ActiveEnterTimestampMonotonic": "1064035218", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:26 EDT", "ActiveExitTimestampMonotonic": "1045013774", "ActiveState": "active", "After": "basic.target systemd-journald.socket system.slice remote-fs.target network-online.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:54:27 EDT", "AssertTimestampMonotonic": "1045038879", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:27 EDT", "ConditionTimestampMonotonic": "1045038855", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:46 EDT", "ExecMainExitTimestampMonotonic": "1064034701", "ExecMainPID": "35257", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:27 EDT", "ExecMainStartTimestampMonotonic": "1045039824", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:27 EDT] ; stop_time=[Sat 2024-10-05 03:54:46 EDT] ; pid=35257 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:26 EDT] ; stop_time=[Sat 2024-10-05 03:54:27 EDT] ; pid=35248 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:27 EDT", "InactiveEnterTimestampMonotonic": "1045038021", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:27 EDT", "InactiveExitTimestampMonotonic": "1045039857", "InvocationID": "724890c80ead465f98f0cc1b096048f4", "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-10-05 03:54:46 EDT", "StateChangeTimestampMonotonic": "1064035218", "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.41.214> (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-10-05 03:54:30 EDT", "ActiveEnterTimestampMonotonic": "1050707069", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ActiveExitTimestampMonotonic": "1031135720", "ActiveState": "active", "After": "basic.target remote-fs.target systemd-journald.socket network-online.target system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:54:11 EDT", "AssertTimestampMonotonic": "1031161273", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ConditionTimestampMonotonic": "1031161247", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:30 EDT", "ExecMainExitTimestampMonotonic": "1050706599", "ExecMainPID": "35214", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:11 EDT", "ExecMainStartTimestampMonotonic": "1031162302", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:11 EDT] ; stop_time=[Sat 2024-10-05 03:54:30 EDT] ; pid=35214 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:11 EDT] ; stop_time=[Sat 2024-10-05 03:54:11 EDT] ; pid=35205 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:11 EDT", "InactiveEnterTimestampMonotonic": "1031160374", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:11 EDT", "InactiveExitTimestampMonotonic": "1031162341", "InvocationID": "3aa051efe0cd4bb2a0709a42ce6cb2fe", "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-10-05 03:54:30 EDT", "StateChangeTimestampMonotonic": "1050707069", "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-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 05 October 2024 03:55:02 -0400 (0:00:00.580) 0:00:14.989 ****** <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/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.214> (0, b'/root\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720 `" && echo ansible-tmp-1728114902.6425383-29437-279408850308720="` echo /root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264 `" && echo ansible-tmp-1728114902.651132-29438-255016749518264="` echo /root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264 `" ) && 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-1728114902.6567018-29439-155245279114007 `" && echo ansible-tmp-1728114902.6567018-29439-155245279114007="` echo /root/.ansible/tmp/ansible-tmp-1728114902.6567018-29439-155245279114007 `" ) && sleep 0'"'"'' <10.31.41.214> (0, b'ansible-tmp-1728114902.6425383-29437-279408850308720=/root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.41.214> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpdcjydjdh TO /root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720/AnsiballZ_file.py <10.31.41.214> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' '[10.31.41.214]' <10.31.43.236> (0, b'ansible-tmp-1728114902.651132-29438-255016749518264=/root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/file.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpucfewtmn TO /root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264/AnsiballZ_file.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.41.202> (0, b'ansible-tmp-1728114902.6567018-29439-155245279114007=/root/.ansible/tmp/ansible-tmp-1728114902.6567018-29439-155245279114007\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-2869204xpd_c5/tmpa7tj687e TO /root/.ansible/tmp/ansible-tmp-1728114902.6567018-29439-155245279114007/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.41.214> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpdcjydjdh /root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720/AnsiballZ_file.py\n', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720/ /root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpucfewtmn /root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264/AnsiballZ_file.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264/ /root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.202> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpa7tj687e /root/.ansible/tmp/ansible-tmp-1728114902.6567018-29439-155245279114007/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-1728114902.6567018-29439-155245279114007/ /root/.ansible/tmp/ansible-tmp-1728114902.6567018-29439-155245279114007/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.214> (0, b'', b'') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' -tt 10.31.41.214 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720/AnsiballZ_file.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264/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-1728114902.6567018-29439-155245279114007/AnsiballZ_file.py && sleep 0'"'"'' <10.31.41.214> (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.214 closed.\r\n') <10.31.41.214> ESTABLISH SSH CONNECTION FOR USER: None <10.31.41.214> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/11d3ee8c83"' 10.31.41.214 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114902.6425383-29437-279408850308720/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114902.651132-29438-255016749518264/ > /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-1728114902.6567018-29439-155245279114007/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.41.214> (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.43.236> (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" } <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 } 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-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 05 October 2024 03:55:03 -0400 (0:00:00.428) 0:00:15.418 ****** <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.43.236> (0, b'/root\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590 `" && echo ansible-tmp-1728114903.0700834-29461-231242147579590="` echo /root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590 `" ) && sleep 0'"'"'' <10.31.43.236> (0, b'ansible-tmp-1728114903.0700834-29461-231242147579590=/root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590\n', b'') Using module file /usr/local/lib/python3.12/site-packages/ansible/modules/systemd.py <10.31.43.236> PUT /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpguxzc_ao TO /root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590/AnsiballZ_systemd.py <10.31.43.236> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' '[10.31.43.236]' <10.31.43.236> (0, b'sftp> put /root/.ansible/tmp/ansible-local-2869204xpd_c5/tmpguxzc_ao /root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590/AnsiballZ_systemd.py\n', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590/ /root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.236> (0, b'', b'') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' -tt 10.31.43.236 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.43.236> (0, b'\r\n{"name": "kdump", "changed": true, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ExecMainStartTimestampMonotonic": "287537562", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ExecMainExitTimestampMonotonic": "306325057", "ExecMainPID": "21199", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:39 EDT] ; pid=21199 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:20 EDT] ; pid=21190 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target network.target network-online.target basic.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-10-05 03:54:39 EDT", "StateChangeTimestampMonotonic": "306325445", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveExitTimestampMonotonic": "287537600", "ActiveEnterTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ActiveEnterTimestampMonotonic": "306325445", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ActiveExitTimestampMonotonic": "287513549", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveEnterTimestampMonotonic": "287535686", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ConditionTimestampMonotonic": "287536500", "AssertTimestamp": "Sat 2024-10-05 03:54:20 EDT", "AssertTimestampMonotonic": "287536577", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "e5eb74027a6244b68d9dfeedbb404a85", "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.43.236 closed.\r\n') <10.31.43.236> ESTABLISH SSH CONNECTION FOR USER: None <10.31.43.236> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o 'ControlPath="/root/.ansible/cp/1d2ef4105d"' 10.31.43.236 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1728114903.0700834-29461-231242147579590/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.43.236> (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-10-05 03:54:39 EDT", "ActiveEnterTimestampMonotonic": "306325445", "ActiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ActiveExitTimestampMonotonic": "287513549", "ActiveState": "active", "After": "remote-fs.target network.target network-online.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 03:54:20 EDT", "AssertTimestampMonotonic": "287536577", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ConditionTimestampMonotonic": "287536500", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-10-05 03:54:39 EDT", "ExecMainExitTimestampMonotonic": "306325057", "ExecMainPID": "21199", "ExecMainStartTimestamp": "Sat 2024-10-05 03:54:20 EDT", "ExecMainStartTimestampMonotonic": "287537562", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:39 EDT] ; pid=21199 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-10-05 03:54:20 EDT] ; stop_time=[Sat 2024-10-05 03:54:20 EDT] ; pid=21190 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveEnterTimestampMonotonic": "287535686", "InactiveExitTimestamp": "Sat 2024-10-05 03:54:20 EDT", "InactiveExitTimestampMonotonic": "287537600", "InvocationID": "e5eb74027a6244b68d9dfeedbb404a85", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-10-05 03:54:39 EDT", "StateChangeTimestampMonotonic": "306325445", "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 05 October 2024 03:55:03 -0400 (0:00:00.533) 0:00:15.952 ****** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 3.38s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.36s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Gather facts from managed-node1 ----------------------------------------- 0.96s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.82s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.80s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.63s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.61s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.60s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.59s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.58s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.58s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.53s /tmp/collections-gv5/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.51s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.50s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Cleanup kdump_path ------------------------------------------------------ 0.43s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.42s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.41s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.41s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.41s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.40s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 05 October 2024 03:55:03 -0400 (0:00:16.826) 0:00:52.607 ****** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.a8sfqlc6.inventory.yaml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 05 October 2024 03:55:03 -0400 (0:00:00.223) 0:00:52.830 ****** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.57s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.83s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 3.11s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.09s /tmp/collections-gv5/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 ------- 1.04s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Create static inventory from hostvars ----------------------------------- 0.82s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Gathering Facts --------------------------------------------------------- 0.81s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.79s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Gather facts from managed-node3 ----------------------------------------- 0.78s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.77s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.75s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.57s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.51s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.51s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.50s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.49s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.44s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Cleanup kdump_path ------------------------------------------------------ 0.37s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.36s /tmp/collections-gv5/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.36s /tmp/collections-gv5/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25