ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/collections-M2d/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-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Saturday 07 September 2024 03:20:08 -0400 (0:00:00.028) 0:00:00.028 **** ok: [managed_node3] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 Saturday 07 September 2024 03:20:08 -0400 (0:00:00.945) 0:00:00.973 **** changed: [managed_node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.bt7dte9w.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 Saturday 07 September 2024 03:20:09 -0400 (0:00:00.309) 0:00:01.282 **** changed: [managed_node3 -> localhost] => { "changed": true, "checksum": "f0db1ddf00393faaa0ccc5b3f8e286d243c8ef9a", "dest": "/tmp/ansible.bt7dte9w.inventory.yaml", "gid": 0, "group": "root", "md5sum": "064cc567312d5cd290ea2cfc71fe37aa", "mode": "0644", "owner": "root", "size": 30836, "src": "/root/.ansible/tmp/ansible-tmp-1725693609.3318143-9876-145030618745880/source", "state": "file", "uid": 0 } META: ran handlers META: ran handlers PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 07 September 2024 03:20:10 -0400 (0:00:00.718) 0:00:02.001 **** ok: [managed_node3] META: ran handlers TASK [Gather facts from managed_node3] ***************************************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 07 September 2024 03:20:10 -0400 (0:00:00.632) 0:00:02.633 **** ok: [managed_node3 -> managed_node3] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 07 September 2024 03:20:11 -0400 (0:00:00.612) 0:00:03.246 **** skipping: [managed_node3] => {} META: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 07 September 2024 03:20:11 -0400 (0:00:00.034) 0:00:03.281 **** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 07 September 2024 03:20:11 -0400 (0:00:00.090) 0:00:03.371 **** included: /tmp/collections-M2d/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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 07 September 2024 03:20:11 -0400 (0:00:00.032) 0:00:03.403 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 07 September 2024 03:20:11 -0400 (0:00:00.023) 0:00:03.426 **** 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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 07 September 2024 03:20:11 -0400 (0:00:00.335) 0:00:03.762 **** 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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 07 September 2024 03:20:11 -0400 (0:00:00.021) 0:00:03.783 **** skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 07 September 2024 03:20:11 -0400 (0:00:00.037) 0:00:03.820 **** 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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 07 September 2024 03:20:14 -0400 (0:00:02.886) 0:00:06.707 **** ok: [managed_node3] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:19:50 EDT", "ActiveEnterTimestampMonotonic": "333993863", "ActiveExitTimestamp": "Sat 2024-09-07 03:19:36 EDT", "ActiveExitTimestampMonotonic": "319339992", "ActiveState": "active", "After": "basic.target systemd-journald.socket network-online.target system.slice remote-fs.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:19:36 EDT", "AssertTimestampMonotonic": "319365306", "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-09-07 03:19:36 EDT", "ConditionTimestampMonotonic": "319365241", "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-09-07 03:19:50 EDT", "ExecMainExitTimestampMonotonic": "333993416", "ExecMainPID": "8331", "ExecMainStartTimestamp": "Sat 2024-09-07 03:19:36 EDT", "ExecMainStartTimestampMonotonic": "319366246", "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-09-07 03:19:36 EDT] ; stop_time=[Sat 2024-09-07 03:19:50 EDT] ; pid=8331 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:19:36 EDT] ; stop_time=[Sat 2024-09-07 03:19:36 EDT] ; pid=8322 ; 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-09-07 03:19:36 EDT", "InactiveEnterTimestampMonotonic": "319364305", "InactiveExitTimestamp": "Sat 2024-09-07 03:19:36 EDT", "InactiveExitTimestampMonotonic": "319366278", "InvocationID": "7f09fe8303fd432ba91237daddad7aa0", "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-09-07 03:19:50 EDT", "StateChangeTimestampMonotonic": "333993863", "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 07 September 2024 03:20:15 -0400 (0:00:00.711) 0:00:07.419 **** included: /tmp/collections-M2d/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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 07 September 2024 03:20:15 -0400 (0:00:00.053) 0:00:07.473 **** changed: [managed_node3] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.183458", "end": "2024-09-07 03:20:16.057096", "rc": 0, "start": "2024-09-07 03:20:15.873638" } 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:IEqetj3q4Up92lkKDg1QgFXagPjnAgwhkrAp+/EgIHY root@ip-10-31-9-32.us-east-1.aws.redhat.com The key's randomart image is: +---[RSA 3072]----+ |X*+.. | |O+ + | |XooEo . | |B=oo.. . | |ooBo S | | +=*. | | o+=+. . | |..oo=.+ | |.o+o + | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 07 September 2024 03:20:16 -0400 (0:00:00.615) 0:00:08.088 **** ok: [managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERS91bEJHMVRFSng3M3VMV2xEUzJuSDVVVjNUS2pZZy8wcFFQWnhTMWE0b1pPZkRnU2MydlphYlA5QmdLcG9UYkpLWm1MUEQrWU5TK2RKb0FYcXVrcll3NjJTZW10b0JDaU5mYWhvRCtMajFidE95VURza0wzOSs4UDFvV05sV2RSMXI2Rnc4am04K1FOZDA5elp2bm15TkljaUJXVldkSXRXZzZpenNSUnJzRnBRY296RHBlK0xOcU5WVHVsS2sxTXk1VFJQV3d3MFhUNThZNGRIdUl4eDdsU2doaXhyWkcxMmUzS2Q1NHArOEMrYXhlV2JiMWVuNGZEL3N0MU5ZZmd2cGxETWZFSld3TGJQMlVJWU4zSW5jNURCTlA3aHFGZ3dGMTg5UVdJTWdRTGhTYlNwdHl3SThpSWZaa09ZSlBsM2NDeUxCdlllQ1pjUnVxTG13Z1RVWGJWaE9oUUZKYnAyN1VpdnZKUlh1T3hLaGRkZzA0TXgyYnp3bGk1a2VHWmM1SkhLaU14MjFGa3hZMUxwS2k0Z0RKR0NmOFhXcDB1R0dRM213NVRNN3RIa0taN1gvMXBzSkFLUHNmWG1UM2M5T2hva2xCeGEzM3daZm5wd2VhS1kzWWdSS1ZjbUVTOEdHbVhLbkJqSEhhVXRuT2dhN0xDc1I0c3ZoN3hDY0U9IHJvb3RAaXAtMTAtMzEtOS0zMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 07 September 2024 03:20:16 -0400 (0:00:00.452) 0:00:08.541 **** ok: [managed_node3 -> managed_node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 07 September 2024 03:20:17 -0400 (0:00:00.626) 0:00:09.168 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "stat": { "atime": 1725693295.2725596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1725693616.0555172, "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": 1725693616.0555172, "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 07 September 2024 03:20:17 -0400 (0:00:00.339) 0:00:09.507 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "stat": { "atime": 1725693404.8433728, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1725693295.2725596, "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": 1725693295.2714763, "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 07 September 2024 03:20:17 -0400 (0:00:00.348) 0:00:09.855 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 07 September 2024 03:20:18 -0400 (0:00:00.462) 0:00:10.318 **** changed: [managed_node3 -> managed_node3] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 07 September 2024 03:20:18 -0400 (0:00:00.458) 0:00:10.776 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FES2NkUGlvcXgyaXo3VWFuOGtWYnNCS0tnSmhmeTJLcDVWVlBicG1KNEdac245R0RCRGdITzNoRW1VV2tsU1NDcGI3SkZ6bTI1RTZwQTJXakVBZFk0UTg4bGNiZEdaa3c1cDd0a2htWkNGeWtWcjVYZjFod2NBekp5RzZtb1FHSTZOZmV5UzJjT3pSN3NndkRGcGdOM2lCRGUrdEMrWllnWHJZdUNFTUVNNzQ3MDRFcW1aWjNTSmF0TmFVK0lKQ2FhYUR1czJkZHVGRkxycmUvbk1XRGI5K2F2NGxoQWsrWnJDakhKM1BKK1BhcHE0M3pxT09vVDhBSVl3eHQyQ29yb3F6dGZXbWRiTlBCQVZYMU96RGZQNDUwUFZxMStQWE93L3BPcWw5N2h0UWJ3N3ZRNmNRcVVsbURTMjJBNktZTCtBeW5MbTZ0TGZtMG9mNmNrdXhBOW1VR29UYmRHMkxQclZsUlJ2WkU5NzFWaUo1OGQ2ZWNZVWZrSWlnZEpDODgxd0Z2WXhISk5BbmxuTDNsckdDT2k3ZUFHSkRPTUh2SEJHZ1E5ZkJYa3FBOXJ6cTFsdkNPUzJadUluTXNXa2R6cS9Kb3M1bmJiOU01a0pFQjVCbFhIaWxOelBlN2NRNnRydDBvcnJMbUQyckZKWkh3TzZCSEYwUzdSKzBOT2VzbHM9IHJvb3RAaXAtMTAtMzEtOS0zMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 07 September 2024 03:20:19 -0400 (0:00:00.315) 0:00:11.092 **** changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.9.32", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 608, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 07 September 2024 03:20:19 -0400 (0:00:00.462) 0:00:11.554 **** ok: [managed_node3] => { "changed": false, "stat": { "atime": 1725693576.370157, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1725693574.7851424, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 354418820, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725693574.5361402, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "682711865", "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 07 September 2024 03:20:19 -0400 (0:00:00.327) 0:00:11.882 **** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed_node3 changed: [managed_node3] => { "backup_file": "/etc/kdump.conf.16114.2024-09-07@03:20:20~", "changed": true, "checksum": "46d13e19137dc0e1c56f4a71a6db3bfe9bd72f6a", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "8767a445862854f66ceb0d5e863d6307", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1725693619.9342835-10244-62807337275753/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 07 September 2024 03:20:20 -0400 (0:00:00.669) 0:00:12.552 **** 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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 07 September 2024 03:20:20 -0400 (0:00:00.316) 0:00:12.869 **** 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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 07 September 2024 03:20:20 -0400 (0:00:00.017) 0:00:12.886 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 07 September 2024 03:20:20 -0400 (0:00:00.014) 0:00:12.901 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 07 September 2024 03:20:20 -0400 (0:00:00.014) 0:00:12.916 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 07 September 2024 03:20:20 -0400 (0:00:00.014) 0:00:12.930 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 07 September 2024 03:20:20 -0400 (0:00:00.014) 0:00:12.945 **** skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 07 September 2024 03:20:20 -0400 (0:00:00.014) 0:00:12.959 **** ok: [managed_node3] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:19:50 EDT", "ActiveEnterTimestampMonotonic": "333993863", "ActiveExitTimestamp": "Sat 2024-09-07 03:19:36 EDT", "ActiveExitTimestampMonotonic": "319339992", "ActiveState": "active", "After": "basic.target systemd-journald.socket network-online.target system.slice remote-fs.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:19:36 EDT", "AssertTimestampMonotonic": "319365306", "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-09-07 03:19:36 EDT", "ConditionTimestampMonotonic": "319365241", "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-09-07 03:19:50 EDT", "ExecMainExitTimestampMonotonic": "333993416", "ExecMainPID": "8331", "ExecMainStartTimestamp": "Sat 2024-09-07 03:19:36 EDT", "ExecMainStartTimestampMonotonic": "319366246", "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-09-07 03:19:36 EDT] ; stop_time=[Sat 2024-09-07 03:19:50 EDT] ; pid=8331 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:19:36 EDT] ; stop_time=[Sat 2024-09-07 03:19:36 EDT] ; pid=8322 ; 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-09-07 03:19:36 EDT", "InactiveEnterTimestampMonotonic": "319364305", "InactiveExitTimestamp": "Sat 2024-09-07 03:19:36 EDT", "InactiveExitTimestampMonotonic": "319366278", "InvocationID": "7f09fe8303fd432ba91237daddad7aa0", "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-09-07 03:19:50 EDT", "StateChangeTimestampMonotonic": "333993863", "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-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 07 September 2024 03:20:21 -0400 (0:00:00.447) 0:00:13.407 **** ok: [managed_node3 -> managed_node3] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 07 September 2024 03:20:21 -0400 (0:00:00.326) 0:00:13.734 **** changed: [managed_node3] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:19:50 EDT", "ActiveEnterTimestampMonotonic": "333993863", "ActiveExitTimestamp": "Sat 2024-09-07 03:19:36 EDT", "ActiveExitTimestampMonotonic": "319339992", "ActiveState": "active", "After": "basic.target systemd-journald.socket network-online.target system.slice remote-fs.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:19:36 EDT", "AssertTimestampMonotonic": "319365306", "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-09-07 03:19:36 EDT", "ConditionTimestampMonotonic": "319365241", "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-09-07 03:19:50 EDT", "ExecMainExitTimestampMonotonic": "333993416", "ExecMainPID": "8331", "ExecMainStartTimestamp": "Sat 2024-09-07 03:19:36 EDT", "ExecMainStartTimestampMonotonic": "319366246", "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-09-07 03:19:36 EDT] ; stop_time=[Sat 2024-09-07 03:19:50 EDT] ; pid=8331 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:19:36 EDT] ; stop_time=[Sat 2024-09-07 03:19:36 EDT] ; pid=8322 ; 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-09-07 03:19:36 EDT", "InactiveEnterTimestampMonotonic": "319364305", "InactiveExitTimestamp": "Sat 2024-09-07 03:19:36 EDT", "InactiveExitTimestampMonotonic": "319366278", "InvocationID": "7f09fe8303fd432ba91237daddad7aa0", "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-09-07 03:19:50 EDT", "StateChangeTimestampMonotonic": "333993863", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 Saturday 07 September 2024 03:20:41 -0400 (0:00:19.515) 0:00:33.249 **** ok: [managed_node3] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 Saturday 07 September 2024 03:20:41 -0400 (0:00:00.603) 0:00:33.853 **** ok: [managed_node3 -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.bt7dte9w.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:16.276212", "end": "2024-09-07 03:20:58.355614", "rc": 0, "start": "2024-09-07 03:20:42.079402" } STDOUT: ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults host_list declined parsing /tmp/ansible.bt7dte9w.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.bt7dte9w.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.bt7dte9w.inventory.yaml inventory source with yaml plugin Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 Saturday 07 September 2024 03:20:42 -0400 (0:00:00.019) 0:00:00.019 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009 `" && echo ansible-tmp-1725693642.662466-10507-135638683130009="` echo /root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149 `" && echo ansible-tmp-1725693642.6682634-10510-91535701515149="` echo /root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076 `" && echo ansible-tmp-1725693642.6698472-10508-121320741612076="` echo /root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693642.662466-10507-135638683130009=/root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693642.6682634-10510-91535701515149=/root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693642.6698472-10508-121320741612076=/root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076\n', b'') Attempting python interpreter discovery <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None Attempting python interpreter discovery <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' Attempting python interpreter discovery <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.9.32> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.12.75> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.47.27> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"'' <10.31.9.32> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpknw46t5s TO /root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149/AnsiballZ_setup.py <10.31.12.75> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp5525_3pb TO /root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009/AnsiballZ_setup.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpo50nzkiu TO /root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076/AnsiballZ_setup.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpknw46t5s /root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149/AnsiballZ_setup.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149/ /root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp5525_3pb /root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009/AnsiballZ_setup.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009/ /root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpo50nzkiu /root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076/AnsiballZ_setup.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076/ /root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.32> (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_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-9-32.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-9-32", "ansible_nodename": "ip-10-31-9-32.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "7e1023b4d54747c3809280bfec053b2a", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAKEO762Uz1BSPqatXdiRYbFKrQnMZHNxXMeTuWSCrLVE7cBG+a2Uvm3d9HZtf2UyPDbK/+NpYkoZGNGp/7MIBzGR/LH9/+0ISwajQYSv4wD34nKOCYtM806O3rIEMdIR8aolidhjPVHE3Ttm6aVTVb0JjmqLXWcua1NnIzsnk+dzAAAAFQCQPxi2Mu1B9xYzJrV34KJRs5KycQAAAIBWkvqtIB0aWOLBXFrPBhqDLtE43RB7scuAEaOjInBHgaefavnPJeJ9pCI1A90oF7LWcatltvbq+FGnra+useoVuqRcogp95Wn6yAUoQP/snsIXHT+Sz/u19MEBoPOiU4whRWC+FxNvjmKNCDGMd9cNA93dCanldz4m/z/jusWuxgAAAIAX4Dgl3Dk35xHcFCfVrSM7XRIS1LyGVhdPdl8nz5BXplhSX1Qk6AApYls0EDiJYgT7cMQvHkYYyYfya6gHoBPeqlD6AmgzueNAqQ58DDcasxt3uWtB2WpimHKRxn6Q/Xgr70B+hDuNlDYocwHXGcIIWHr+pJrPMFMi5WywfuPtjg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMYoc17dswOrNTx9JPMT2KVZHfWQLUtaKnbnV05o2IrZR973H8E5Tn6/+1e/SugELaUEZbrYr6i/P1u1h9qkcQg=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIO0f2kqRfHSwn+f0xWRF2OrZSLbcDzhq7k3oW27K1qW/", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_hostnqn": "", "ansible_iscsi_iqn": "", "ansible_is_chroot": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "36", "day": "07", "hour": "03", "minute": "20", "second": "43", "epoch": "1725693643", "date": "2024-09-07", "time": "03:20:43", "iso8601_micro": "2024-09-07T07:20:43.365519Z", "iso8601": "2024-09-07T07:20:43Z", "iso8601_basic": "20240907T032043365519", "iso8601_basic_short": "20240907T032043", "tz": "EDT", "tz_offset": "-0400"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_local": {}, "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2829, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 710, "free": 2829}, "nocache": {"free": 3334, "used": 205}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec241f43-01c1-83ab-ed99-a618cfe387cb", "ansible_product_uuid": "ec241f43-01c1-83ab-ed99-a618cfe387cb", "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": 386, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561740288, "block_size": 4096, "block_total": 65533179, "block_available": 64346128, "block_used": 1187051, "inode_total": 131071472, "inode_available": 130996261, "inode_used": 75211, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.45.66 50644 10.31.9.32 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.45.66 50644 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_fibre_channel_wwn": [], "ansible_service_mgr": "systemd", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:ce:03:a1:a7:fd", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.32", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::10ce:3ff:fea1:a7fd", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.9.32", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:ce:03:a1:a7:fd", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.32"], "ansible_all_ipv6_addresses": ["fe80::10ce:3ff:fea1:a7fd"], "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693642.6682634-10510-91535701515149/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.12.75> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPvvJkd+g9EUrl4pUdm0gyUSuAvOtdp+Rm226GSvBNXaV3zyUY11XVKuiTFkpXNEE8TvnpynAE/eFxLVE+gGGrcVIpNbwqaRoHLkWF8A4V51PraN0wR+0n4zKrbzctBd0g73YglGWTAmxj7dj+ILXd4Z/rycsf7ZUyJUiwV7ACBfAAAAFQDY4p/4VIEgebKmnRdGY8F9C8zFSQAAAIAFkAAmkV/zq9RcdBEiaA9Hx6KjQB68WwbqTFky5EgHwujfRXDEUOS9Uva2+eZdAx/CsfbJrmT/uKXKXv0J79oNSyKKlbgYCs209n2BnBEPVk6VzVe7LZx7ixoh5htMi8cL/CNXknwoeiHcBpil8SI65USa1NoPJSBYtpaoDLEaAQAAAIBgum2NPD6BqkAk4CWYpINI4U6kOw7HYV4+x+omQkUjqYC7Z+4xq2ge+lx6wT8pKrKkklm5jbBPEQSeiM1IUGuOSYdy4ZamFETXlC+mz7K0OSc95XT/0Yooz4rC6FD6B27lGh2paVzzGhGbkK3UP8jZKkzoh7/5tzkxxCiE+0Xnfg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLe6w/khBletBkL/0yorlQxC9BgqGeoRy4s4GKEjz8oFkvdTFKrKNUc9Zrgvu3GOo8HodrdawBNxPl/39XCSBgY=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHdpERB5iZwdEAcGvQFRrenUu/FKcXbXC0BRKmvlrkyK", "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-12-75.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-12-75", "ansible_nodename": "ip-10-31-12-75.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "cf57a3ad53dc42dfb23d7cb36365f53c", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_fibre_channel_wwn": [], "ansible_is_chroot": 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_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "36", "day": "07", "hour": "03", "minute": "20", "second": "43", "epoch": "1725693643", "date": "2024-09-07", "time": "03:20:43", "iso8601_micro": "2024-09-07T07:20:43.396958Z", "iso8601": "2024-09-07T07:20:43Z", "iso8601_basic": "20240907T032043396958", "iso8601_basic_short": "20240907T032043", "tz": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.45.66 36368 10.31.12.75 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.45.66 36368 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e8:20:cd:cd", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.12.75", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:e8ff:fe20:cdcd", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.12.75", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:e8:20:cd:cd", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.12.75"], "ansible_all_ipv6_addresses": ["fe80::8ff:e8ff:fe20:cdcd"], "ansible_lsb": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2833, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 706, "free": 2833}, "nocache": {"free": 3338, "used": 201}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2cb746-e85b-791e-7d25-43150442c7e0", "ansible_product_uuid": "ec2cb746-e85b-791e-7d25-43150442c7e0", "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": 386, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561641984, "block_size": 4096, "block_total": 65533179, "block_available": 64346104, "block_used": 1187075, "inode_total": 131071472, "inode_available": 130996261, "inode_used": 75211, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693642.662466-10507-135638683130009/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed_node3] <10.31.12.75> (0, b'', b'') ok: [managed_node1] <10.31.47.27> (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_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-47-27.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-27", "ansible_nodename": "ip-10-31-47-27.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "0a0933fdefcc4662b8d1ef866771a5f3", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.45.66 42848 10.31.47.27 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.45.66 42848 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_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_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOi7VuYcBA8K6RF9QSZLSzVW4gU87dLNIBcmQpa7cjfuxxXIRLqN/5uqgQ+YqFn2OUsocn2bPupXJM/newhz5OwYlfCBotC09CM9uIm0iMoq+kxglHW7v6jNP/EFexenBZVYrjhg+Bmws6gq8BcXl0zi8two4XBwBRkusWFLOXwdAAAAFQDX9Ygsbn4Ta9G4ZE5bTdSWXWt3MwAAAIAK6moBwkVD4HnEot4bMgs8sAAwTWPP4eytnIoHV7WyeNjhp0sTo941yK6skGxZq6zBjb8XIbxsx9gfVKvG/XlkD3n/8iIhS5djjHhAClcRRNd8xqVQ8R+6OnkyeFgcmykv1Umu0hkSspyVVlbyU35jLupOJ+gIq7fpCIJ2kbLuAQAAAIB8NcMEdsUKqngu/pHb7lf5fBFkaVJovnOvINDoxxGdTaKL//0yQ8jS/BrvRLaKhLdml3AbtsI3cKzG3Csr+o4tX53hLkZohnl8qryjS+YMoWgfQ3mCaYo3GPxpVXNJveRPIlWRBLNAVttoCG8x7Lura0zvZa+RrkQnjIPISKs/vA==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAv/LqJt0UIH0SJCKB0aQhfRQ5EZoAMDU0Pk3PuKAeGV+EaSPp6fuABtFQRqy+fvrPwF95yWLoFVFmVPqU+W3Y8=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPHKeITgerRgQGlc0VnCfFG3n+thU+xJSHycfTnWFhwz", "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_is_chroot": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2821, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 718, "free": 2821}, "nocache": {"free": 3328, "used": 211}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2e71d0-15d5-442b-40c7-f4863853d4e1", "ansible_product_uuid": "ec2e71d0-15d5-442b-40c7-f4863853d4e1", "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": 382, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561232384, "block_size": 4096, "block_total": 65533179, "block_available": 64346004, "block_used": 1187175, "inode_total": 131071472, "inode_available": 130996247, "inode_used": 75225, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_fibre_channel_wwn": [], "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "36", "day": "07", "hour": "03", "minute": "20", "second": "43", "epoch": "1725693643", "date": "2024-09-07", "time": "03:20:43", "iso8601_micro": "2024-09-07T07:20:43.629388Z", "iso8601": "2024-09-07T07:20:43Z", "iso8601_basic": "20240907T032043629388", "iso8601_basic_short": "20240907T032043", "tz": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_service_mgr": "systemd", "ansible_iscsi_iqn": "", "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:be:64:68:88:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.27", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::be:64ff:fe68:8821", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.27", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:be:64:68:88:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.27"], "ansible_all_ipv6_addresses": ["fe80::be:64ff:fe68:8821"], "ansible_hostnqn": "", "ansible_lsb": {}, "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.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693642.6698472-10508-121320741612076/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') ok: [managed_node2] META: ran handlers TASK [Gather facts from managed_node1] ***************************************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Saturday 07 September 2024 03:20:43 -0400 (0:00:01.157) 0:00:01.177 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188 `" && echo ansible-tmp-1725693643.8264258-10566-80858222238188="` echo /root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188 `" ) && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531 `" && echo ansible-tmp-1725693643.86337-10573-228297028170531="` echo /root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693643.8264258-10566-80858222238188=/root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpnm8hepf3 TO /root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188/AnsiballZ_setup.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703 `" && echo ansible-tmp-1725693643.8721223-10569-120322568761703="` echo /root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'ansible-tmp-1725693643.86337-10573-228297028170531=/root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpou5urmdx TO /root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531/AnsiballZ_setup.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.47.27> (0, b'ansible-tmp-1725693643.8721223-10569-120322568761703=/root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmplh1d66jw TO /root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703/AnsiballZ_setup.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpnm8hepf3 /root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188/AnsiballZ_setup.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188/ /root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpou5urmdx /root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531/AnsiballZ_setup.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531/ /root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmplh1d66jw /root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703/AnsiballZ_setup.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703/ /root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703/AnsiballZ_setup.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPvvJkd+g9EUrl4pUdm0gyUSuAvOtdp+Rm226GSvBNXaV3zyUY11XVKuiTFkpXNEE8TvnpynAE/eFxLVE+gGGrcVIpNbwqaRoHLkWF8A4V51PraN0wR+0n4zKrbzctBd0g73YglGWTAmxj7dj+ILXd4Z/rycsf7ZUyJUiwV7ACBfAAAAFQDY4p/4VIEgebKmnRdGY8F9C8zFSQAAAIAFkAAmkV/zq9RcdBEiaA9Hx6KjQB68WwbqTFky5EgHwujfRXDEUOS9Uva2+eZdAx/CsfbJrmT/uKXKXv0J79oNSyKKlbgYCs209n2BnBEPVk6VzVe7LZx7ixoh5htMi8cL/CNXknwoeiHcBpil8SI65USa1NoPJSBYtpaoDLEaAQAAAIBgum2NPD6BqkAk4CWYpINI4U6kOw7HYV4+x+omQkUjqYC7Z+4xq2ge+lx6wT8pKrKkklm5jbBPEQSeiM1IUGuOSYdy4ZamFETXlC+mz7K0OSc95XT/0Yooz4rC6FD6B27lGh2paVzzGhGbkK3UP8jZKkzoh7/5tzkxxCiE+0Xnfg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLe6w/khBletBkL/0yorlQxC9BgqGeoRy4s4GKEjz8oFkvdTFKrKNUc9Zrgvu3GOo8HodrdawBNxPl/39XCSBgY=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHdpERB5iZwdEAcGvQFRrenUu/FKcXbXC0BRKmvlrkyK", "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_fips": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-12-75.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-12-75", "ansible_nodename": "ip-10-31-12-75.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "cf57a3ad53dc42dfb23d7cb36365f53c", "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_pkg_mgr": "dnf", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "36", "day": "07", "hour": "03", "minute": "20", "second": "44", "epoch": "1725693644", "date": "2024-09-07", "time": "03:20:44", "iso8601_micro": "2024-09-07T07:20:44.219941Z", "iso8601": "2024-09-07T07:20:44Z", "iso8601_basic": "20240907T032044219941", "iso8601_basic_short": "20240907T032044", "tz": "EDT", "tz_offset": "-0400"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e8:20:cd:cd", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.12.75", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:e8ff:fe20:cdcd", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.12.75", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:e8:20:cd:cd", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.12.75"], "ansible_all_ipv6_addresses": ["fe80::8ff:e8ff:fe20:cdcd"], "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.45.66 36368 10.31.12.75 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.45.66 36368 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2833, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 706, "free": 2833}, "nocache": {"free": 3338, "used": 201}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2cb746-e85b-791e-7d25-43150442c7e0", "ansible_product_uuid": "ec2cb746-e85b-791e-7d25-43150442c7e0", "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": 387, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561641984, "block_size": 4096, "block_total": 65533179, "block_available": 64346104, "block_used": 1187075, "inode_total": 131071472, "inode_available": 130996261, "inode_used": 75211, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_iscsi_iqn": "", "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_local": {}, "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.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693643.8264258-10566-80858222238188/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') ok: [managed_node1 -> managed_node1] <10.31.9.32> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAKEO762Uz1BSPqatXdiRYbFKrQnMZHNxXMeTuWSCrLVE7cBG+a2Uvm3d9HZtf2UyPDbK/+NpYkoZGNGp/7MIBzGR/LH9/+0ISwajQYSv4wD34nKOCYtM806O3rIEMdIR8aolidhjPVHE3Ttm6aVTVb0JjmqLXWcua1NnIzsnk+dzAAAAFQCQPxi2Mu1B9xYzJrV34KJRs5KycQAAAIBWkvqtIB0aWOLBXFrPBhqDLtE43RB7scuAEaOjInBHgaefavnPJeJ9pCI1A90oF7LWcatltvbq+FGnra+useoVuqRcogp95Wn6yAUoQP/snsIXHT+Sz/u19MEBoPOiU4whRWC+FxNvjmKNCDGMd9cNA93dCanldz4m/z/jusWuxgAAAIAX4Dgl3Dk35xHcFCfVrSM7XRIS1LyGVhdPdl8nz5BXplhSX1Qk6AApYls0EDiJYgT7cMQvHkYYyYfya6gHoBPeqlD6AmgzueNAqQ58DDcasxt3uWtB2WpimHKRxn6Q/Xgr70B+hDuNlDYocwHXGcIIWHr+pJrPMFMi5WywfuPtjg==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMYoc17dswOrNTx9JPMT2KVZHfWQLUtaKnbnV05o2IrZR973H8E5Tn6/+1e/SugELaUEZbrYr6i/P1u1h9qkcQg=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIO0f2kqRfHSwn+f0xWRF2OrZSLbcDzhq7k3oW27K1qW/", "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-9-32.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-9-32", "ansible_nodename": "ip-10-31-9-32.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "7e1023b4d54747c3809280bfec053b2a", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2830, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 709, "free": 2830}, "nocache": {"free": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec241f43-01c1-83ab-ed99-a618cfe387cb", "ansible_product_uuid": "ec241f43-01c1-83ab-ed99-a618cfe387cb", "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": 387, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561740288, "block_size": 4096, "block_total": 65533179, "block_available": 64346128, "block_used": 1187051, "inode_total": 131071472, "inode_available": 130996261, "inode_used": 75211, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_fips": false, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "36", "day": "07", "hour": "03", "minute": "20", "second": "44", "epoch": "1725693644", "date": "2024-09-07", "time": "03:20:44", "iso8601_micro": "2024-09-07T07:20:44.368001Z", "iso8601": "2024-09-07T07:20:44Z", "iso8601_basic": "20240907T032044368001", "iso8601_basic_short": "20240907T032044", "tz": "EDT", "tz_offset": "-0400"}, "ansible_iscsi_iqn": "", "ansible_apparmor": {"status": "disabled"}, "ansible_lsb": {}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.45.66 50644 10.31.9.32 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.45.66 50644 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_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:ce:03:a1:a7:fd", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.32", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::10ce:3ff:fea1:a7fd", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.9.32", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:ce:03:a1:a7:fd", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.32"], "ansible_all_ipv6_addresses": ["fe80::10ce:3ff:fea1:a7fd"], "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693643.86337-10573-228297028170531/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') ok: [managed_node3 -> managed_node3] <10.31.47.27> (0, b'\r\n{"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_local": {}, "ansible_lsb": {}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-47-27.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-47-27", "ansible_nodename": "ip-10-31-47-27.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "0a0933fdefcc4662b8d1ef866771a5f3", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "36", "day": "07", "hour": "03", "minute": "20", "second": "44", "epoch": "1725693644", "date": "2024-09-07", "time": "03:20:44", "iso8601_micro": "2024-09-07T07:20:44.384257Z", "iso8601": "2024-09-07T07:20:44Z", "iso8601_basic": "20240907T032044384257", "iso8601_basic_short": "20240907T032044", "tz": "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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_apparmor": {"status": "disabled"}, "ansible_hostnqn": "", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOi7VuYcBA8K6RF9QSZLSzVW4gU87dLNIBcmQpa7cjfuxxXIRLqN/5uqgQ+YqFn2OUsocn2bPupXJM/newhz5OwYlfCBotC09CM9uIm0iMoq+kxglHW7v6jNP/EFexenBZVYrjhg+Bmws6gq8BcXl0zi8two4XBwBRkusWFLOXwdAAAAFQDX9Ygsbn4Ta9G4ZE5bTdSWXWt3MwAAAIAK6moBwkVD4HnEot4bMgs8sAAwTWPP4eytnIoHV7WyeNjhp0sTo941yK6skGxZq6zBjb8XIbxsx9gfVKvG/XlkD3n/8iIhS5djjHhAClcRRNd8xqVQ8R+6OnkyeFgcmykv1Umu0hkSspyVVlbyU35jLupOJ+gIq7fpCIJ2kbLuAQAAAIB8NcMEdsUKqngu/pHb7lf5fBFkaVJovnOvINDoxxGdTaKL//0yQ8jS/BrvRLaKhLdml3AbtsI3cKzG3Csr+o4tX53hLkZohnl8qryjS+YMoWgfQ3mCaYo3GPxpVXNJveRPIlWRBLNAVttoCG8x7Lura0zvZa+RrkQnjIPISKs/vA==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAv/LqJt0UIH0SJCKB0aQhfRQ5EZoAMDU0Pk3PuKAeGV+EaSPp6fuABtFQRqy+fvrPwF95yWLoFVFmVPqU+W3Y8=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPHKeITgerRgQGlc0VnCfFG3n+thU+xJSHycfTnWFhwz", "ansible_fips": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.45.66 42848 10.31.47.27 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.45.66 42848 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2824, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 715, "free": 2824}, "nocache": {"free": 3331, "used": 208}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2e71d0-15d5-442b-40c7-f4863853d4e1", "ansible_product_uuid": "ec2e71d0-15d5-442b-40c7-f4863853d4e1", "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": 383, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263561265152, "block_size": 4096, "block_total": 65533179, "block_available": 64346012, "block_used": 1187167, "inode_total": 131071472, "inode_available": 130996247, "inode_used": 75225, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_pkg_mgr": "dnf", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:be:64:68:88:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.47.27", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0"}, "ipv6": [{"address": "fe80::be:64ff:fe68:8821", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.47.27", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "macaddress": "02:be:64:68:88:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.47.27"], "ansible_all_ipv6_addresses": ["fe80::be:64ff:fe68:8821"], "ansible_fibre_channel_wwn": [], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693643.8721223-10569-120322568761703/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') ok: [managed_node2 -> managed_node2] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61 Saturday 07 September 2024 03:20:44 -0400 (0:00:00.853) 0:00:02.031 **** skipping: [managed_node1] => {} skipping: [managed_node3] => {} skipping: [managed_node2] => {} META: end_host conditional evaluated to false, continuing execution for managed_node1 META: end_host conditional evaluated to false, continuing execution for managed_node2 META: end_host conditional evaluated to false, continuing execution for managed_node3 TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82 Saturday 07 September 2024 03:20:44 -0400 (0:00:00.065) 0:00:02.096 **** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 07 September 2024 03:20:44 -0400 (0:00:00.097) 0:00:02.194 **** included: /tmp/collections-M2d/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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 07 September 2024 03:20:44 -0400 (0:00:00.051) 0:00:02.246 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 07 September 2024 03:20:44 -0400 (0:00:00.045) 0:00:02.291 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974 `" && echo ansible-tmp-1725693644.948653-10645-133768081354974="` echo /root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795 `" && echo ansible-tmp-1725693644.9516373-10648-71874822668795="` echo /root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626 `" && echo ansible-tmp-1725693644.9575636-10646-260492101269626="` echo /root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693644.948653-10645-133768081354974=/root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693644.9516373-10648-71874822668795=/root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693644.9575636-10646-260492101269626=/root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpon3mp_h9 TO /root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974/AnsiballZ_stat.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp8kpaxu3_ TO /root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795/AnsiballZ_stat.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpnukvhuu2 TO /root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626/AnsiballZ_stat.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpnukvhuu2 /root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626/AnsiballZ_stat.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626/ /root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpon3mp_h9 /root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974/AnsiballZ_stat.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974/ /root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp8kpaxu3_ /root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795/AnsiballZ_stat.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795/ /root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693644.948653-10645-133768081354974/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693644.9516373-10648-71874822668795/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.9.32> (0, b'', b'') ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } <10.31.47.27> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693644.9575636-10646-260492101269626/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 07 September 2024 03:20:45 -0400 (0:00:00.613) 0:00:02.905 **** ok: [managed_node1] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed_node3] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } ok: [managed_node2] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 Saturday 07 September 2024 03:20:45 -0400 (0:00:00.049) 0:00:02.955 **** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 07 September 2024 03:20:45 -0400 (0:00:00.104) 0:00:03.060 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692 `" && echo ansible-tmp-1725693645.7966037-10698-173261698517692="` echo /root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565 `" && echo ansible-tmp-1725693645.7998018-10702-232464311863565="` echo /root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526 `" && echo ansible-tmp-1725693645.808107-10700-58931744569526="` echo /root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693645.7966037-10698-173261698517692=/root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693645.7998018-10702-232464311863565=/root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693645.808107-10700-58931744569526=/root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpih6hrlfd TO /root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692/AnsiballZ_dnf.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp83qsgkyt TO /root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565/AnsiballZ_dnf.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0kx5hw0v TO /root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526/AnsiballZ_dnf.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpih6hrlfd /root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692/AnsiballZ_dnf.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692/ /root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp83qsgkyt /root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565/AnsiballZ_dnf.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565/ /root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0kx5hw0v /root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526/AnsiballZ_dnf.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526/ /root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565/AnsiballZ_dnf.py && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693645.7998018-10702-232464311863565/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.12.75> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693645.7966037-10698-173261698517692/ > /dev/null 2>&1 && sleep 0'"'"'' ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.12.75> (0, b'', b'') ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients <10.31.47.27> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693645.808107-10700-58931744569526/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 07 September 2024 03:20:50 -0400 (0:00:04.365) 0:00:07.425 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083 `" && echo ansible-tmp-1725693650.0769145-10831-5262874334083="` echo /root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895 `" && echo ansible-tmp-1725693650.0923634-10836-104720426067895="` echo /root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693650.0769145-10831-5262874334083=/root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083\n', b'') <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157 `" && echo ansible-tmp-1725693650.1146727-10832-123271477673157="` echo /root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'ansible-tmp-1725693650.0923634-10836-104720426067895=/root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693650.1146727-10832-123271477673157=/root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpgeu18w02 TO /root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083/AnsiballZ_systemd.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpfok0sjkn TO /root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895/AnsiballZ_systemd.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpa5vmeocb TO /root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157/AnsiballZ_systemd.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpfok0sjkn /root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895/AnsiballZ_systemd.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895/ /root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpa5vmeocb /root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157/AnsiballZ_systemd.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpgeu18w02 /root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083/AnsiballZ_systemd.py\n', b'') <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157/ /root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083/ /root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.32> (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-09-07 03:20:22 EDT", "ExecMainStartTimestampMonotonic": "365190932", "ExecMainExitTimestamp": "Sat 2024-09-07 03:20:41 EDT", "ExecMainExitTimestampMonotonic": "384214597", "ExecMainPID": "16629", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:22 EDT] ; stop_time=[Sat 2024-09-07 03:20:41 EDT] ; pid=16629 ; 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-09-07 03:20:22 EDT] ; stop_time=[Sat 2024-09-07 03:20:22 EDT] ; pid=16620 ; 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 network-online.target system.slice remote-fs.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-09-07 03:20:41 EDT", "StateChangeTimestampMonotonic": "384214986", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:22 EDT", "InactiveExitTimestampMonotonic": "365190969", "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:41 EDT", "ActiveEnterTimestampMonotonic": "384214986", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:22 EDT", "ActiveExitTimestampMonotonic": "365167461", "InactiveEnterTimestamp": "Sat 2024-09-07 03:20:22 EDT", "InactiveEnterTimestampMonotonic": "365189127", "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-09-07 03:20:22 EDT", "ConditionTimestampMonotonic": "365189911", "AssertTimestamp": "Sat 2024-09-07 03:20:22 EDT", "AssertTimestampMonotonic": "365189977", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9e0654ef86d244708589eec4baf977e2", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693650.0923634-10836-104720426067895/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (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-09-07 03:20:07 EDT", "ExecMainStartTimestampMonotonic": "350986026", "ExecMainExitTimestamp": "Sat 2024-09-07 03:20:27 EDT", "ExecMainExitTimestampMonotonic": "370191236", "ExecMainPID": "16593", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:07 EDT] ; stop_time=[Sat 2024-09-07 03:20:27 EDT] ; pid=16593 ; 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-09-07 03:20:07 EDT] ; stop_time=[Sat 2024-09-07 03:20:07 EDT] ; pid=16584 ; 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": "systemd-journald.socket basic.target system.slice network.target network-online.target remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-07 03:20:27 EDT", "StateChangeTimestampMonotonic": "370191739", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:07 EDT", "InactiveExitTimestampMonotonic": "350986059", "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:27 EDT", "ActiveEnterTimestampMonotonic": "370191739", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:07 EDT", "ActiveExitTimestampMonotonic": "350963360", "InactiveEnterTimestamp": "Sat 2024-09-07 03:20:07 EDT", "InactiveEnterTimestampMonotonic": "350984276", "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-09-07 03:20:07 EDT", "ConditionTimestampMonotonic": "350985048", "AssertTimestamp": "Sat 2024-09-07 03:20:07 EDT", "AssertTimestampMonotonic": "350985101", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d98fdb241638408093374eb1b117be62", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693650.0769145-10831-5262874334083/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') ok: [managed_node3] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:41 EDT", "ActiveEnterTimestampMonotonic": "384214986", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:22 EDT", "ActiveExitTimestampMonotonic": "365167461", "ActiveState": "active", "After": "basic.target systemd-journald.socket network-online.target system.slice remote-fs.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:20:22 EDT", "AssertTimestampMonotonic": "365189977", "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-09-07 03:20:22 EDT", "ConditionTimestampMonotonic": "365189911", "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-09-07 03:20:41 EDT", "ExecMainExitTimestampMonotonic": "384214597", "ExecMainPID": "16629", "ExecMainStartTimestamp": "Sat 2024-09-07 03:20:22 EDT", "ExecMainStartTimestampMonotonic": "365190932", "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-09-07 03:20:22 EDT] ; stop_time=[Sat 2024-09-07 03:20:41 EDT] ; pid=16629 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:22 EDT] ; stop_time=[Sat 2024-09-07 03:20:22 EDT] ; pid=16620 ; 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-09-07 03:20:22 EDT", "InactiveEnterTimestampMonotonic": "365189127", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:22 EDT", "InactiveExitTimestampMonotonic": "365190969", "InvocationID": "9e0654ef86d244708589eec4baf977e2", "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-09-07 03:20:41 EDT", "StateChangeTimestampMonotonic": "384214986", "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.12.75> (0, b'', b'') ok: [managed_node1] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:27 EDT", "ActiveEnterTimestampMonotonic": "370191739", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:07 EDT", "ActiveExitTimestampMonotonic": "350963360", "ActiveState": "active", "After": "systemd-journald.socket basic.target system.slice network.target network-online.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:20:07 EDT", "AssertTimestampMonotonic": "350985101", "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-09-07 03:20:07 EDT", "ConditionTimestampMonotonic": "350985048", "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-09-07 03:20:27 EDT", "ExecMainExitTimestampMonotonic": "370191236", "ExecMainPID": "16593", "ExecMainStartTimestamp": "Sat 2024-09-07 03:20:07 EDT", "ExecMainStartTimestampMonotonic": "350986026", "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-09-07 03:20:07 EDT] ; stop_time=[Sat 2024-09-07 03:20:27 EDT] ; pid=16593 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:07 EDT] ; stop_time=[Sat 2024-09-07 03:20:07 EDT] ; pid=16584 ; 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-09-07 03:20:07 EDT", "InactiveEnterTimestampMonotonic": "350984276", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:07 EDT", "InactiveExitTimestampMonotonic": "350986059", "InvocationID": "d98fdb241638408093374eb1b117be62", "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-09-07 03:20:27 EDT", "StateChangeTimestampMonotonic": "370191739", "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.47.27> (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-09-07 03:20:18 EDT", "ExecMainStartTimestampMonotonic": "357460358", "ExecMainExitTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ExecMainExitTimestampMonotonic": "376593906", "ExecMainPID": "20296", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:37 EDT] ; pid=20296 ; 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-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:18 EDT] ; pid=20287 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target basic.target remote-fs.target network.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-07 03:20:37 EDT", "StateChangeTimestampMonotonic": "376594351", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveExitTimestampMonotonic": "357460391", "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ActiveEnterTimestampMonotonic": "376594351", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ActiveExitTimestampMonotonic": "357436942", "InactiveEnterTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveEnterTimestampMonotonic": "357458451", "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-09-07 03:20:18 EDT", "ConditionTimestampMonotonic": "357459411", "AssertTimestamp": "Sat 2024-09-07 03:20:18 EDT", "AssertTimestampMonotonic": "357459434", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "ccfada0be44b4009ab90e0b02513544d", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693650.1146727-10832-123271477673157/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') ok: [managed_node2] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": null, "user": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ActiveEnterTimestampMonotonic": "376594351", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ActiveExitTimestampMonotonic": "357436942", "ActiveState": "active", "After": "network-online.target basic.target remote-fs.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:20:18 EDT", "AssertTimestampMonotonic": "357459434", "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-09-07 03:20:18 EDT", "ConditionTimestampMonotonic": "357459411", "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-09-07 03:20:37 EDT", "ExecMainExitTimestampMonotonic": "376593906", "ExecMainPID": "20296", "ExecMainStartTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ExecMainStartTimestampMonotonic": "357460358", "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-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:37 EDT] ; pid=20296 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:18 EDT] ; pid=20287 ; 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-09-07 03:20:18 EDT", "InactiveEnterTimestampMonotonic": "357458451", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveExitTimestampMonotonic": "357460391", "InvocationID": "ccfada0be44b4009ab90e0b02513544d", "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-09-07 03:20:37 EDT", "StateChangeTimestampMonotonic": "376594351", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 07 September 2024 03:20:50 -0400 (0:00:00.855) 0:00:08.280 **** included: /tmp/collections-M2d/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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 07 September 2024 03:20:50 -0400 (0:00:00.124) 0:00:08.405 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039 `" && echo ansible-tmp-1725693651.0749812-10884-226871208240039="` echo /root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988 `" && echo ansible-tmp-1725693651.0876667-10887-281272676592988="` echo /root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223 `" && echo ansible-tmp-1725693651.0953965-10886-94800442614223="` echo /root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693651.0749812-10884-226871208240039=/root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693651.0876667-10887-281272676592988=/root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693651.0953965-10886-94800442614223=/root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp_vh7jbpt TO /root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039/AnsiballZ_command.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp45f1_pfb TO /root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988/AnsiballZ_command.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp5rtlt29k TO /root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223/AnsiballZ_command.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp5rtlt29k /root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223/AnsiballZ_command.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223/ /root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223/AnsiballZ_command.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp_vh7jbpt /root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039/AnsiballZ_command.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039/ /root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039/AnsiballZ_command.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp45f1_pfb /root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988/AnsiballZ_command.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988/ /root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988/AnsiballZ_command.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223/AnsiballZ_command.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039/AnsiballZ_command.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988/AnsiballZ_command.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693651.0749812-10884-226871208240039/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693651.0953965-10886-94800442614223/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693651.0876667-10887-281272676592988/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.12.75> (0, b'', b'') ok: [managed_node2] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists ok: [managed_node1] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists <10.31.9.32> (0, b'', b'') ok: [managed_node3] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true } }, "rc": 0 } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 07 September 2024 03:20:51 -0400 (0:00:00.513) 0:00:08.918 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627 `" && echo ansible-tmp-1725693651.5684304-10933-140279863117627="` echo /root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627 `" ) && sleep 0'"'"'' <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324 `" && echo ansible-tmp-1725693651.5689354-10934-112267214168324="` echo /root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279 `" && echo ansible-tmp-1725693651.5782225-10936-61507059290279="` echo /root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693651.5684304-10933-140279863117627=/root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693651.5689354-10934-112267214168324=/root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693651.5782225-10936-61507059290279=/root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpiasqpitr TO /root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627/AnsiballZ_slurp.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp8dbyopzf TO /root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324/AnsiballZ_slurp.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp9mw3zkdi TO /root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279/AnsiballZ_slurp.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp9mw3zkdi /root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279/AnsiballZ_slurp.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279/ /root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp8dbyopzf /root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324/AnsiballZ_slurp.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324/ /root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpiasqpitr /root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627/AnsiballZ_slurp.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627/ /root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERS91bEJHMVRFSng3M3VMV2xEUzJuSDVVVjNUS2pZZy8wcFFQWnhTMWE0b1pPZkRnU2MydlphYlA5QmdLcG9UYkpLWm1MUEQrWU5TK2RKb0FYcXVrcll3NjJTZW10b0JDaU5mYWhvRCtMajFidE95VURza0wzOSs4UDFvV05sV2RSMXI2Rnc4am04K1FOZDA5elp2bm15TkljaUJXVldkSXRXZzZpenNSUnJzRnBRY296RHBlK0xOcU5WVHVsS2sxTXk1VFJQV3d3MFhUNThZNGRIdUl4eDdsU2doaXhyWkcxMmUzS2Q1NHArOEMrYXhlV2JiMWVuNGZEL3N0MU5ZZmd2cGxETWZFSld3TGJQMlVJWU4zSW5jNURCTlA3aHFGZ3dGMTg5UVdJTWdRTGhTYlNwdHl3SThpSWZaa09ZSlBsM2NDeUxCdlllQ1pjUnVxTG13Z1RVWGJWaE9oUUZKYnAyN1VpdnZKUlh1T3hLaGRkZzA0TXgyYnp3bGk1a2VHWmM1SkhLaU14MjFGa3hZMUxwS2k0Z0RKR0NmOFhXcDB1R0dRM213NVRNN3RIa0taN1gvMXBzSkFLUHNmWG1UM2M5T2hva2xCeGEzM3daZm5wd2VhS1kzWWdSS1ZjbUVTOEdHbVhLbkJqSEhhVXRuT2dhN0xDc1I0c3ZoN3hDY0U9IHJvb3RAaXAtMTAtMzEtOS0zMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693651.5782225-10936-61507059290279/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdUdGdi9JV2V3S3diTkU1SG44a0N3YlhJZjNKWXBQYkhCdWQzWmw1c2RHRG4zZXVjR3hCVUp4NXdLL1o1ZTNrbjI5dlo3bzZvaEFhUGRzOVgzR3YyaVdLSzgxOE9uaXhMUGdYRUZnUGNvNkpRUnkxTEpITEpwOHZySlBxRnNFUFFpaVVyWjl0RE9ta3RHajVrNlZrN2NrZnkvcVpUN0JEUmw1ZTd6cFR3bS9mTEI1V1BqKzVCTERoN1NaaFlVR25JdjJvQUxOOVBvQ29nS3BLZUlZbVdENkV6dGcxTEdqY0todzlNd0Q1blJrTXgyU2lXWktSU0tnK0lYc1RISUVLb1N3QjhPTU5iaGlFQldGbFhWQWVDNHZSMHVEdUl1dW5WVmN3T0d2TlZwbGdhUlNrTDNFZVBlS2NCaGwvNjdEM1FheFBiUnFFMytNY0djTGxZMmlGamxSK2NxUUtXMmcvMGRQRkJCdnZaME9tTTllMnROTWwzMkNlYkhrWnNCelFzMEpIOVBpRFhnOFJCYjh6Q2dCSWdsU3Z6ZGNTdkxEWVBwcFFFTzE3cmZPV3JkQlBVbUFoQmd1L2lnbi9naUhOWUdHWUFLZ3BwYXg5RlVoVEpWbWtUTFh4dUZDbHFtY013NVFxNmRIbnZRY1RTcmtiTkk4am81SXpRdm5xZUtjUGs9IHJvb3RAaXAtMTAtMzEtNDctMjcudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693651.5689354-10934-112267214168324/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDaDJOY2tYamlxeWlHTE8veXBnVnpUMDUvL2VTeEw1M0VIck1nOVRjd1RqT2lCNkJwOVlFUEE1RjJOR1B5RUNsTjhtVml5c0NPcTh4cU9pZ0FBc3JFNjgycXR6T1Q5RWNVdmcxcVM5VWdhSzV4bUdVd29OOUVaaTBxUk9NOHJRUVZUSjUySDhGUW42enE3MnhBRUVJa2xDREJXOUt6ZkZJQ0NwdXk1TTU2RlNUSVM1QURzVkNKdnZJK2ZVeDhwSnM3UFg4d01iM1ZRb3ZyTUhGMTFXcnN1ZVdRVzJONERZcEFUdWRuM1g1emNoUnQvR2pRRGxncW1zaVZZWmg0aDlQOVpSeXlyQTJRMU1vRGV0VFo0VUlqU2x3RjEzRy9SZDR4b3c5RVEwdEppMDYwblpHNFJleWx3RzFwVTJNejZpeUNPT0JFL3hVVzcwVktMSXFWeTRNbk1VTjdJamhDVE9NcGlWWWRLR3EybWttMThyVERCS0tnNmcvUDNwZmFnOGRTa0VvMHF6TzZ6VUdiRFg0bWZEa29XcStVSk40NjlxallPNWFEZzB1ZGdiSUtHVjZBNmswdklvdkY5dW1jSHl5amFuVjgvK3E5WVVjVGFWeXhRNTR1K1dvazFUSHkzQWxaVWJjU3kydCtpamsyYUhrVyswWU42SFd0dG9jckVWRTg9IHJvb3RAaXAtMTAtMzEtMTItNzUudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693651.5684304-10933-140279863117627/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.9.32> (0, b'', b'') ok: [managed_node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdUdGdi9JV2V3S3diTkU1SG44a0N3YlhJZjNKWXBQYkhCdWQzWmw1c2RHRG4zZXVjR3hCVUp4NXdLL1o1ZTNrbjI5dlo3bzZvaEFhUGRzOVgzR3YyaVdLSzgxOE9uaXhMUGdYRUZnUGNvNkpRUnkxTEpITEpwOHZySlBxRnNFUFFpaVVyWjl0RE9ta3RHajVrNlZrN2NrZnkvcVpUN0JEUmw1ZTd6cFR3bS9mTEI1V1BqKzVCTERoN1NaaFlVR25JdjJvQUxOOVBvQ29nS3BLZUlZbVdENkV6dGcxTEdqY0todzlNd0Q1blJrTXgyU2lXWktSU0tnK0lYc1RISUVLb1N3QjhPTU5iaGlFQldGbFhWQWVDNHZSMHVEdUl1dW5WVmN3T0d2TlZwbGdhUlNrTDNFZVBlS2NCaGwvNjdEM1FheFBiUnFFMytNY0djTGxZMmlGamxSK2NxUUtXMmcvMGRQRkJCdnZaME9tTTllMnROTWwzMkNlYkhrWnNCelFzMEpIOVBpRFhnOFJCYjh6Q2dCSWdsU3Z6ZGNTdkxEWVBwcFFFTzE3cmZPV3JkQlBVbUFoQmd1L2lnbi9naUhOWUdHWUFLZ3BwYXg5RlVoVEpWbWtUTFh4dUZDbHFtY013NVFxNmRIbnZRY1RTcmtiTkk4am81SXpRdm5xZUtjUGs9IHJvb3RAaXAtMTAtMzEtNDctMjcudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERS91bEJHMVRFSng3M3VMV2xEUzJuSDVVVjNUS2pZZy8wcFFQWnhTMWE0b1pPZkRnU2MydlphYlA5QmdLcG9UYkpLWm1MUEQrWU5TK2RKb0FYcXVrcll3NjJTZW10b0JDaU5mYWhvRCtMajFidE95VURza0wzOSs4UDFvV05sV2RSMXI2Rnc4am04K1FOZDA5elp2bm15TkljaUJXVldkSXRXZzZpenNSUnJzRnBRY296RHBlK0xOcU5WVHVsS2sxTXk1VFJQV3d3MFhUNThZNGRIdUl4eDdsU2doaXhyWkcxMmUzS2Q1NHArOEMrYXhlV2JiMWVuNGZEL3N0MU5ZZmd2cGxETWZFSld3TGJQMlVJWU4zSW5jNURCTlA3aHFGZ3dGMTg5UVdJTWdRTGhTYlNwdHl3SThpSWZaa09ZSlBsM2NDeUxCdlllQ1pjUnVxTG13Z1RVWGJWaE9oUUZKYnAyN1VpdnZKUlh1T3hLaGRkZzA0TXgyYnp3bGk1a2VHWmM1SkhLaU14MjFGa3hZMUxwS2k0Z0RKR0NmOFhXcDB1R0dRM213NVRNN3RIa0taN1gvMXBzSkFLUHNmWG1UM2M5T2hva2xCeGEzM3daZm5wd2VhS1kzWWdSS1ZjbUVTOEdHbVhLbkJqSEhhVXRuT2dhN0xDc1I0c3ZoN3hDY0U9IHJvb3RAaXAtMTAtMzEtOS0zMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } <10.31.12.75> (0, b'', b'') ok: [managed_node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDaDJOY2tYamlxeWlHTE8veXBnVnpUMDUvL2VTeEw1M0VIck1nOVRjd1RqT2lCNkJwOVlFUEE1RjJOR1B5RUNsTjhtVml5c0NPcTh4cU9pZ0FBc3JFNjgycXR6T1Q5RWNVdmcxcVM5VWdhSzV4bUdVd29OOUVaaTBxUk9NOHJRUVZUSjUySDhGUW42enE3MnhBRUVJa2xDREJXOUt6ZkZJQ0NwdXk1TTU2RlNUSVM1QURzVkNKdnZJK2ZVeDhwSnM3UFg4d01iM1ZRb3ZyTUhGMTFXcnN1ZVdRVzJONERZcEFUdWRuM1g1emNoUnQvR2pRRGxncW1zaVZZWmg0aDlQOVpSeXlyQTJRMU1vRGV0VFo0VUlqU2x3RjEzRy9SZDR4b3c5RVEwdEppMDYwblpHNFJleWx3RzFwVTJNejZpeUNPT0JFL3hVVzcwVktMSXFWeTRNbk1VTjdJamhDVE9NcGlWWWRLR3EybWttMThyVERCS0tnNmcvUDNwZmFnOGRTa0VvMHF6TzZ6VUdiRFg0bWZEa29XcStVSk40NjlxallPNWFEZzB1ZGdiSUtHVjZBNmswdklvdkY5dW1jSHl5amFuVjgvK3E5WVVjVGFWeXhRNTR1K1dvazFUSHkzQWxaVWJjU3kydCtpamsyYUhrVyswWU42SFd0dG9jckVWRTg9IHJvb3RAaXAtMTAtMzEtMTItNzUudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 07 September 2024 03:20:51 -0400 (0:00:00.460) 0:00:09.379 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019 `" && echo ansible-tmp-1725693652.0466037-10963-261942659650019="` echo /root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386 `" && echo ansible-tmp-1725693652.05563-10964-36673636812386="` echo /root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822 `" && echo ansible-tmp-1725693652.0715287-10966-100846514877822="` echo /root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693652.0466037-10963-261942659650019=/root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693652.05563-10964-36673636812386=/root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693652.0715287-10966-100846514877822=/root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpntbpagft TO /root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019/AnsiballZ_user.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpr7tnuu_d TO /root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386/AnsiballZ_user.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpicyrrnfl TO /root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822/AnsiballZ_user.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpicyrrnfl /root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822/AnsiballZ_user.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpr7tnuu_d /root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386/AnsiballZ_user.py\n', b'') <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822/ /root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822/AnsiballZ_user.py && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386/ /root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386/AnsiballZ_user.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpntbpagft /root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019/AnsiballZ_user.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019/ /root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019/AnsiballZ_user.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822/AnsiballZ_user.py && sleep 0'"'"'' <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386/AnsiballZ_user.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019/AnsiballZ_user.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-12-75.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693652.0466037-10963-261942659650019/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-47-27.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693652.05563-10964-36673636812386/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on ip-10-31-9-32.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693652.0715287-10966-100846514877822/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.47.27> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-12-75.us-east-1.aws.redhat.com", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } <10.31.9.32> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-47-27.us-east-1.aws.redhat.com", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } ok: [managed_node3 -> managed_node3] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-9-32.us-east-1.aws.redhat.com", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 07 September 2024 03:20:52 -0400 (0:00:00.583) 0:00:09.962 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234 `" && echo ansible-tmp-1725693652.6113286-10992-230256600343234="` echo /root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214 `" && echo ansible-tmp-1725693652.62204-10994-245805251743214="` echo /root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420 `" && echo ansible-tmp-1725693652.6380017-10995-153147125144420="` echo /root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693652.6113286-10992-230256600343234=/root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpsy4n8s2x TO /root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234/AnsiballZ_stat.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> (0, b'ansible-tmp-1725693652.62204-10994-245805251743214=/root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpvl_pcmrn TO /root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214/AnsiballZ_stat.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.9.32> (0, b'ansible-tmp-1725693652.6380017-10995-153147125144420=/root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp5y50aweg TO /root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420/AnsiballZ_stat.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpsy4n8s2x /root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234/AnsiballZ_stat.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234/ /root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpvl_pcmrn /root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214/AnsiballZ_stat.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214/ /root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp5y50aweg /root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420/AnsiballZ_stat.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420/ /root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (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": 1725693291.946515, "mtime": 1725693603.1955879, "ctime": 1725693603.1955879, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693652.6113286-10992-230256600343234/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (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": 1725693295.642762, "mtime": 1725693612.8881283, "ctime": 1725693612.8881283, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693652.62204-10994-245805251743214/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (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": 1725693295.2725596, "mtime": 1725693618.7375417, "ctime": 1725693618.7375417, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693652.6380017-10995-153147125144420/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1725693291.946515, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1725693603.1955879, "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": 1725693603.1955879, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.47.27> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1725693295.642762, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1725693612.8881283, "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": 1725693612.8881283, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 101, "uid": 0, "version": "1339598710", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } <10.31.9.32> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1725693295.2725596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1725693618.7375417, "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": 1725693618.7375417, "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 07 September 2024 03:20:52 -0400 (0:00:00.381) 0:00:10.344 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847 `" && echo ansible-tmp-1725693652.9992979-11028-117064350381847="` echo /root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287 `" && echo ansible-tmp-1725693653.0065894-11027-33514407146287="` echo /root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963 `" && echo ansible-tmp-1725693653.019882-11031-133972858995963="` echo /root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'ansible-tmp-1725693652.9992979-11028-117064350381847=/root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp9zh9k0_b TO /root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847/AnsiballZ_stat.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.12.75> (0, b'ansible-tmp-1725693653.0065894-11027-33514407146287=/root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0un28rct TO /root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287/AnsiballZ_stat.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.9.32> (0, b'ansible-tmp-1725693653.019882-11031-133972858995963=/root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0p6y_sji TO /root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963/AnsiballZ_stat.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp9zh9k0_b /root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847/AnsiballZ_stat.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847/ /root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0un28rct /root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287/AnsiballZ_stat.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287/ /root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0p6y_sji /root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963/AnsiballZ_stat.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963/ /root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (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": 1725693458.3231232, "mtime": 1725693295.641762, "ctime": 1725693295.642762, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "mimetype": "text/plain", "charset": "us-ascii", "version": "1222691786", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693652.9992979-11028-117064350381847/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (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": 1588, "inode": 249561346, "dev": 51713, "nlink": 1, "atime": 1725693608.8836274, "mtime": 1725693603.1955879, "ctime": 1725693603.1955879, "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": "c604b57d84601bd1a477341b6aca8e1f7193a4f7", "mimetype": "text/plain", "charset": "us-ascii", "version": "2445123572", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693653.0065894-11027-33514407146287/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (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": 1587, "inode": 257949954, "dev": 51713, "nlink": 1, "atime": 1725693622.858573, "mtime": 1725693618.7375417, "ctime": 1725693618.7385416, "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": "b216a97fc4c197042f0c0a5dd6d9a6c5f4724107", "mimetype": "text/plain", "charset": "us-ascii", "version": "2005449649", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693653.019882-11031-133972858995963/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.12.75> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1725693458.3231232, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1725693295.642762, "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": 1725693295.641762, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "1222691786", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed_node1 -> managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1725693608.8836274, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c604b57d84601bd1a477341b6aca8e1f7193a4f7", "ctime": 1725693603.1955879, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 249561346, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1725693603.1955879, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1588, "uid": 0, "version": "2445123572", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.9.32> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1725693622.858573, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b216a97fc4c197042f0c0a5dd6d9a6c5f4724107", "ctime": 1725693618.7385416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 257949954, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1725693618.7375417, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1587, "uid": 0, "version": "2005449649", "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 07 September 2024 03:20:53 -0400 (0:00:00.385) 0:00:10.730 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281 `" && echo ansible-tmp-1725693653.4034073-11057-64605598614281="` echo /root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920 `" && echo ansible-tmp-1725693653.41182-11058-281305659891920="` echo /root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530 `" && echo ansible-tmp-1725693653.43087-11060-257060623932530="` echo /root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693653.4034073-11057-64605598614281=/root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693653.41182-11058-281305659891920=/root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693653.43087-11060-257060623932530=/root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpraah82oq TO /root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281/AnsiballZ_file.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpvk54dd23 TO /root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920/AnsiballZ_file.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpjyo_3fju TO /root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530/AnsiballZ_file.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpvk54dd23 /root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920/AnsiballZ_file.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920/ /root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpraah82oq /root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281/AnsiballZ_file.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281/ /root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpjyo_3fju /root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530/AnsiballZ_file.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530/ /root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> (0, b'', b'') <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693653.4034073-11057-64605598614281/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693653.43087-11060-257060623932530/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693653.41182-11058-281305659891920/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.12.75> (0, b'', b'') <10.31.47.27> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } ok: [managed_node1 -> managed_node1] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } ok: [managed_node2 -> managed_node2] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 07 September 2024 03:20:53 -0400 (0:00:00.526) 0:00:11.256 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154 `" && echo ansible-tmp-1725693653.927639-11084-277743145111154="` echo /root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154 `" ) && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765 `" && echo ansible-tmp-1725693653.9449368-11085-13101740067765="` echo /root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.12.75> (0, b'ansible-tmp-1725693653.927639-11084-277743145111154=/root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853 `" && echo ansible-tmp-1725693653.9586563-11087-243790765077853="` echo /root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'ansible-tmp-1725693653.9449368-11085-13101740067765=/root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693653.9586563-11087-243790765077853=/root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp9h1ycalu TO /root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154/AnsiballZ_lineinfile.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmprdsposng TO /root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765/AnsiballZ_lineinfile.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpgatwm8_z TO /root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853/AnsiballZ_lineinfile.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpgatwm8_z /root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853/AnsiballZ_lineinfile.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853/ /root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp9h1ycalu /root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154/AnsiballZ_lineinfile.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmprdsposng /root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765/AnsiballZ_lineinfile.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154/ /root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765/ /root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765/AnsiballZ_lineinfile.py && sleep 0'"'"'' <10.31.9.32> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDE/ulBG1TEJx73uLWlDS2nH5UV3TKjYg/0pQPZxS1a4oZOfDgSc2vZabP9BgKpoTbJKZmLPD+YNS+dJoAXqukrYw62SemtoBCiNfahoD+Lj1btOyUDskL39+8P1oWNlWdR1r6Fw8jm8+QNd09zZvnmyNIciBWVWdItWg6izsRRrsFpQcozDpe+LNqNVTulKk1My5TRPWww0XT58Y4dHuIxx7lSghixrZG12e3Kd54p+8C+axeWbb1en4fD/st1NYfgvplDMfEJWwLbP2UIYN3Inc5DBNP7hqFgwF189QWIMgQLhSbSptywI8iIfZkOYJPl3cCyLBvYeCZcRuqLmwgTUXbVhOhQFJbp27UivvJRXuOxKhddg04Mx2bzwli5keGZc5JHKiMx21FkxY1LpKi4gDJGCf8XWp0uGGQ3mw5TM7tHkKZ7X/1psJAKPsfXmT3c9OhoklBxa33wZfnpweaKY3YgRKVcmES8GGmXKnBjHHaUtnOga7LCsR4svh7xCcE= root@ip-10-31-9-32.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693653.9586563-11087-243790765077853/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCh2NckXjiqyiGLO/ypgVzT05//eSxL53EHrMg9TcwTjOiB6Bp9YEPA5F2NGPyEClN8mViysCOq8xqOigAAsrE682qtzOT9EcUvg1qS9UgaK5xmGUwoN9EZi0qROM8rQQVTJ52H8FQn6zq72xAEEIklCDBW9KzfFICCpuy5M56FSTIS5ADsVCJvvI+fUx8pJs7PX8wMb3VQovrMHF11WrsueWQW2N4DYpATudn3X5zchRt/GjQDlgqmsiVYZh4h9P9ZRyyrA2Q1MoDetTZ4UIjSlwF13G/Rd4xow9EQ0tJi060nZG4ReylwG1pU2Mz6iyCOOBE/xUW70VKLIqVy4MnMUN7IjhCTOMpiVYdKGq2mkm18rTDBKKg6g/P3pfag8dSkEo0qzO6zUGbDX4mfDkoWq+UJN469qjYO5aDg0udgbIKGV6A6k0vIovF9umcHyyjanV8/+q9YUcTaVyxQ54u+Wok1THy3AlZUbcSy2t+ijk2aHkW+0YN6HWttocrEVE8= root@ip-10-31-12-75.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693653.927639-11084-277743145111154/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCuGFv/IWewKwbNE5Hn8kCwbXIf3JYpPbHBud3Zl5sdGDn3eucGxBUJx5wK/Z5e3kn29vZ7o6ohAaPds9X3Gv2iWKK818OnixLPgXEFgPco6JQRy1LJHLJp8vrJPqFsEPQiiUrZ9tDOmktGj5k6Vk7ckfy/qZT7BDRl5e7zpTwm/fLB5WPj+5BLDh7SZhYUGnIv2oALN9PoCogKpKeIYmWD6Eztg1LGjcKhw9MwD5nRkMx2SiWZKRSKg+IXsTHIEKoSwB8OMNbhiEBWFlXVAeC4vR0uDuIuunVVcwOGvNVplgaRSkL3EePeKcBhl/67D3QaxPbRqE3+McGcLlY2iFjlR+cqQKW2g/0dPFBBvvZ0OmM9e2tNMl32CebHkZsBzQs0JH9PiDXg8RBb8zCgBIglSvzdcSvLDYPppQEO17rfOWrdBPUmAhBgu/ign/giHNYGGYAKgppax9FUhTJVmkTLXxuFClqmcMw5Qq6dHnvQcTSrkbNI8jo5IzQvnqeKcPk= root@ip-10-31-47-27.us-east-1.aws.redhat.com", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693653.9449368-11085-13101740067765/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDE/ulBG1TEJx73uLWlDS2nH5UV3TKjYg/0pQPZxS1a4oZOfDgSc2vZabP9BgKpoTbJKZmLPD+YNS+dJoAXqukrYw62SemtoBCiNfahoD+Lj1btOyUDskL39+8P1oWNlWdR1r6Fw8jm8+QNd09zZvnmyNIciBWVWdItWg6izsRRrsFpQcozDpe+LNqNVTulKk1My5TRPWww0XT58Y4dHuIxx7lSghixrZG12e3Kd54p+8C+axeWbb1en4fD/st1NYfgvplDMfEJWwLbP2UIYN3Inc5DBNP7hqFgwF189QWIMgQLhSbSptywI8iIfZkOYJPl3cCyLBvYeCZcRuqLmwgTUXbVhOhQFJbp27UivvJRXuOxKhddg04Mx2bzwli5keGZc5JHKiMx21FkxY1LpKi4gDJGCf8XWp0uGGQ3mw5TM7tHkKZ7X/1psJAKPsfXmT3c9OhoklBxa33wZfnpweaKY3YgRKVcmES8GGmXKnBjHHaUtnOga7LCsR4svh7xCcE= root@ip-10-31-9-32.us-east-1.aws.redhat.com", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.12.75> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCh2NckXjiqyiGLO/ypgVzT05//eSxL53EHrMg9TcwTjOiB6Bp9YEPA5F2NGPyEClN8mViysCOq8xqOigAAsrE682qtzOT9EcUvg1qS9UgaK5xmGUwoN9EZi0qROM8rQQVTJ52H8FQn6zq72xAEEIklCDBW9KzfFICCpuy5M56FSTIS5ADsVCJvvI+fUx8pJs7PX8wMb3VQovrMHF11WrsueWQW2N4DYpATudn3X5zchRt/GjQDlgqmsiVYZh4h9P9ZRyyrA2Q1MoDetTZ4UIjSlwF13G/Rd4xow9EQ0tJi060nZG4ReylwG1pU2Mz6iyCOOBE/xUW70VKLIqVy4MnMUN7IjhCTOMpiVYdKGq2mkm18rTDBKKg6g/P3pfag8dSkEo0qzO6zUGbDX4mfDkoWq+UJN469qjYO5aDg0udgbIKGV6A6k0vIovF9umcHyyjanV8/+q9YUcTaVyxQ54u+Wok1THy3AlZUbcSy2t+ijk2aHkW+0YN6HWttocrEVE8= root@ip-10-31-12-75.us-east-1.aws.redhat.com", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } <10.31.47.27> (0, b'', b'') changed: [managed_node2 -> managed_node2] => { "backup": "", "changed": true, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "content": null, "create": true, "delimiter": null, "directory_mode": null, "firstmatch": false, "follow": false, "force": null, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuGFv/IWewKwbNE5Hn8kCwbXIf3JYpPbHBud3Zl5sdGDn3eucGxBUJx5wK/Z5e3kn29vZ7o6ohAaPds9X3Gv2iWKK818OnixLPgXEFgPco6JQRy1LJHLJp8vrJPqFsEPQiiUrZ9tDOmktGj5k6Vk7ckfy/qZT7BDRl5e7zpTwm/fLB5WPj+5BLDh7SZhYUGnIv2oALN9PoCogKpKeIYmWD6Eztg1LGjcKhw9MwD5nRkMx2SiWZKRSKg+IXsTHIEKoSwB8OMNbhiEBWFlXVAeC4vR0uDuIuunVVcwOGvNVplgaRSkL3EePeKcBhl/67D3QaxPbRqE3+McGcLlY2iFjlR+cqQKW2g/0dPFBBvvZ0OmM9e2tNMl32CebHkZsBzQs0JH9PiDXg8RBb8zCgBIglSvzdcSvLDYPppQEO17rfOWrdBPUmAhBgu/ign/giHNYGGYAKgppax9FUhTJVmkTLXxuFClqmcMw5Qq6dHnvQcTSrkbNI8jo5IzQvnqeKcPk= root@ip-10-31-47-27.us-east-1.aws.redhat.com", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "unsafe_writes": false, "validate": null } } } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 07 September 2024 03:20:54 -0400 (0:00:00.524) 0:00:11.781 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844 `" && echo ansible-tmp-1725693654.4266129-11114-59038132755844="` echo /root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321 `" && echo ansible-tmp-1725693654.4383638-11116-48255280046321="` echo /root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266 `" && echo ansible-tmp-1725693654.4493794-11117-79288215555266="` echo /root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693654.4266129-11114-59038132755844=/root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpebuotgcd TO /root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844/AnsiballZ_slurp.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> (0, b'ansible-tmp-1725693654.4383638-11116-48255280046321=/root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpt35an6dw TO /root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321/AnsiballZ_slurp.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.9.32> (0, b'ansible-tmp-1725693654.4493794-11117-79288215555266=/root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpgmujk1yd TO /root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266/AnsiballZ_slurp.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpebuotgcd /root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844/AnsiballZ_slurp.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844/ /root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpt35an6dw /root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321/AnsiballZ_slurp.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321/ /root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpgmujk1yd /root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266/AnsiballZ_slurp.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266/ /root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FENmthY0IrQzNxOHkzM2FaUkxqem8wSTF5SmkxOE8wb0pDQjFtNmYrUHhqNSsyVmJUZ0owc0pqajRGdndHbUNQMXIzTWxYa0d0TlBJSW5GY1M1VjlhNFZjUTFIQjExcDF1ZktrRzRhL0hNbmFGYjdyRk9PdW9qRzFKVVVPKzRzbnJ1bGp2eUpZeis0SktpSTV3Z09XSWFFbDc0SlJpWXF5M1EyRVJuTGdnOVQzTWlyaStSanZRTGE0R0oxM083N29GOEp0YUVYTndvL1BTRndoREsvQVlPM0xIMWlCZTNKd2JwR3QyaXdLRUZSM0dkSU82SjllakEyb1lMbUNkdDBDYThDWmo3MUN2MjVYOTIreVEwNFBYc2FZK1VkcHo2MFNjaS9MT0VnejFRS01sZVBpU2trYnRVTHZwYU1NcGMrdy9qeSs3UlRTSHJTY1lndE1jcm1jeTYrVTRGWWhRcFIvQkl6ZmxxUW9lYzY0UE1aNUFtSDFqM3hVLzA4NTlOS1dVSmZqeFpIWEVNYzNNNE10bHo1eEJsa1lPNk5raE1WdWY3YVp2T2dVbG9XQ2dHeVkvbkpPVE9HWitMYTJvNStxblN5UXZ2Z1ZRZzh5QUxDQUR2WW11VitzOUd5eXlxaTNOV253Yk96R0Q3VDd3VmVwWGlHK2x2anpSQTFGQzZaMk09IHJvb3RAaXAtMTAtMzEtMTItNzUudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693654.4266129-11114-59038132755844/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDM001ZWlXYnhhV0pzU01Kb2FVUTdnM1dzcnFpS1pVWUpJRWpWTGRoMUlBVkdsUzFWSUJhZVVBVDBWTzJsYmVUekdqMWVlL09kWk1oSDJSUzMwM2krVTVtWVpaNnVwbGRVYy9NaE9ONklibU1kak1WQXFQR3J1RDVjU3NJZUc0YnhsMWp2YVZBY1drVTI4M2h2RjhCZGpNOHRINTRLMkFKb0dMY01RSWlMZU1HelRIeG42VWl0dzIxdm9UVWJOV0tQWHVLY0tZdWcySlYyQWY5dXNJcUJyYlQyUWJkMSttNWN6UXk2eGl1MyszekNaOEJUSXRHWTJWMHRLdUtlNk44ck54ZzhlTW02eEU5bEtPNUdpbDh2dGhMdFpZYmNRdTBFbS9TNHhaYzJNSHE2ZDEvWWkxZmovWmJjR01nS1ZJKzFVeXBlU3BHcC9EclVLM3Z6M05TK2NyeVVoVDRzVEpOT1pSWmQ5Wk83aEhUc016TTF6K3diSnNqaUt5bENOdTJncG1kTm1rVWhxU1pkTmRVcDJHaU9kc3paTGV1UkdBVTJtWnAzRHFUSjg2YVMvMnJPb0prZ2p6WHBpRExxL3prRm5jT3hUS0tiYkt6LzBJMngyc1FTbVJEYTRPUGM1aHdhbTR1Mk1ZdWk3elZoRnJVZnNJbHRvTWZZVkY1T0FuWHM9IHJvb3RAaXAtMTAtMzEtNDctMjcudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693654.4383638-11116-48255280046321/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FES2NkUGlvcXgyaXo3VWFuOGtWYnNCS0tnSmhmeTJLcDVWVlBicG1KNEdac245R0RCRGdITzNoRW1VV2tsU1NDcGI3SkZ6bTI1RTZwQTJXakVBZFk0UTg4bGNiZEdaa3c1cDd0a2htWkNGeWtWcjVYZjFod2NBekp5RzZtb1FHSTZOZmV5UzJjT3pSN3NndkRGcGdOM2lCRGUrdEMrWllnWHJZdUNFTUVNNzQ3MDRFcW1aWjNTSmF0TmFVK0lKQ2FhYUR1czJkZHVGRkxycmUvbk1XRGI5K2F2NGxoQWsrWnJDakhKM1BKK1BhcHE0M3pxT09vVDhBSVl3eHQyQ29yb3F6dGZXbWRiTlBCQVZYMU96RGZQNDUwUFZxMStQWE93L3BPcWw5N2h0UWJ3N3ZRNmNRcVVsbURTMjJBNktZTCtBeW5MbTZ0TGZtMG9mNmNrdXhBOW1VR29UYmRHMkxQclZsUlJ2WkU5NzFWaUo1OGQ2ZWNZVWZrSWlnZEpDODgxd0Z2WXhISk5BbmxuTDNsckdDT2k3ZUFHSkRPTUh2SEJHZ1E5ZkJYa3FBOXJ6cTFsdkNPUzJadUluTXNXa2R6cS9Kb3M1bmJiOU01a0pFQjVCbFhIaWxOelBlN2NRNnRydDBvcnJMbUQyckZKWkh3TzZCSEYwUzdSKzBOT2VzbHM9IHJvb3RAaXAtMTAtMzEtOS0zMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693654.4493794-11117-79288215555266/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') ok: [managed_node1 -> managed_node1] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FENmthY0IrQzNxOHkzM2FaUkxqem8wSTF5SmkxOE8wb0pDQjFtNmYrUHhqNSsyVmJUZ0owc0pqajRGdndHbUNQMXIzTWxYa0d0TlBJSW5GY1M1VjlhNFZjUTFIQjExcDF1ZktrRzRhL0hNbmFGYjdyRk9PdW9qRzFKVVVPKzRzbnJ1bGp2eUpZeis0SktpSTV3Z09XSWFFbDc0SlJpWXF5M1EyRVJuTGdnOVQzTWlyaStSanZRTGE0R0oxM083N29GOEp0YUVYTndvL1BTRndoREsvQVlPM0xIMWlCZTNKd2JwR3QyaXdLRUZSM0dkSU82SjllakEyb1lMbUNkdDBDYThDWmo3MUN2MjVYOTIreVEwNFBYc2FZK1VkcHo2MFNjaS9MT0VnejFRS01sZVBpU2trYnRVTHZwYU1NcGMrdy9qeSs3UlRTSHJTY1lndE1jcm1jeTYrVTRGWWhRcFIvQkl6ZmxxUW9lYzY0UE1aNUFtSDFqM3hVLzA4NTlOS1dVSmZqeFpIWEVNYzNNNE10bHo1eEJsa1lPNk5raE1WdWY3YVp2T2dVbG9XQ2dHeVkvbkpPVE9HWitMYTJvNStxblN5UXZ2Z1ZRZzh5QUxDQUR2WW11VitzOUd5eXlxaTNOV253Yk96R0Q3VDd3VmVwWGlHK2x2anpSQTFGQzZaMk09IHJvb3RAaXAtMTAtMzEtMTItNzUudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.47.27> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDM001ZWlXYnhhV0pzU01Kb2FVUTdnM1dzcnFpS1pVWUpJRWpWTGRoMUlBVkdsUzFWSUJhZVVBVDBWTzJsYmVUekdqMWVlL09kWk1oSDJSUzMwM2krVTVtWVpaNnVwbGRVYy9NaE9ONklibU1kak1WQXFQR3J1RDVjU3NJZUc0YnhsMWp2YVZBY1drVTI4M2h2RjhCZGpNOHRINTRLMkFKb0dMY01RSWlMZU1HelRIeG42VWl0dzIxdm9UVWJOV0tQWHVLY0tZdWcySlYyQWY5dXNJcUJyYlQyUWJkMSttNWN6UXk2eGl1MyszekNaOEJUSXRHWTJWMHRLdUtlNk44ck54ZzhlTW02eEU5bEtPNUdpbDh2dGhMdFpZYmNRdTBFbS9TNHhaYzJNSHE2ZDEvWWkxZmovWmJjR01nS1ZJKzFVeXBlU3BHcC9EclVLM3Z6M05TK2NyeVVoVDRzVEpOT1pSWmQ5Wk83aEhUc016TTF6K3diSnNqaUt5bENOdTJncG1kTm1rVWhxU1pkTmRVcDJHaU9kc3paTGV1UkdBVTJtWnAzRHFUSjg2YVMvMnJPb0prZ2p6WHBpRExxL3prRm5jT3hUS0tiYkt6LzBJMngyc1FTbVJEYTRPUGM1aHdhbTR1Mk1ZdWk3elZoRnJVZnNJbHRvTWZZVkY1T0FuWHM9IHJvb3RAaXAtMTAtMzEtNDctMjcudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } <10.31.9.32> (0, b'', b'') ok: [managed_node3 -> managed_node3] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FES2NkUGlvcXgyaXo3VWFuOGtWYnNCS0tnSmhmeTJLcDVWVlBicG1KNEdac245R0RCRGdITzNoRW1VV2tsU1NDcGI3SkZ6bTI1RTZwQTJXakVBZFk0UTg4bGNiZEdaa3c1cDd0a2htWkNGeWtWcjVYZjFod2NBekp5RzZtb1FHSTZOZmV5UzJjT3pSN3NndkRGcGdOM2lCRGUrdEMrWllnWHJZdUNFTUVNNzQ3MDRFcW1aWjNTSmF0TmFVK0lKQ2FhYUR1czJkZHVGRkxycmUvbk1XRGI5K2F2NGxoQWsrWnJDakhKM1BKK1BhcHE0M3pxT09vVDhBSVl3eHQyQ29yb3F6dGZXbWRiTlBCQVZYMU96RGZQNDUwUFZxMStQWE93L3BPcWw5N2h0UWJ3N3ZRNmNRcVVsbURTMjJBNktZTCtBeW5MbTZ0TGZtMG9mNmNrdXhBOW1VR29UYmRHMkxQclZsUlJ2WkU5NzFWaUo1OGQ2ZWNZVWZrSWlnZEpDODgxd0Z2WXhISk5BbmxuTDNsckdDT2k3ZUFHSkRPTUh2SEJHZ1E5ZkJYa3FBOXJ6cTFsdkNPUzJadUluTXNXa2R6cS9Kb3M1bmJiOU01a0pFQjVCbFhIaWxOelBlN2NRNnRydDBvcnJMbUQyckZKWkh3TzZCSEYwUzdSKzBOT2VzbHM9IHJvb3RAaXAtMTAtMzEtOS0zMi51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 07 September 2024 03:20:54 -0400 (0:00:00.363) 0:00:12.144 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591 `" && echo ansible-tmp-1725693654.8415022-11141-37238172926591="` echo /root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591 `" ) && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138 `" && echo ansible-tmp-1725693654.8878465-11142-280360634903138="` echo /root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693654.8415022-11141-37238172926591=/root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591\n', b'') <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674 `" && echo ansible-tmp-1725693654.8987536-11143-159845053718674="` echo /root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'ansible-tmp-1725693654.8878465-11142-280360634903138=/root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693654.8987536-11143-159845053718674=/root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp66od0cw0 TO /root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591/AnsiballZ_known_hosts.py Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpwqdx5eje TO /root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138/AnsiballZ_known_hosts.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpr_s7ruxr TO /root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674/AnsiballZ_known_hosts.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpr_s7ruxr /root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674/AnsiballZ_known_hosts.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674/ /root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpwqdx5eje /root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138/AnsiballZ_known_hosts.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138/ /root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp66od0cw0 /root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591/AnsiballZ_known_hosts.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591/ /root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591/AnsiballZ_known_hosts.py && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\\n", "after": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\\n", "name": "10.31.9.32", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\\n", "after": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693654.8987536-11143-159845053718674/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\\n", "after": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\\n", "name": "10.31.47.27", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\\n", "after": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693654.8878465-11142-280360634903138/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\\n", "after": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\\n", "name": "10.31.12.75", "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.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\\n", "after": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693654.8415022-11141-37238172926591/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.47.27> (0, b'', b'') ok: [managed_node2] => { "changed": false, "diff": { "after": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.47.27 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3M5eiWbxaWJsSMJoaUQ7g3WsrqiKZUYJIEjVLdh1IAVGlS1VIBaeUAT0VO2lbeTzGj1ee/OdZMhH2RS303i+U5mYZZ6upldUc/MhON6IbmMdjMVAqPGruD5cSsIeG4bxl1jvaVAcWkU283hvF8BdjM8tH54K2AJoGLcMQIiLeMGzTHxn6Uitw21voTUbNWKPXuKcKYug2JV2Af9usIqBrbT2Qbd1+m5czQy6xiu3+3zCZ8BTItGY2V0tKuKe6N8rNxg8eMm6xE9lKO5Gil8vthLtZYbcQu0Em/S4xZc2MHq6d1/Yi1fj/ZbcGMgKVI+1UypeSpGp/DrUK3vz3NS+cryUhT4sTJNOZRZd9ZO7hHTsMzM1z+wbJsjiKylCNu2gpmdNmkUhqSZdNdUp2GiOdszZLeuRGAU2mZp3DqTJ86aS/2rOoJkgjzXpiDLq/zkFncOxTKKbbKz/0I2x2sQSmRDa4OPc5hwam4u2MYui7zVhFrUfsIltoMfYVF5OAnXs= root@ip-10-31-47-27.us-east-1.aws.redhat.com\n", "name": "10.31.47.27", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } ok: [managed_node3] => { "changed": false, "diff": { "after": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.9.32 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKcdPioqx2iz7Uan8kVbsBKKgJhfy2Kp5VVPbpmJ4GZsn9GDBDgHO3hEmUWklSSCpb7JFzm25E6pA2WjEAdY4Q88lcbdGZkw5p7tkhmZCFykVr5Xf1hwcAzJyG6moQGI6NfeyS2cOzR7sgvDFpgN3iBDe+tC+ZYgXrYuCEMEM74704EqmZZ3SJatNaU+IJCaaaDus2dduFFLrre/nMWDb9+av4lhAk+ZrCjHJ3PJ+Papq43zqOOoT8AIYwxt2CoroqztfWmdbNPBAVX1OzDfP450PVq1+PXOw/pOql97htQbw7vQ6cQqUlmDS22A6KYL+AynLm6tLfm0of6ckuxA9mUGoTbdG2LPrVlRRvZE971ViJ58d6ecYUfkIigdJC881wFvYxHJNAnlnL3lrGCOi7eAGJDOMHvHBGgQ9fBXkqA9rzq1lvCOS2ZuInMsWkdzq/Jos5nbb9M5kJEB5BlXHilNzPe7cQ6trt0orrLmD2rFJZHwO6BHF0S7R+0NOesls= root@ip-10-31-9-32.us-east-1.aws.redhat.com\n", "name": "10.31.9.32", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } <10.31.12.75> (0, b'', b'') ok: [managed_node1] => { "changed": false, "diff": { "after": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.12.75 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD6kacB+C3q8y33aZRLjzo0I1yJi18O0oJCB1m6f+Pxj5+2VbTgJ0sJjj4FvwGmCP1r3MlXkGtNPIInFcS5V9a4VcQ1HB11p1ufKkG4a/HMnaFb7rFOOuojG1JUUO+4snruljvyJYz+4JKiI5wgOWIaEl74JRiYqy3Q2ERnLgg9T3Miri+RjvQLa4GJ13O77oF8JtaEXNwo/PSFwhDK/AYO3LH1iBe3JwbpGt2iwKEFR3GdIO6J9ejA2oYLmCdt0Ca8CZj71Cv25X92+yQ04PXsaY+Udpz60Sci/LOEgz1QKMlePiSkkbtULvpaMMpc+w/jy+7RTSHrScYgtMcrmcy6+U4FYhQpR/BIzflqQoec64PMZ5AmH1j3xU/0859NKWUJfjxZHXEMc3M4Mtlz5xBlkYO6NkhMVuf7aZvOgUloWCgGyY/nJOTOGZ+La2o5+qnSyQvvgVQg8yALCADvYmuV+s9Gyyyqi3NWnwbOzGD7T7wVepXiG+lvjzRA1FC6Z2M= root@ip-10-31-12-75.us-east-1.aws.redhat.com\n", "name": "10.31.12.75", "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 07 September 2024 03:20:55 -0400 (0:00:00.568) 0:00:12.712 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966 `" && echo ansible-tmp-1725693655.345022-11171-204294256588966="` echo /root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211 `" && echo ansible-tmp-1725693655.3637376-11172-187103254685211="` echo /root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183 `" && echo ansible-tmp-1725693655.3665235-11174-146402230351183="` echo /root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693655.345022-11171-204294256588966=/root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp19n45me3 TO /root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966/AnsiballZ_stat.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> (0, b'ansible-tmp-1725693655.3637376-11172-187103254685211=/root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpre_bjm_7 TO /root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211/AnsiballZ_stat.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.9.32> (0, b'ansible-tmp-1725693655.3665235-11174-146402230351183=/root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpxjknb7x5 TO /root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183/AnsiballZ_stat.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp19n45me3 /root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966/AnsiballZ_stat.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966/ /root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpre_bjm_7 /root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211/AnsiballZ_stat.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211/ /root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpxjknb7x5 /root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183/AnsiballZ_stat.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183/ /root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 274727170, "dev": 51713, "nlink": 1, "atime": 1725693607.987621, "mtime": 1725693605.5856044, "ctime": 1725693605.952607, "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": "61fe6ae72bfbefca5ebdbc0d07358955e4f97708", "mimetype": "text/plain", "charset": "us-ascii", "version": "3070482586", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693655.345022-11171-204294256588966/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (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": 102, "inode": 274727170, "dev": 51713, "nlink": 1, "atime": 1725693622.1945684, "mtime": 1725693620.2725546, "ctime": 1725693620.5165565, "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": "46d13e19137dc0e1c56f4a71a6db3bfe9bd72f6a", "mimetype": "text/plain", "charset": "us-ascii", "version": "2706862132", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693655.3665235-11174-146402230351183/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 346030211, "dev": 51713, "nlink": 1, "atime": 1725693618.7791343, "mtime": 1725693616.9971323, "ctime": 1725693617.3531327, "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": "60e1fac9d7ee146b8dba845050dbf07bae6879f1", "mimetype": "text/plain", "charset": "us-ascii", "version": "4033739799", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693655.3637376-11172-187103254685211/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') ok: [managed_node1] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1725693607.987621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "61fe6ae72bfbefca5ebdbc0d07358955e4f97708", "ctime": 1725693605.952607, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 274727170, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725693605.5856044, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "3070482586", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.9.32> (0, b'', b'') ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1725693622.1945684, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "46d13e19137dc0e1c56f4a71a6db3bfe9bd72f6a", "ctime": 1725693620.5165565, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 274727170, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725693620.2725546, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 102, "uid": 0, "version": "2706862132", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } <10.31.47.27> (0, b'', b'') ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1725693618.7791343, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "60e1fac9d7ee146b8dba845050dbf07bae6879f1", "ctime": 1725693617.3531327, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 346030211, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1725693616.9971323, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 120, "uid": 0, "version": "4033739799", "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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 07 September 2024 03:20:55 -0400 (0:00:00.384) 0:00:13.097 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236 `" && echo ansible-tmp-1725693655.7346792-11198-195549543472236="` echo /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459 `" && echo ansible-tmp-1725693655.7495704-11199-14510056521459="` echo /root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267 `" && echo ansible-tmp-1725693655.7581422-11201-190992083181267="` echo /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693655.7346792-11198-195549543472236=/root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236\n', b'') <10.31.47.27> (0, b'ansible-tmp-1725693655.7495704-11199-14510056521459=/root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459\n', b'') <10.31.9.32> (0, b'ansible-tmp-1725693655.7581422-11201-190992083181267=/root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpqugs8p0c TO /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/AnsiballZ_stat.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp7bf67cf4 TO /root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459/AnsiballZ_stat.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpxueh7j7h TO /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/AnsiballZ_stat.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpqugs8p0c /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/AnsiballZ_stat.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/ /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp7bf67cf4 /root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459/AnsiballZ_stat.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459/ /root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpxueh7j7h /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/AnsiballZ_stat.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/ /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459/AnsiballZ_stat.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 274727170, "dev": 51713, "nlink": 1, "atime": 1725693607.987621, "mtime": 1725693605.5856044, "ctime": 1725693605.952607, "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": "61fe6ae72bfbefca5ebdbc0d07358955e4f97708", "mimetype": "text/plain", "charset": "us-ascii", "version": "3070482586", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmppq70xjus TO /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/AnsiballZ_file.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.9.32> (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": 102, "inode": 274727170, "dev": 51713, "nlink": 1, "atime": 1725693622.1945684, "mtime": 1725693620.2725546, "ctime": 1725693620.5165565, "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": "46d13e19137dc0e1c56f4a71a6db3bfe9bd72f6a", "mimetype": "text/plain", "charset": "us-ascii", "version": "2706862132", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0j8uf_q4 TO /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/AnsiballZ_file.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.47.27> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 346030211, "dev": 51713, "nlink": 1, "atime": 1725693618.7791343, "mtime": 1725693616.9971323, "ctime": 1725693617.3531327, "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": "60e1fac9d7ee146b8dba845050dbf07bae6879f1", "mimetype": "text/plain", "charset": "us-ascii", "version": "4033739799", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693655.7495704-11199-14510056521459/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmppq70xjus /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/AnsiballZ_file.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/ /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0j8uf_q4 /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/AnsiballZ_file.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/ /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/AnsiballZ_file.py && sleep 0'"'"'' NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed_node2 changed: [managed_node2] => { "changed": true, "diff": [], "invocation": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "module_args": { "backup": true, "dest": "/etc/kdump.conf", "follow": false, "mode": "0644", "src": "/root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp12fka104/kdump.conf.j2" }, "src": "/root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp12fka104/kdump.conf.j2" } } <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693655.7346792-11198-195549543472236/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (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": 102, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693655.7581422-11201-190992083181267/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') ok: [managed_node1] => { "changed": false, "checksum": "61fe6ae72bfbefca5ebdbc0d07358955e4f97708", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "state": "file", "uid": 0 } <10.31.9.32> (0, b'', b'') ok: [managed_node3] => { "changed": false, "checksum": "46d13e19137dc0e1c56f4a71a6db3bfe9bd72f6a", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 102, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 07 September 2024 03:20:56 -0400 (0:00:00.693) 0:00:13.791 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236 `" && echo ansible-tmp-1725693656.4244008-11236-49888670996236="` echo /root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466 `" && echo ansible-tmp-1725693656.4432893-11237-247794701875466="` echo /root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280 `" && echo ansible-tmp-1725693656.444513-11239-249225028468280="` echo /root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693656.4244008-11236-49888670996236=/root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpvio21s3c TO /root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236/AnsiballZ_slurp.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.9.32> (0, b'ansible-tmp-1725693656.444513-11239-249225028468280=/root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmppxiisf5d TO /root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280/AnsiballZ_slurp.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.47.27> (0, b'ansible-tmp-1725693656.4432893-11237-247794701875466=/root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpjegl914b TO /root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466/AnsiballZ_slurp.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpvio21s3c /root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236/AnsiballZ_slurp.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236/ /root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmppxiisf5d /root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280/AnsiballZ_slurp.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280/ /root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpjegl914b /root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466/AnsiballZ_slurp.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466/ /root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466/AnsiballZ_slurp.py && sleep 0'"'"'' <10.31.12.75> (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.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693656.4244008-11236-49888670996236/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693656.444513-11239-249225028468280/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693656.4432893-11237-247794701875466/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') ok: [managed_node1] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } <10.31.9.32> (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.47.27> (0, b'', b'') ok: [managed_node2] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 07 September 2024 03:20:56 -0400 (0:00:00.373) 0:00:14.164 **** 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-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 07 September 2024 03:20:56 -0400 (0:00:00.041) 0:00:14.206 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 07 September 2024 03:20:56 -0400 (0:00:00.036) 0:00:14.242 **** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 07 September 2024 03:20:56 -0400 (0:00:00.035) 0:00:14.278 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 07 September 2024 03:20:56 -0400 (0:00:00.037) 0:00:14.315 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 07 September 2024 03:20:56 -0400 (0:00:00.036) 0:00:14.351 **** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 07 September 2024 03:20:56 -0400 (0:00:00.036) 0:00:14.388 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780 `" && echo ansible-tmp-1725693657.0256238-11299-140565229869780="` echo /root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016 `" && echo ansible-tmp-1725693657.0413268-11300-70414188183016="` echo /root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792 `" && echo ansible-tmp-1725693657.0483418-11302-148862178302792="` echo /root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693657.0256238-11299-140565229869780=/root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpl2rgfoju TO /root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780/AnsiballZ_systemd.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> (0, b'ansible-tmp-1725693657.0413268-11300-70414188183016=/root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0q4v4llw TO /root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016/AnsiballZ_systemd.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.9.32> (0, b'ansible-tmp-1725693657.0483418-11302-148862178302792=/root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpb4m1_3so TO /root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792/AnsiballZ_systemd.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpl2rgfoju /root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780/AnsiballZ_systemd.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780/ /root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpb4m1_3so /root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792/AnsiballZ_systemd.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792/ /root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmp0q4v4llw /root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016/AnsiballZ_systemd.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016/ /root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.12.75> (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-09-07 03:20:07 EDT", "ExecMainStartTimestampMonotonic": "350986026", "ExecMainExitTimestamp": "Sat 2024-09-07 03:20:27 EDT", "ExecMainExitTimestampMonotonic": "370191236", "ExecMainPID": "16593", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:07 EDT] ; stop_time=[Sat 2024-09-07 03:20:27 EDT] ; pid=16593 ; 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-09-07 03:20:07 EDT] ; stop_time=[Sat 2024-09-07 03:20:07 EDT] ; pid=16584 ; 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": "systemd-journald.socket basic.target system.slice network.target network-online.target remote-fs.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-07 03:20:27 EDT", "StateChangeTimestampMonotonic": "370191739", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:07 EDT", "InactiveExitTimestampMonotonic": "350986059", "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:27 EDT", "ActiveEnterTimestampMonotonic": "370191739", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:07 EDT", "ActiveExitTimestampMonotonic": "350963360", "InactiveEnterTimestamp": "Sat 2024-09-07 03:20:07 EDT", "InactiveEnterTimestampMonotonic": "350984276", "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-09-07 03:20:07 EDT", "ConditionTimestampMonotonic": "350985048", "AssertTimestamp": "Sat 2024-09-07 03:20:07 EDT", "AssertTimestampMonotonic": "350985101", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d98fdb241638408093374eb1b117be62", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693657.0256238-11299-140565229869780/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (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-09-07 03:20:22 EDT", "ExecMainStartTimestampMonotonic": "365190932", "ExecMainExitTimestamp": "Sat 2024-09-07 03:20:41 EDT", "ExecMainExitTimestampMonotonic": "384214597", "ExecMainPID": "16629", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:22 EDT] ; stop_time=[Sat 2024-09-07 03:20:41 EDT] ; pid=16629 ; 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-09-07 03:20:22 EDT] ; stop_time=[Sat 2024-09-07 03:20:22 EDT] ; pid=16620 ; 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 network-online.target system.slice remote-fs.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-09-07 03:20:41 EDT", "StateChangeTimestampMonotonic": "384214986", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:22 EDT", "InactiveExitTimestampMonotonic": "365190969", "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:41 EDT", "ActiveEnterTimestampMonotonic": "384214986", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:22 EDT", "ActiveExitTimestampMonotonic": "365167461", "InactiveEnterTimestamp": "Sat 2024-09-07 03:20:22 EDT", "InactiveEnterTimestampMonotonic": "365189127", "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-09-07 03:20:22 EDT", "ConditionTimestampMonotonic": "365189911", "AssertTimestamp": "Sat 2024-09-07 03:20:22 EDT", "AssertTimestampMonotonic": "365189977", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9e0654ef86d244708589eec4baf977e2", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693657.0483418-11302-148862178302792/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (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-09-07 03:20:18 EDT", "ExecMainStartTimestampMonotonic": "357460358", "ExecMainExitTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ExecMainExitTimestampMonotonic": "376593906", "ExecMainPID": "20296", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:37 EDT] ; pid=20296 ; 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-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:18 EDT] ; pid=20287 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target basic.target remote-fs.target network.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-07 03:20:37 EDT", "StateChangeTimestampMonotonic": "376594351", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveExitTimestampMonotonic": "357460391", "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ActiveEnterTimestampMonotonic": "376594351", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ActiveExitTimestampMonotonic": "357436942", "InactiveEnterTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveEnterTimestampMonotonic": "357458451", "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-09-07 03:20:18 EDT", "ConditionTimestampMonotonic": "357459411", "AssertTimestamp": "Sat 2024-09-07 03:20:18 EDT", "AssertTimestampMonotonic": "357459434", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "ccfada0be44b4009ab90e0b02513544d", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693657.0413268-11300-70414188183016/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (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": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:27 EDT", "ActiveEnterTimestampMonotonic": "370191739", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:07 EDT", "ActiveExitTimestampMonotonic": "350963360", "ActiveState": "active", "After": "systemd-journald.socket basic.target system.slice network.target network-online.target remote-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:20:07 EDT", "AssertTimestampMonotonic": "350985101", "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-09-07 03:20:07 EDT", "ConditionTimestampMonotonic": "350985048", "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-09-07 03:20:27 EDT", "ExecMainExitTimestampMonotonic": "370191236", "ExecMainPID": "16593", "ExecMainStartTimestamp": "Sat 2024-09-07 03:20:07 EDT", "ExecMainStartTimestampMonotonic": "350986026", "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-09-07 03:20:07 EDT] ; stop_time=[Sat 2024-09-07 03:20:27 EDT] ; pid=16593 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:07 EDT] ; stop_time=[Sat 2024-09-07 03:20:07 EDT] ; pid=16584 ; 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-09-07 03:20:07 EDT", "InactiveEnterTimestampMonotonic": "350984276", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:07 EDT", "InactiveExitTimestampMonotonic": "350986059", "InvocationID": "d98fdb241638408093374eb1b117be62", "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-09-07 03:20:27 EDT", "StateChangeTimestampMonotonic": "370191739", "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.9.32> (0, b'', b'') ok: [managed_node3] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:41 EDT", "ActiveEnterTimestampMonotonic": "384214986", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:22 EDT", "ActiveExitTimestampMonotonic": "365167461", "ActiveState": "active", "After": "basic.target systemd-journald.socket network-online.target system.slice remote-fs.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:20:22 EDT", "AssertTimestampMonotonic": "365189977", "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-09-07 03:20:22 EDT", "ConditionTimestampMonotonic": "365189911", "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-09-07 03:20:41 EDT", "ExecMainExitTimestampMonotonic": "384214597", "ExecMainPID": "16629", "ExecMainStartTimestamp": "Sat 2024-09-07 03:20:22 EDT", "ExecMainStartTimestampMonotonic": "365190932", "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-09-07 03:20:22 EDT] ; stop_time=[Sat 2024-09-07 03:20:41 EDT] ; pid=16629 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:22 EDT] ; stop_time=[Sat 2024-09-07 03:20:22 EDT] ; pid=16620 ; 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-09-07 03:20:22 EDT", "InactiveEnterTimestampMonotonic": "365189127", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:22 EDT", "InactiveExitTimestampMonotonic": "365190969", "InvocationID": "9e0654ef86d244708589eec4baf977e2", "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-09-07 03:20:41 EDT", "StateChangeTimestampMonotonic": "384214986", "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.47.27> (0, b'', b'') ok: [managed_node2] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ActiveEnterTimestampMonotonic": "376594351", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ActiveExitTimestampMonotonic": "357436942", "ActiveState": "active", "After": "network-online.target basic.target remote-fs.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:20:18 EDT", "AssertTimestampMonotonic": "357459434", "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-09-07 03:20:18 EDT", "ConditionTimestampMonotonic": "357459411", "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-09-07 03:20:37 EDT", "ExecMainExitTimestampMonotonic": "376593906", "ExecMainPID": "20296", "ExecMainStartTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ExecMainStartTimestampMonotonic": "357460358", "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-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:37 EDT] ; pid=20296 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:18 EDT] ; pid=20287 ; 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-09-07 03:20:18 EDT", "InactiveEnterTimestampMonotonic": "357458451", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveExitTimestampMonotonic": "357460391", "InvocationID": "ccfada0be44b4009ab90e0b02513544d", "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-09-07 03:20:37 EDT", "StateChangeTimestampMonotonic": "376594351", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 Saturday 07 September 2024 03:20:57 -0400 (0:00:00.497) 0:00:14.885 **** <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.12.75> (0, b'/root\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936 `" && echo ansible-tmp-1725693657.5332935-11329-114270882411936="` echo /root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233 `" && echo ansible-tmp-1725693657.5443819-11331-82040405026233="` echo /root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233 `" ) && sleep 0'"'"'' <10.31.9.32> (0, b'/root\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419 `" && echo ansible-tmp-1725693657.5605752-11332-68188964329419="` echo /root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419 `" ) && sleep 0'"'"'' <10.31.12.75> (0, b'ansible-tmp-1725693657.5332935-11329-114270882411936=/root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.12.75> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpje00ycc3 TO /root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936/AnsiballZ_file.py <10.31.12.75> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4eaf3f049f '[10.31.12.75]' <10.31.47.27> (0, b'ansible-tmp-1725693657.5443819-11331-82040405026233=/root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpj_h2xhcd TO /root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233/AnsiballZ_file.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.9.32> (0, b'ansible-tmp-1725693657.5605752-11332-68188964329419=/root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py <10.31.9.32> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpjixvdqlg TO /root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419/AnsiballZ_file.py <10.31.9.32> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0e92ec5fc2 '[10.31.9.32]' <10.31.12.75> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpje00ycc3 /root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936/AnsiballZ_file.py\n', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936/ /root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpj_h2xhcd /root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233/AnsiballZ_file.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233/ /root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.32> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmpjixvdqlg /root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419/AnsiballZ_file.py\n', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419/ /root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f -tt 10.31.12.75 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936/AnsiballZ_file.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233/AnsiballZ_file.py && sleep 0'"'"'' <10.31.9.32> (0, b'', b'') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 -tt 10.31.9.32 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419/AnsiballZ_file.py && sleep 0'"'"'' <10.31.12.75> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.12.75 closed.\r\n') <10.31.12.75> ESTABLISH SSH CONNECTION FOR USER: None <10.31.12.75> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4eaf3f049f 10.31.12.75 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693657.5332935-11329-114270882411936/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": false, "state": "absent", "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693657.5443819-11331-82040405026233/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.9.32> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.9.32 closed.\r\n') <10.31.9.32> ESTABLISH SSH CONNECTION FOR USER: None <10.31.9.32> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0e92ec5fc2 10.31.9.32 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693657.5605752-11332-68188964329419/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.12.75> (0, b'', b'') changed: [managed_node1 -> managed_node1] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } <10.31.47.27> (0, b'', b'') ok: [managed_node2 -> managed_node2] => { "changed": false, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/tmp/tests_ssh", "state": "absent" } <10.31.9.32> (0, b'', b'') changed: [managed_node3 -> managed_node3] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 07 September 2024 03:20:57 -0400 (0:00:00.376) 0:00:15.262 **** <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <10.31.47.27> (0, b'/root\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662 `" && echo ansible-tmp-1725693657.8974006-11356-233778625700662="` echo /root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662 `" ) && sleep 0'"'"'' <10.31.47.27> (0, b'ansible-tmp-1725693657.8974006-11356-233778625700662=/root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662\n', b'') Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py <10.31.47.27> PUT /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmplfov2gzs TO /root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662/AnsiballZ_systemd.py <10.31.47.27> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0ee312fdd8 '[10.31.47.27]' <10.31.47.27> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10491bqvnw6wu/tmplfov2gzs /root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662/AnsiballZ_systemd.py\n', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662/ /root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 -tt 10.31.47.27 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662/AnsiballZ_systemd.py && sleep 0'"'"'' <10.31.47.27> (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-09-07 03:20:18 EDT", "ExecMainStartTimestampMonotonic": "357460358", "ExecMainExitTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ExecMainExitTimestampMonotonic": "376593906", "ExecMainPID": "20296", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:37 EDT] ; pid=20296 ; 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-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:18 EDT] ; pid=20287 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network-online.target basic.target remote-fs.target network.target system.slice systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-09-07 03:20:37 EDT", "StateChangeTimestampMonotonic": "376594351", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveExitTimestampMonotonic": "357460391", "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ActiveEnterTimestampMonotonic": "376594351", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ActiveExitTimestampMonotonic": "357436942", "InactiveEnterTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveEnterTimestampMonotonic": "357458451", "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-09-07 03:20:18 EDT", "ConditionTimestampMonotonic": "357459411", "AssertTimestamp": "Sat 2024-09-07 03:20:18 EDT", "AssertTimestampMonotonic": "357459434", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "ccfada0be44b4009ab90e0b02513544d", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "restarted", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.47.27 closed.\r\n') <10.31.47.27> ESTABLISH SSH CONNECTION FOR USER: None <10.31.47.27> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0ee312fdd8 10.31.47.27 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1725693657.8974006-11356-233778625700662/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.47.27> (0, b'', b'') changed: [managed_node2] => { "changed": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": null, "state": "restarted", "user": null } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-09-07 03:20:37 EDT", "ActiveEnterTimestampMonotonic": "376594351", "ActiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ActiveExitTimestampMonotonic": "357436942", "ActiveState": "active", "After": "network-online.target basic.target remote-fs.target network.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-09-07 03:20:18 EDT", "AssertTimestampMonotonic": "357459434", "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-09-07 03:20:18 EDT", "ConditionTimestampMonotonic": "357459411", "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-09-07 03:20:37 EDT", "ExecMainExitTimestampMonotonic": "376593906", "ExecMainPID": "20296", "ExecMainStartTimestamp": "Sat 2024-09-07 03:20:18 EDT", "ExecMainStartTimestampMonotonic": "357460358", "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-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:37 EDT] ; pid=20296 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-09-07 03:20:18 EDT] ; stop_time=[Sat 2024-09-07 03:20:18 EDT] ; pid=20287 ; 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-09-07 03:20:18 EDT", "InactiveEnterTimestampMonotonic": "357458451", "InactiveExitTimestamp": "Sat 2024-09-07 03:20:18 EDT", "InactiveExitTimestampMonotonic": "357460391", "InvocationID": "ccfada0be44b4009ab90e0b02513544d", "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-09-07 03:20:37 EDT", "StateChangeTimestampMonotonic": "376594351", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed_node2 : ok=24 changed=3 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 managed_node3 : ok=23 changed=1 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 07 September 2024 03:20:58 -0400 (0:00:00.447) 0:00:15.709 **** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 4.37s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.16s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.86s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Gather facts from managed_node1 ----------------------------------------- 0.85s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.69s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.61s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.58s /tmp/collections-M2d/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.57s /tmp/collections-M2d/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.53s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.52s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.51s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.50s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.46s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.45s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.39s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.38s /tmp/collections-M2d/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.38s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Cleanup kdump_path ------------------------------------------------------ 0.38s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.37s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.36s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 STDERR: [WARNING]: running playbook inside collection fedora.linux_system_roles TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40 Saturday 07 September 2024 03:20:58 -0400 (0:00:16.554) 0:00:50.407 **** changed: [managed_node3 -> localhost] => { "changed": true, "path": "/tmp/ansible.bt7dte9w.inventory.yaml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node3 : ok=30 changed=8 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Saturday 07 September 2024 03:20:58 -0400 (0:00:00.214) 0:00:50.622 **** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.52s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.55s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 fedora.linux_system_roles.kdump : Install required packages ------------- 2.89s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 0.95s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 Create static inventory from hostvars ----------------------------------- 0.72s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.71s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.67s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Gathering Facts --------------------------------------------------------- 0.63s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.63s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.62s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Gather facts from managed_node3 ----------------------------------------- 0.61s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 Gathering Facts --------------------------------------------------------- 0.60s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.46s /tmp/collections-M2d/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.46s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.46s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.45s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.45s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.35s /tmp/collections-M2d/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.34s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.34s /tmp/collections-M2d/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10