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-ZLi/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-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2
Saturday 30 November 2024  02:19:11 -0500 (0:00:00.040)       0:00:00.040 ***** 
ok: [managed-node3]
META: ran handlers

TASK [Create temporary file] ***************************************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7
Saturday 30 November 2024  02:19:12 -0500 (0:00:01.040)       0:00:01.080 ***** 
changed: [managed-node3 -> localhost] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.5g_4gsf6.inventory.yaml",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Create static inventory from hostvars] ***********************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14
Saturday 30 November 2024  02:19:12 -0500 (0:00:00.390)       0:00:01.470 ***** 
changed: [managed-node3 -> localhost] => {
    "changed": true,
    "checksum": "61f73dd39c3a2dadc38fc76fa32e84840b0625bf",
    "dest": "/tmp/ansible.5g_4gsf6.inventory.yaml",
    "gid": 0,
    "group": "root",
    "md5sum": "c0317ab96efc132b70ad6dfb7f00e6f7",
    "mode": "0644",
    "owner": "root",
    "size": 30655,
    "src": "/root/.ansible/tmp/ansible-tmp-1732951152.8325946-9881-275422042373415/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-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2
Saturday 30 November 2024  02:19:13 -0500 (0:00:01.049)       0:00:02.520 ***** 
ok: [managed-node3]
META: ran handlers

TASK [Gather facts from managed-node3] *****************************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56
Saturday 30 November 2024  02:19:14 -0500 (0:00:00.698)       0:00:03.218 ***** 
ok: [managed-node3 -> managed-node3]

TASK [Print message that this test is skipped on EL 6] *************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61
Saturday 30 November 2024  02:19:15 -0500 (0:00:00.668)       0:00:03.887 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82
Saturday 30 November 2024  02:19:15 -0500 (0:00:00.043)       0:00:03.931 ***** 

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2
Saturday 30 November 2024  02:19:15 -0500 (0:00:00.089)       0:00:04.021 ***** 
included: /tmp/collections-ZLi/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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2
Saturday 30 November 2024  02:19:15 -0500 (0:00:00.042)       0:00:04.063 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10
Saturday 30 November 2024  02:19:15 -0500 (0:00:00.031)       0:00:04.095 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15
Saturday 30 November 2024  02:19:15 -0500 (0:00:00.408)       0:00:04.504 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19
Saturday 30 November 2024  02:19:15 -0500 (0:00:00.027)       0:00:04.531 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5
Saturday 30 November 2024  02:19:15 -0500 (0:00:00.049)       0:00:04.581 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11
Saturday 30 November 2024  02:19:19 -0500 (0:00:03.390)       0:00:07.971 ***** 
ok: [managed-node3] => {
    "changed": false,
    "enabled": true,
    "name": "kdump",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-30 02:18:52 EST",
        "ActiveEnterTimestampMonotonic": "397297947",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "ActiveExitTimestampMonotonic": "381198025",
        "ActiveState": "active",
        "After": "basic.target network.target remote-fs.target network-online.target systemd-journald.socket system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "AssertTimestampMonotonic": "381225097",
        "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-11-30 02:18:36 EST",
        "ConditionTimestampMonotonic": "381225022",
        "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-11-30 02:18:52 EST",
        "ExecMainExitTimestampMonotonic": "397297334",
        "ExecMainPID": "8441",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "ExecMainStartTimestampMonotonic": "381226062",
        "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-11-30 02:18:36 EST] ; stop_time=[Sat 2024-11-30 02:18:52 EST] ; pid=8441 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:18:36 EST] ; stop_time=[Sat 2024-11-30 02:18:36 EST] ; pid=8433 ; 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-11-30 02:18:36 EST",
        "InactiveEnterTimestampMonotonic": "381224043",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "InactiveExitTimestampMonotonic": "381226110",
        "InvocationID": "1ae983914b9a47a8b884270d6b03fb4f",
        "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-11-30 02:18:52 EST",
        "StateChangeTimestampMonotonic": "397297947",
        "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16
Saturday 30 November 2024  02:19:20 -0500 (0:00:00.767)       0:00:08.739 ***** 
included: /tmp/collections-ZLi/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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2
Saturday 30 November 2024  02:19:20 -0500 (0:00:00.062)       0:00:08.801 ***** 
changed: [managed-node3] => {
    "changed": true,
    "cmd": [
        "/usr/bin/ssh-keygen",
        "-t",
        "rsa",
        "-f",
        "/root/.ssh/kdump_id_rsa",
        "-N",
        ""
    ],
    "delta": "0:00:00.160773",
    "end": "2024-11-30 02:19:20.721434",
    "rc": 0,
    "start": "2024-11-30 02:19:20.560661"
}

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:xhLY7QMSq5u3O1/coizj35xV3qtVZ3IyG1EeuS0maLs root@managed-node3
The key's randomart image is:
+---[RSA 3072]----+
|    .          .o|
|     = .       +.|
|    + + .  .  . +|
|   . . =  o . oo.|
|  .   . S. ..o=.=|
|   o   + o.o . X.|
|  o .   + o.. +  |
|   .+o = +E  . . |
|   .+B= +   ...  |
+----[SHA256]-----+

TASK [fedora.linux_system_roles.kdump : Fetch key] *****************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7
Saturday 30 November 2024  02:19:20 -0500 (0:00:00.654)       0:00:09.456 ***** 
ok: [managed-node3] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESUtoNDd0RzB4N1pwcjFha0oySkFoMm1pYll5U21sc2QxbVVsVC9iRkdtdEg5Q3RCZW9HVlNQeTFKeUJNWDRMTzFUNEFYZUFXUThvNllwdXBSbEVzbTNYd1U4Vk1zYlBmOEpvRS9mZnR1QzJXMllLOVdpdWdFb0REMjNJQXQySXBicVdKV3pZK0p3ay9XR0FBRHBubXVSTGpsSzJFdUdBRFNTSlRRRThyK0NGenNvK3REOGl2enN2L0ZBVDR2cXc2b2hiV0FwMGdRai9TK0RRZER3c2dBeWpreUYxYXJWeHJXRGdHa2NFSDR6MTRrYzBpaCtvQUpKZnJJT3FzTC93OUlnMCtzTitlbU42Ynd1dHZ3eXpuZllGMVc5eTBFdFYxNk5scDlrdVdla1JFdXFRS3NENjcvSVhOcVZUckR5Q2ZMYUJrWjMyUDNNODdyMjR6ZmtsMVNIcjVRUUluQWRGK3grem9aZndWSnMxZXl1Q3BlMkRvL0JYWndYUkUwMjhpSC9GZTI0WENNK3d5L0pxVURpOU4wZytYNWJDU2FGNFZQZVpFbkJHUXNtR2hHNDB3OEZEdHFIUG00WFhsL1pZUmdSMUZabkRSRU1QdjBRcjZDSTkrazNhN01aNW5uWFRaT3pMa0hFQ2JCa2ljQUMrWUZqUjZHU1NrZngvaDRRSE09IHJvb3RAbWFuYWdlZC1ub2RlMwo=",
    "encoding": "base64",
    "source": "/root/.ssh/kdump_id_rsa.pub"
}

TASK [fedora.linux_system_roles.kdump : Get userinfo for root] *****************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19
Saturday 30 November 2024  02:19:21 -0500 (0:00:00.500)       0:00:09.956 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25
Saturday 30 November 2024  02:19:21 -0500 (0:00:00.598)       0:00:10.555 ***** 
ok: [managed-node3 -> managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1732950749.823041,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1732951160.7196794,
        "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": 1732951160.7196794,
        "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30
Saturday 30 November 2024  02:19:22 -0500 (0:00:00.388)       0:00:10.944 ***** 
ok: [managed-node3 -> managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1732950982.6566045,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52",
        "ctime": 1732950749.823041,
        "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": 1732950749.823041,
        "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35
Saturday 30 November 2024  02:19:22 -0500 (0:00:00.389)       0:00:11.333 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43
Saturday 30 November 2024  02:19:23 -0500 (0:00:00.529)       0:00:11.863 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53
Saturday 30 November 2024  02:19:23 -0500 (0:00:00.517)       0:00:12.381 ***** 
ok: [managed-node3 -> managed-node3] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUG9ESS85QU5rRjdFNDloQzBYUmdMSzJUY2NZaWZHMFI5OVBGYXg0VkRUand5bWNxZUpHNExOR0ZNSTJXY2dJZ3lIY1hrelJ0M09mOGVnZDVEWWEvVE5vUy9UNGZxalhMa3YwMUY2ZUM1Z0w2L1dqSU03K2k4S0lOMDdacEFrSkUxVnRqRlRaT2VtVHMyWHZtaXZWVWVZTUNERklubTBtaWZCU1BMc0Q5cFZ4SHNIQ1k0YVJJdU5BMGZVQzgvT0xMTk03RmgySXIyRHArL0cxSFZJeXhPcEF6RVo3SjRFc21CUFBQM1lHdytjMnVGZ2g4bmJjMG5zc2FiWFFETk04bHFBSG1HV3J1V1MxZHo2WjBNdlVtVG1mQnJkdWY1M3Vkdk9JT0RoNTJ5UDIxQnIwVmx0eDFnZlZ2dHFBRk1BSzBrK2FXTVlJWUVtck1BZE9ueDRQWCtKcHJySkVIaTgyYm81NGtzelJzbjQyc1p2dmZITEcwdGhXQkxzajFoOFhmQW11bGUvMHZCSlNJVVF4YnBYY3J1YXQxUTJIZkk0ZlpLbHl4QUxQeDlhTVN5MkN2aWRCRFhkNVdtRHF2Mk1pbTVZWDd3T2dDWFoyaE9sYnZkSitKb1Uxd3Y1R2pDdWtQSThjYmdBdU81TVU1YVFsTllCZFdFRmpFNWdNL09KZmM9IHJvb3RAaXAtMTAtMzEtMTEtMTk1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=",
    "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59
Saturday 30 November 2024  02:19:24 -0500 (0:00:00.368)       0:00:12.750 ***** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "hash_host": false,
    "key": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\n",
    "mode": "0644",
    "name": "10.31.11.195",
    "owner": "root",
    "path": "/etc/ssh/ssh_known_hosts",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 612,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] ***
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21
Saturday 30 November 2024  02:19:24 -0500 (0:00:00.553)       0:00:13.303 ***** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1732951116.1331584,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5eea1b4829897f2843bafdff6b482ed722029483",
        "ctime": 1732951114.26922,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 182452418,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1732951113.9842296,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 77,
        "uid": 0,
        "version": "1968733569",
        "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26
Saturday 30 November 2024  02:19:25 -0500 (0:00:00.379)       0:00:13.683 ***** 
NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3
changed: [managed-node3] => {
    "backup_file": "/etc/kdump.conf.16226.2024-11-30@02:19:25~",
    "changed": true,
    "checksum": "1a164216ed320f57f93b02e2f5de2e6256f9561b",
    "dest": "/etc/kdump.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "bd9b7824ef9d77620913037054607bd7",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:kdump_etc_t:s0",
    "size": 104,
    "src": "/root/.ansible/tmp/ansible-tmp-1732951165.0476806-10232-229665318532917/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] ***
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34
Saturday 30 November 2024  02:19:25 -0500 (0:00:00.798)       0:00:14.481 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40
Saturday 30 November 2024  02:19:26 -0500 (0:00:00.369)       0:00:14.851 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49
Saturday 30 November 2024  02:19:26 -0500 (0:00:00.022)       0:00:14.873 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54
Saturday 30 November 2024  02:19:26 -0500 (0:00:00.017)       0:00:14.890 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59
Saturday 30 November 2024  02:19:26 -0500 (0:00:00.018)       0:00:14.908 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68
Saturday 30 November 2024  02:19:26 -0500 (0:00:00.019)       0:00:14.928 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74
Saturday 30 November 2024  02:19:26 -0500 (0:00:00.018)       0:00:14.946 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84
Saturday 30 November 2024  02:19:26 -0500 (0:00:00.018)       0:00:14.965 ***** 
ok: [managed-node3] => {
    "changed": false,
    "name": "kdump",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-30 02:18:52 EST",
        "ActiveEnterTimestampMonotonic": "397297947",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "ActiveExitTimestampMonotonic": "381198025",
        "ActiveState": "active",
        "After": "basic.target network.target remote-fs.target network-online.target systemd-journald.socket system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "AssertTimestampMonotonic": "381225097",
        "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-11-30 02:18:36 EST",
        "ConditionTimestampMonotonic": "381225022",
        "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-11-30 02:18:52 EST",
        "ExecMainExitTimestampMonotonic": "397297334",
        "ExecMainPID": "8441",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "ExecMainStartTimestampMonotonic": "381226062",
        "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-11-30 02:18:36 EST] ; stop_time=[Sat 2024-11-30 02:18:52 EST] ; pid=8441 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:18:36 EST] ; stop_time=[Sat 2024-11-30 02:18:36 EST] ; pid=8433 ; 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-11-30 02:18:36 EST",
        "InactiveEnterTimestampMonotonic": "381224043",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "InactiveExitTimestampMonotonic": "381226110",
        "InvocationID": "1ae983914b9a47a8b884270d6b03fb4f",
        "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-11-30 02:18:52 EST",
        "StateChangeTimestampMonotonic": "397297947",
        "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-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94
Saturday 30 November 2024  02:19:26 -0500 (0:00:00.512)       0:00:15.477 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2
Saturday 30 November 2024  02:19:27 -0500 (0:00:00.375)       0:00:15.852 ***** 
changed: [managed-node3] => {
    "changed": true,
    "name": "kdump",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-30 02:18:52 EST",
        "ActiveEnterTimestampMonotonic": "397297947",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "ActiveExitTimestampMonotonic": "381198025",
        "ActiveState": "active",
        "After": "basic.target network.target remote-fs.target network-online.target systemd-journald.socket system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "AssertTimestampMonotonic": "381225097",
        "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-11-30 02:18:36 EST",
        "ConditionTimestampMonotonic": "381225022",
        "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-11-30 02:18:52 EST",
        "ExecMainExitTimestampMonotonic": "397297334",
        "ExecMainPID": "8441",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "ExecMainStartTimestampMonotonic": "381226062",
        "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-11-30 02:18:36 EST] ; stop_time=[Sat 2024-11-30 02:18:52 EST] ; pid=8441 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:18:36 EST] ; stop_time=[Sat 2024-11-30 02:18:36 EST] ; pid=8433 ; 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-11-30 02:18:36 EST",
        "InactiveEnterTimestampMonotonic": "381224043",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:18:36 EST",
        "InactiveExitTimestampMonotonic": "381226110",
        "InvocationID": "1ae983914b9a47a8b884270d6b03fb4f",
        "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-11-30 02:18:52 EST",
        "StateChangeTimestampMonotonic": "397297947",
        "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 [Run tests_ssh.yml in check_mode] *****************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27
Saturday 30 November 2024  02:19:48 -0500 (0:00:21.291)       0:00:37.144 ***** 
ok: [managed-node3]
META: ran handlers

TASK [Run ansible-playbook with tests_ssh.yml in check mode] *******************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34
Saturday 30 November 2024  02:19:49 -0500 (0:00:00.662)       0:00:37.806 ***** 
ok: [managed-node3 -> localhost] => {
    "changed": false,
    "cmd": [
        "ansible-playbook",
        "-vvv",
        "-i",
        "/tmp/ansible.5g_4gsf6.inventory.yaml",
        "--check",
        "tests_ssh.yml"
    ],
    "delta": "0:00:16.306953",
    "end": "2024-11-30 02:20:05.735659",
    "rc": 0,
    "start": "2024-11-30 02:19:49.428706"
}

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.5g_4gsf6.inventory.yaml as it did not pass its verify_file() method
script declined parsing /tmp/ansible.5g_4gsf6.inventory.yaml as it did not pass its verify_file() method
Parsed /tmp/ansible.5g_4gsf6.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-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2
Saturday 30 November 2024  02:19:50 -0500 (0:00:00.029)       0:00:00.029 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595 `" && echo ansible-tmp-1732951190.063977-10849-253179331105595="` echo /root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531 `" && echo ansible-tmp-1732951190.0719001-10850-6633596946531="` echo /root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229 `" && echo ansible-tmp-1732951190.0802796-10852-272067930515229="` echo /root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951190.063977-10849-253179331105595=/root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595\n', b'')
<10.31.8.101> (0, b'ansible-tmp-1732951190.0719001-10850-6633596946531=/root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951190.0802796-10852-272067930515229=/root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229\n', b'')
<managed-node1> Attempting python interpreter discovery
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<managed-node2> Attempting python interpreter discovery
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<managed-node3> Attempting python interpreter discovery
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/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.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/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.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/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.8.101> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"''
<10.31.11.8> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"''
<10.31.11.195> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"''
<10.31.8.101> (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.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpsynqsjgn TO /root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531/AnsiballZ_setup.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.8> (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.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpun6zha_4 TO /root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595/AnsiballZ_setup.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.11.195> (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.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpq3h48n67 TO /root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229/AnsiballZ_setup.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpun6zha_4 /root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595/AnsiballZ_setup.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595/ /root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpsynqsjgn /root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531/AnsiballZ_setup.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531/ /root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpq3h48n67 /root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229/AnsiballZ_setup.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229/ /root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.8.101> (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_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "b5796d85b4364db0a15ee5c97311279c", "ansible_hostnqn": "", "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_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_local": {}, "ansible_lsb": {}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANIQ+nb1JSW03pN5I7iom5QZHuXLvxFEfXG1nSGvCF8HyLpVvsf2jkNmYPKbauONQPCHfAC8B4NPbSFkEuguyzU6XTLttt4XYYKjs5Y2/nHL6M6Os9NIf7brX33tyS7jLP+DFvv2CVux1lcWd7JynT5vVJZWZ9mKJGvAC/dnlKm7AAAAFQC6tDyOUk/Nbyr2ANiir6/zJaO1JQAAAIA4NgbK8193U/0ERKcnA01LW48xKWUH1pOd/CdhYRPgGEKB6p8snH6zViImE7smYbFUbzoWn28bVfoiPwr4diqkgJQbwfk44XuPfCqjNLbTOxEdmJMR1hESHd/IS761IxW5m2+4nMvBF+ezB2t+ItM3jcdYSxwdsuQrLq4psk3YQQAAAIEAvsFplWrb27Hmg4uYlvN8a2l2wjh/gsW/XpwBa+iLfYmAxu0ZAlmoxQ8CI9rU46orqHTtKXkyRPyNVDA1XvvP+W7x2laRMWIxmTqG19+yrwMdMlOK54bsJ+icuiSgxhXcEbPU8nWUU4qBzeXZVc+wTrOD0AKvH9Bk9rXn98UnXeE=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJVDn08I5SSUNaOTeQrNk0q9Fr9RAtvSsVsYbMAnci9zNlWxrGy0VksZpN7ASZz/4KbC4qlQblMBS5fSrqKTM+o=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIGUeCyJFiSLv63rfh6UND3O1HRXLJ1SRGAXbk8V00bIx", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2836, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 703, "free": 2836}, "nocache": {"free": 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": "ec2da9e2-3712-9b1f-acb5-1c39fee34750", "ansible_product_uuid": "ec2da9e2-3712-9b1f-acb5-1c39fee34750", "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": 449, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560220672, "block_size": 4096, "block_total": 65533179, "block_available": 64345757, "block_used": 1187422, "inode_total": 131071472, "inode_available": 130996216, "inode_used": 75256, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "48", "day": "30", "hour": "02", "minute": "19", "second": "50", "epoch": "1732951190", "date": "2024-11-30", "time": "02:19:50", "iso8601_micro": "2024-11-30T07:19:50.960536Z", "iso8601": "2024-11-30T07:19:50Z", "iso8601_basic": "20241130T021950960536", "iso8601_basic_short": "20241130T021950", "tz": "EST", "tz_offset": "-0500"}, "ansible_fips": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_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:ba:32:73:18:d1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.101", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::10ba:32ff:fe73:18d1", "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.8.101", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:ba:32:73:18:d1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.101"], "ansible_all_ipv6_addresses": ["fe80::10ba:32ff:fe73:18d1"], "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "ansible_apparmor": {"status": "disabled"}, "ansible_iscsi_iqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.251 45884 10.31.8.101 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.8.251 45884 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_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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951190.0719001-10850-6633596946531/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (0, b'\r\n{"ansible_facts": {"ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJzfvX5sgsOVwTK7w/06WBA14mFtfRxdVVn0oTjX9VYGNB3cmri/2WXpZs1r70oe82uQ3hMekIeIf/LROjaxaE0Qm5vpJ/VBwonCkRddqxVg9P3X10kIStjRRXo0fbRqXTa7XFavuX4B30PV4X9kShrsPEUedhGeYb2nP2mV38UlAAAAFQCFL6ifq09Iv5GdhpS/GdGyS7amqwAAAIBGYIuY5CKOZ0fhMLXS3N6lw6k8I/OW284/W9c5gy7ltlrh4fW+5AoJH9B0MXDhMDgV3/RI/Y36+PJv5KdDhrGTesCrhDeZnUqTOj/MhugtiPTIm5QsVWrZsMQGtDqvngJAEWKqKmSbroRO7ZibG9yUkLE53i6zuwI874bD/Knb3gAAAIBbivzKj20bDaXiV9Ot1TVZfmiywdNatXos81IdbsN/Wy8lOxEsYoWRCehkuLR7kImF7G7e2ClDLHmC8xhxq883wICDd28MKGzPNAeHDvYywh6dTEA3NGUdwLvLyQI6rUhLe0ROBgzPBnmmTAbpomuAuXiYLBdLSGrU4WVXlT1d0A==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLbE0flBtAasK5+nUDU/qqi2ts2lfZDHXRAuPc7orx61uJA0WBO4YXC8Z0Mqqvxk04zYA1+ChrS2FacU12rMbeo=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBoNKHCDK2tS6rP7M5VfqqqUyGQlvTTF0WTZeek6EQ4M", "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "48", "day": "30", "hour": "02", "minute": "19", "second": "50", "epoch": "1732951190", "date": "2024-11-30", "time": "02:19:50", "iso8601_micro": "2024-11-30T07:19:50.839126Z", "iso8601": "2024-11-30T07:19:50Z", "iso8601_basic": "20241130T021950839126", "iso8601_basic_short": "20241130T021950", "tz": "EST", "tz_offset": "-0500"}, "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "e1fc306aa8824bf183c2e6d7fc64a9cb", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.251 46178 10.31.11.8 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.8.251 46178 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_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": 2832, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 707, "free": 2832}, "nocache": {"free": 3332, "used": 207}, "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": "ec2937ad-24ef-ab0d-dc1b-1e388b623111", "ansible_product_uuid": "ec2937ad-24ef-ab0d-dc1b-1e388b623111", "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": 448, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560450048, "block_size": 4096, "block_total": 65533179, "block_available": 64345813, "block_used": 1187366, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_hostnqn": "", "ansible_local": {}, "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:96:04:d0:5c:67", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.8", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1096:4ff:fed0:5c67", "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.11.8", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:96:04:d0:5c:67", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.8"], "ansible_all_ipv6_addresses": ["fe80::1096:4ff:fed0:5c67"], "ansible_is_chroot": false, "ansible_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_lsb": {}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951190.063977-10849-253179331105595/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (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_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "1419e8b24e3a419b89daa23a081c1edb", "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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPz4fI6AcSbF/Bfq6uCWefgcfJAaiVpXQxfjwDzb9CJ9JVQyJTLq8oXNaWi+ntSyYe+b2xrP/jyaBpmpqIr25+/a2PDTUR1DnvGrhEGjSaZvYvhJ6UcMG/iXK54uSOiyLukcYUc/JBgUVxVT9MZXm/3APW0Ag2QTj1s3VtDOBnELAAAAFQD5NDplFyoHbPsJGmDzxVEPxCTvQwAAAIEAtMhZ1qXdJwbE790oMP+IGSO2hjjQ6xK4B7MJGsC0Fk3Q3qaZ8900aOKdKirlYqG8jPcQRH3xMR9mToVUA1Ztu1t9RYq0BSEvITypfoqqHNcKE9OBupwQ5GyeRKvkU/aXNMSv1J8UJtXYfH1foJ7QWYHM/XxfpWoTZ3p/nbnbGIgAAACAMchlnQdXOgrHK71lUZ9y/Cd+em+tVgdIQUDfM9rjWpgrRzwGEcqAqlnT/CHZvWRsHI75yAKxb/qgjg7yD7EcuxAp3mePWxPZAXouDMELPTf5J18XpgKElwSKYCLvD5ZddWrotT0LS6mXF1GPMnlko3AlBQz/nc1d0kFDwGLQDLg=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDfsbRUM5DuatG3OUi4OU+Cnd91Un5Vsv0cX2XZOZg4UP9BQvUQZ8b2neMG3w7nh60TsZE40vQu95ZBliPqDuTA=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPbAX3rSfo+vFSjQ9OX1xC2gPVVmmclYL1JSux95D5u5", "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_hostnqn": "", "ansible_local": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.251 59044 10.31.11.195 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.8.251 59044 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() {  ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "48", "day": "30", "hour": "02", "minute": "19", "second": "50", "epoch": "1732951190", "date": "2024-11-30", "time": "02:19:50", "iso8601_micro": "2024-11-30T07:19:50.871267Z", "iso8601": "2024-11-30T07:19:50Z", "iso8601_basic": "20241130T021950871267", "iso8601_basic_short": "20241130T021950", "tz": "EST", "tz_offset": "-0500"}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_fibre_channel_wwn": [], "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:8c:77:fb:b0:a5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.195", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::108c:77ff:fefb:b0a5", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.195", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:8c:77:fb:b0:a5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.195"], "ansible_all_ipv6_addresses": ["fe80::108c:77ff:fefb:b0a5"], "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": 2828, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 711, "free": 2828}, "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": "ec28c62d-6c8a-fb3a-9516-39989b9c3108", "ansible_product_uuid": "ec28c62d-6c8a-fb3a-9516-39989b9c3108", "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": 456, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560437760, "block_size": 4096, "block_total": 65533179, "block_available": 64345810, "block_used": 1187369, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_apparmor": {"status": "disabled"}, "ansible_lsb": {}, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951190.0802796-10852-272067930515229/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
ok: [managed-node2]
<10.31.11.8> (0, b'', b'')
ok: [managed-node1]
<10.31.11.195> (0, b'', b'')
ok: [managed-node3]
META: ran handlers

TASK [Gather facts from managed-node1] *****************************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56
Saturday 30 November 2024  02:19:51 -0500 (0:00:01.102)       0:00:01.132 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977 `" && echo ansible-tmp-1732951191.1689591-10935-234679742692977="` echo /root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977 `" ) && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715 `" && echo ansible-tmp-1732951191.1899712-10937-176188082482715="` echo /root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951191.1689591-10935-234679742692977=/root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977\n', b'')
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633 `" && echo ansible-tmp-1732951191.2054677-10938-273012061238633="` echo /root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633 `" ) && sleep 0'"'"''
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpoovlsgy5 TO /root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977/AnsiballZ_setup.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> (0, b'ansible-tmp-1732951191.1899712-10937-176188082482715=/root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpvgbt28f4 TO /root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715/AnsiballZ_setup.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.195> (0, b'ansible-tmp-1732951191.2054677-10938-273012061238633=/root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp3610xgv4 TO /root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633/AnsiballZ_setup.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpoovlsgy5 /root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977/AnsiballZ_setup.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977/ /root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpvgbt28f4 /root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715/AnsiballZ_setup.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715/ /root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp3610xgv4 /root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633/AnsiballZ_setup.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633/ /root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.11.8> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "e1fc306aa8824bf183c2e6d7fc64a9cb", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_hostnqn": "", "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "48", "day": "30", "hour": "02", "minute": "19", "second": "51", "epoch": "1732951191", "date": "2024-11-30", "time": "02:19:51", "iso8601_micro": "2024-11-30T07:19:51.566526Z", "iso8601": "2024-11-30T07:19:51Z", "iso8601_basic": "20241130T021951566526", "iso8601_basic_short": "20241130T021951", "tz": "EST", "tz_offset": "-0500"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAJzfvX5sgsOVwTK7w/06WBA14mFtfRxdVVn0oTjX9VYGNB3cmri/2WXpZs1r70oe82uQ3hMekIeIf/LROjaxaE0Qm5vpJ/VBwonCkRddqxVg9P3X10kIStjRRXo0fbRqXTa7XFavuX4B30PV4X9kShrsPEUedhGeYb2nP2mV38UlAAAAFQCFL6ifq09Iv5GdhpS/GdGyS7amqwAAAIBGYIuY5CKOZ0fhMLXS3N6lw6k8I/OW284/W9c5gy7ltlrh4fW+5AoJH9B0MXDhMDgV3/RI/Y36+PJv5KdDhrGTesCrhDeZnUqTOj/MhugtiPTIm5QsVWrZsMQGtDqvngJAEWKqKmSbroRO7ZibG9yUkLE53i6zuwI874bD/Knb3gAAAIBbivzKj20bDaXiV9Ot1TVZfmiywdNatXos81IdbsN/Wy8lOxEsYoWRCehkuLR7kImF7G7e2ClDLHmC8xhxq883wICDd28MKGzPNAeHDvYywh6dTEA3NGUdwLvLyQI6rUhLe0ROBgzPBnmmTAbpomuAuXiYLBdLSGrU4WVXlT1d0A==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLbE0flBtAasK5+nUDU/qqi2ts2lfZDHXRAuPc7orx61uJA0WBO4YXC8Z0Mqqvxk04zYA1+ChrS2FacU12rMbeo=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBoNKHCDK2tS6rP7M5VfqqqUyGQlvTTF0WTZeek6EQ4M", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.251 46178 10.31.11.8 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.8.251 46178 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() {  ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_iscsi_iqn": "", "ansible_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": 2832, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 707, "free": 2832}, "nocache": {"free": 3332, "used": 207}, "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": "ec2937ad-24ef-ab0d-dc1b-1e388b623111", "ansible_product_uuid": "ec2937ad-24ef-ab0d-dc1b-1e388b623111", "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": 449, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560445952, "block_size": 4096, "block_total": 65533179, "block_available": 64345812, "block_used": 1187367, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "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:96:04:d0:5c:67", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.8", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1096:4ff:fed0:5c67", "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.11.8", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:96:04:d0:5c:67", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.8"], "ansible_all_ipv6_addresses": ["fe80::1096:4ff:fed0:5c67"], "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951191.1689591-10935-234679742692977/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'\r\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANIQ+nb1JSW03pN5I7iom5QZHuXLvxFEfXG1nSGvCF8HyLpVvsf2jkNmYPKbauONQPCHfAC8B4NPbSFkEuguyzU6XTLttt4XYYKjs5Y2/nHL6M6Os9NIf7brX33tyS7jLP+DFvv2CVux1lcWd7JynT5vVJZWZ9mKJGvAC/dnlKm7AAAAFQC6tDyOUk/Nbyr2ANiir6/zJaO1JQAAAIA4NgbK8193U/0ERKcnA01LW48xKWUH1pOd/CdhYRPgGEKB6p8snH6zViImE7smYbFUbzoWn28bVfoiPwr4diqkgJQbwfk44XuPfCqjNLbTOxEdmJMR1hESHd/IS761IxW5m2+4nMvBF+ezB2t+ItM3jcdYSxwdsuQrLq4psk3YQQAAAIEAvsFplWrb27Hmg4uYlvN8a2l2wjh/gsW/XpwBa+iLfYmAxu0ZAlmoxQ8CI9rU46orqHTtKXkyRPyNVDA1XvvP+W7x2laRMWIxmTqG19+yrwMdMlOK54bsJ+icuiSgxhXcEbPU8nWUU4qBzeXZVc+wTrOD0AKvH9Bk9rXn98UnXeE=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJVDn08I5SSUNaOTeQrNk0q9Fr9RAtvSsVsYbMAnci9zNlWxrGy0VksZpN7ASZz/4KbC4qlQblMBS5fSrqKTM+o=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIGUeCyJFiSLv63rfh6UND3O1HRXLJ1SRGAXbk8V00bIx", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_is_chroot": false, "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "b5796d85b4364db0a15ee5c97311279c", "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_iscsi_iqn": "", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2836, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 703, "free": 2836}, "nocache": {"free": 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": "ec2da9e2-3712-9b1f-acb5-1c39fee34750", "ansible_product_uuid": "ec2da9e2-3712-9b1f-acb5-1c39fee34750", "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": 450, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560187904, "block_size": 4096, "block_total": 65533179, "block_available": 64345749, "block_used": 1187430, "inode_total": 131071472, "inode_available": 130996216, "inode_used": 75256, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "48", "day": "30", "hour": "02", "minute": "19", "second": "51", "epoch": "1732951191", "date": "2024-11-30", "time": "02:19:51", "iso8601_micro": "2024-11-30T07:19:51.685751Z", "iso8601": "2024-11-30T07:19:51Z", "iso8601_basic": "20241130T021951685751", "iso8601_basic_short": "20241130T021951", "tz": "EST", "tz_offset": "-0500"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.8.251 45884 10.31.8.101 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.8.251 45884 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_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:ba:32:73:18:d1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.101", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::10ba:32ff:fe73:18d1", "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.8.101", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:ba:32:73:18:d1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.101"], "ansible_all_ipv6_addresses": ["fe80::10ba:32ff:fe73:18d1"], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_hostnqn": "", "ansible_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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951191.1899712-10937-176188082482715/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.8.101> (0, b'', b'')
ok: [managed-node1 -> managed-node1]
<10.31.11.195> (0, b'\r\n{"ansible_facts": {"ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node3", "ansible_hostname": "managed-node3", "ansible_nodename": "managed-node3", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "1419e8b24e3a419b89daa23a081c1edb", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPz4fI6AcSbF/Bfq6uCWefgcfJAaiVpXQxfjwDzb9CJ9JVQyJTLq8oXNaWi+ntSyYe+b2xrP/jyaBpmpqIr25+/a2PDTUR1DnvGrhEGjSaZvYvhJ6UcMG/iXK54uSOiyLukcYUc/JBgUVxVT9MZXm/3APW0Ag2QTj1s3VtDOBnELAAAAFQD5NDplFyoHbPsJGmDzxVEPxCTvQwAAAIEAtMhZ1qXdJwbE790oMP+IGSO2hjjQ6xK4B7MJGsC0Fk3Q3qaZ8900aOKdKirlYqG8jPcQRH3xMR9mToVUA1Ztu1t9RYq0BSEvITypfoqqHNcKE9OBupwQ5GyeRKvkU/aXNMSv1J8UJtXYfH1foJ7QWYHM/XxfpWoTZ3p/nbnbGIgAAACAMchlnQdXOgrHK71lUZ9y/Cd+em+tVgdIQUDfM9rjWpgrRzwGEcqAqlnT/CHZvWRsHI75yAKxb/qgjg7yD7EcuxAp3mePWxPZAXouDMELPTf5J18XpgKElwSKYCLvD5ZddWrotT0LS6mXF1GPMnlko3AlBQz/nc1d0kFDwGLQDLg=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDfsbRUM5DuatG3OUi4OU+Cnd91Un5Vsv0cX2XZOZg4UP9BQvUQZ8b2neMG3w7nh60TsZE40vQu95ZBliPqDuTA=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPbAX3rSfo+vFSjQ9OX1xC2gPVVmmclYL1JSux95D5u5", "ansible_iscsi_iqn": "", "ansible_fips": false, "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_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.8.251 59044 10.31.11.195 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "6", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.8.251 59044 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_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_date_time": {"year": "2024", "month": "11", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "48", "day": "30", "hour": "02", "minute": "19", "second": "51", "epoch": "1732951191", "date": "2024-11-30", "time": "02:19:51", "iso8601_micro": "2024-11-30T07:19:51.618626Z", "iso8601": "2024-11-30T07:19:51Z", "iso8601_basic": "20241130T021951618626", "iso8601_basic_short": "20241130T021951", "tz": "EST", "tz_offset": "-0500"}, "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:8c:77:fb:b0:a5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.195", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::108c:77ff:fefb:b0a5", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.195", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:8c:77:fb:b0:a5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.195"], "ansible_all_ipv6_addresses": ["fe80::108c:77ff:fefb:b0a5"], "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": 2828, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 711, "free": 2828}, "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": "ec28c62d-6c8a-fb3a-9516-39989b9c3108", "ansible_product_uuid": "ec28c62d-6c8a-fb3a-9516-39989b9c3108", "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": 456, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560437760, "block_size": 4096, "block_total": 65533179, "block_available": 64345810, "block_used": 1187369, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
ok: [managed-node2 -> managed-node2]
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951191.2054677-10938-273012061238633/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
ok: [managed-node3 -> managed-node3]

TASK [Print message that this test is skipped on EL 6] *************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61
Saturday 30 November 2024  02:19:51 -0500 (0:00:00.718)       0:00:01.851 ***** 
skipping: [managed-node1] => {}
skipping: [managed-node2] => {}
skipping: [managed-node3] => {}
META: end_host conditional evaluated to false, continuing execution for managed-node1
META: end_host conditional evaluated to false, continuing execution for managed-node2
META: end_host conditional evaluated to false, continuing execution for managed-node3

TASK [Run the role. If reboot is not required - the play succeeds.] ************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82
Saturday 30 November 2024  02:19:51 -0500 (0:00:00.071)       0:00:01.922 ***** 

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2
Saturday 30 November 2024  02:19:51 -0500 (0:00:00.096)       0:00:02.019 ***** 
included: /tmp/collections-ZLi/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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2
Saturday 30 November 2024  02:19:52 -0500 (0:00:00.064)       0:00:02.083 ***** 
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 : Check if system is ostree] *************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10
Saturday 30 November 2024  02:19:52 -0500 (0:00:00.048)       0:00:02.132 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291 `" && echo ansible-tmp-1732951192.1708484-10989-90776406997291="` echo /root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032 `" && echo ansible-tmp-1732951192.1860938-10990-197986769955032="` echo /root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975 `" && echo ansible-tmp-1732951192.2001913-10992-262418337524975="` echo /root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951192.1708484-10989-90776406997291=/root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291\n', b'')
<10.31.8.101> (0, b'ansible-tmp-1732951192.1860938-10990-197986769955032=/root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951192.2001913-10992-262418337524975=/root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpm9u9dcwl TO /root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291/AnsiballZ_stat.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpr6kmbxhs TO /root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032/AnsiballZ_stat.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp43xuycrg TO /root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975/AnsiballZ_stat.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpr6kmbxhs /root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032/AnsiballZ_stat.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032/ /root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp43xuycrg /root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975/AnsiballZ_stat.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975/ /root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpm9u9dcwl /root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291/AnsiballZ_stat.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291/ /root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951192.1860938-10990-197986769955032/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951192.1708484-10989-90776406997291/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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
    }
}
<10.31.11.195> (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.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951192.2001913-10992-262418337524975/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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.11.195> (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
    }
}

TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] ***
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15
Saturday 30 November 2024  02:19:52 -0500 (0:00:00.520)       0:00:02.653 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__kdump_is_ostree": false
    },
    "changed": false
}
ok: [managed-node2] => {
    "ansible_facts": {
        "__kdump_is_ostree": false
    },
    "changed": false
}
ok: [managed-node3] => {
    "ansible_facts": {
        "__kdump_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] ***
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19
Saturday 30 November 2024  02:19:52 -0500 (0:00:00.056)       0:00:02.709 ***** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Install required packages] *************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5
Saturday 30 November 2024  02:19:52 -0500 (0:00:00.103)       0:00:02.813 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463 `" && echo ansible-tmp-1732951192.9261634-11028-223848253202463="` echo /root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463 `" ) && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590 `" && echo ansible-tmp-1732951192.9737096-11029-134940497909590="` echo /root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615 `" && echo ansible-tmp-1732951192.9795048-11030-224166997549615="` echo /root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951192.9261634-11028-223848253202463=/root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463\n', b'')
<10.31.8.101> (0, b'ansible-tmp-1732951192.9737096-11029-134940497909590=/root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951192.9795048-11030-224166997549615=/root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp5s9prpos TO /root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463/AnsiballZ_dnf.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp7x582vcn TO /root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590/AnsiballZ_dnf.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpq6t9j0t1 TO /root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615/AnsiballZ_dnf.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpq6t9j0t1 /root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615/AnsiballZ_dnf.py\n', b'')
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp7x582vcn /root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590/AnsiballZ_dnf.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615/ /root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp5s9prpos /root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463/AnsiballZ_dnf.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590/ /root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463/ /root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.8.101> (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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951192.9737096-11029-134940497909590/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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
<10.31.11.8> (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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951192.9261634-11028-223848253202463/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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.11.195> (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.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951192.9795048-11030-224166997549615/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "invocation": {
        "module_args": {
            "allow_downgrade": false,
            "autoremove": false,
            "bugfix": false,
            "conf_file": null,
            "disable_excludes": null,
            "disable_gpg_check": false,
            "disable_plugin": [],
            "disablerepo": [],
            "download_dir": null,
            "download_only": false,
            "enable_plugin": [],
            "enablerepo": [],
            "exclude": [],
            "install_repoquery": true,
            "install_weak_deps": true,
            "installroot": "/",
            "list": null,
            "lock_timeout": 30,
            "name": [
                "grubby",
                "iproute",
                "kexec-tools",
                "openssh-clients"
            ],
            "releasever": null,
            "security": false,
            "skip_broken": false,
            "state": "present",
            "update_cache": false,
            "update_only": false,
            "validate_certs": true
        }
    },
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: grubby iproute kexec-tools openssh-clients

TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] **********
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11
Saturday 30 November 2024  02:19:56 -0500 (0:00:03.435)       0:00:06.249 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528 `" && echo ansible-tmp-1732951196.2898364-11067-96200356876528="` echo /root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201 `" && echo ansible-tmp-1732951196.3059738-11068-63181617155201="` echo /root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201 `" ) && sleep 0'"'"''
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520 `" && echo ansible-tmp-1732951196.30692-11070-98026848344520="` echo /root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951196.2898364-11067-96200356876528=/root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528\n', b'')
<10.31.8.101> (0, b'ansible-tmp-1732951196.3059738-11068-63181617155201=/root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951196.30692-11070-98026848344520=/root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp8c550u_c TO /root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528/AnsiballZ_systemd.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpcpguxqj7 TO /root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201/AnsiballZ_systemd.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp6m4nn02q TO /root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520/AnsiballZ_systemd.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp8c550u_c /root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528/AnsiballZ_systemd.py\n', b'')
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpcpguxqj7 /root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201/AnsiballZ_systemd.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528/ /root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201/ /root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp6m4nn02q /root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520/AnsiballZ_systemd.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520/ /root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.101> (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-11-30 02:19:19 EST", "ExecMainStartTimestampMonotonic": "418228853", "ExecMainExitTimestamp": "Sat 2024-11-30 02:19:37 EST", "ExecMainExitTimestampMonotonic": "436889923", "ExecMainPID": "20376", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:37 EST] ; pid=20376 ; 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-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:19 EST] ; pid=20367 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target system.slice network.target basic.target network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-30 02:19:37 EST", "StateChangeTimestampMonotonic": "436890460", "InactiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST", "InactiveExitTimestampMonotonic": "418228888", "ActiveEnterTimestamp": "Sat 2024-11-30 02:19:37 EST", "ActiveEnterTimestampMonotonic": "436890460", "ActiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST", "ActiveExitTimestampMonotonic": "418205267", "InactiveEnterTimestamp": "Sat 2024-11-30 02:19:19 EST", "InactiveEnterTimestampMonotonic": "418226989", "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-11-30 02:19:19 EST", "ConditionTimestampMonotonic": "418227920", "AssertTimestamp": "Sat 2024-11-30 02:19:19 EST", "AssertTimestampMonotonic": "418227979", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "24fb09bbf79342029070ce6ccfd0ba44", "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> (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-11-30 02:19:05 EST", "ExecMainStartTimestampMonotonic": "403909872", "ExecMainExitTimestamp": "Sat 2024-11-30 02:19:25 EST", "ExecMainExitTimestampMonotonic": "423616709", "ExecMainPID": "16396", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:05 EST] ; stop_time=[Sat 2024-11-30 02:19:25 EST] ; pid=16396 ; 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-11-30 02:19:05 EST] ; stop_time=[Sat 2024-11-30 02:19:05 EST] ; pid=16379 ; 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.target systemd-journald.socket network-online.target remote-fs.target basic.target system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-30 02:19:25 EST", "StateChangeTimestampMonotonic": "423617267", "InactiveExitTimestamp": "Sat 2024-11-30 02:19:05 EST", "InactiveExitTimestampMonotonic": "403909910", "ActiveEnterTimestamp": "Sat 2024-11-30 02:19:25 EST", "ActiveEnterTimestampMonotonic": "423617267", "ActiveExitTimestamp": "Sat 2024-11-30 02:19:05 EST", "ActiveExitTimestampMonotonic": "403881256", "InactiveEnterTimestamp": "Sat 2024-11-30 02:19:05 EST", "InactiveEnterTimestampMonotonic": "403907641", "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-11-30 02:19:05 EST", "ConditionTimestampMonotonic": "403908453", "AssertTimestamp": "Sat 2024-11-30 02:19:05 EST", "AssertTimestampMonotonic": "403908476", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "407635735771465cac10eed80c6ce35e", "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.11.8 closed.\r\n')
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951196.3059738-11068-63181617155201/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951196.2898364-11067-96200356876528/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.11.8> (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-11-30 02:19:37 EST",
        "ActiveEnterTimestampMonotonic": "436890460",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "ActiveExitTimestampMonotonic": "418205267",
        "ActiveState": "active",
        "After": "remote-fs.target system.slice network.target basic.target network-online.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "AssertTimestampMonotonic": "418227979",
        "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-11-30 02:19:19 EST",
        "ConditionTimestampMonotonic": "418227920",
        "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-11-30 02:19:37 EST",
        "ExecMainExitTimestampMonotonic": "436889923",
        "ExecMainPID": "20376",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "ExecMainStartTimestampMonotonic": "418228853",
        "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-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:37 EST] ; pid=20376 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:19 EST] ; pid=20367 ; 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-11-30 02:19:19 EST",
        "InactiveEnterTimestampMonotonic": "418226989",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "InactiveExitTimestampMonotonic": "418228888",
        "InvocationID": "24fb09bbf79342029070ce6ccfd0ba44",
        "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-11-30 02:19:37 EST",
        "StateChangeTimestampMonotonic": "436890460",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
ok: [managed-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-11-30 02:19:25 EST",
        "ActiveEnterTimestampMonotonic": "423617267",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:19:05 EST",
        "ActiveExitTimestampMonotonic": "403881256",
        "ActiveState": "active",
        "After": "network.target systemd-journald.socket network-online.target remote-fs.target basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:19:05 EST",
        "AssertTimestampMonotonic": "403908476",
        "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-11-30 02:19:05 EST",
        "ConditionTimestampMonotonic": "403908453",
        "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-11-30 02:19:25 EST",
        "ExecMainExitTimestampMonotonic": "423616709",
        "ExecMainPID": "16396",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:19:05 EST",
        "ExecMainStartTimestampMonotonic": "403909872",
        "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-11-30 02:19:05 EST] ; stop_time=[Sat 2024-11-30 02:19:25 EST] ; pid=16396 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:05 EST] ; stop_time=[Sat 2024-11-30 02:19:05 EST] ; pid=16379 ; 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-11-30 02:19:05 EST",
        "InactiveEnterTimestampMonotonic": "403907641",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:19:05 EST",
        "InactiveExitTimestampMonotonic": "403909910",
        "InvocationID": "407635735771465cac10eed80c6ce35e",
        "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-11-30 02:19:25 EST",
        "StateChangeTimestampMonotonic": "423617267",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
<10.31.11.195> (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-11-30 02:19:27 EST", "ExecMainStartTimestampMonotonic": "432764760", "ExecMainExitTimestamp": "Sat 2024-11-30 02:19:48 EST", "ExecMainExitTimestampMonotonic": "453495803", "ExecMainPID": "16741", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:27 EST] ; stop_time=[Sat 2024-11-30 02:19:48 EST] ; pid=16741 ; 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-11-30 02:19:27 EST] ; stop_time=[Sat 2024-11-30 02:19:27 EST] ; pid=16732 ; 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": "basic.target network.target remote-fs.target network-online.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-30 02:19:48 EST", "StateChangeTimestampMonotonic": "453496421", "InactiveExitTimestamp": "Sat 2024-11-30 02:19:27 EST", "InactiveExitTimestampMonotonic": "432764807", "ActiveEnterTimestamp": "Sat 2024-11-30 02:19:48 EST", "ActiveEnterTimestampMonotonic": "453496421", "ActiveExitTimestamp": "Sat 2024-11-30 02:19:27 EST", "ActiveExitTimestampMonotonic": "432739167", "InactiveEnterTimestamp": "Sat 2024-11-30 02:19:27 EST", "InactiveEnterTimestampMonotonic": "432762584", "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-11-30 02:19:27 EST", "ConditionTimestampMonotonic": "432763529", "AssertTimestamp": "Sat 2024-11-30 02:19:27 EST", "AssertTimestampMonotonic": "432763589", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c45d88033e9f4045bffe43a67b79d636", "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.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951196.30692-11070-98026848344520/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (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-11-30 02:19:48 EST",
        "ActiveEnterTimestampMonotonic": "453496421",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:19:27 EST",
        "ActiveExitTimestampMonotonic": "432739167",
        "ActiveState": "active",
        "After": "basic.target network.target remote-fs.target network-online.target systemd-journald.socket system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:19:27 EST",
        "AssertTimestampMonotonic": "432763589",
        "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-11-30 02:19:27 EST",
        "ConditionTimestampMonotonic": "432763529",
        "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-11-30 02:19:48 EST",
        "ExecMainExitTimestampMonotonic": "453495803",
        "ExecMainPID": "16741",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:19:27 EST",
        "ExecMainStartTimestampMonotonic": "432764760",
        "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-11-30 02:19:27 EST] ; stop_time=[Sat 2024-11-30 02:19:48 EST] ; pid=16741 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:27 EST] ; stop_time=[Sat 2024-11-30 02:19:27 EST] ; pid=16732 ; 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-11-30 02:19:27 EST",
        "InactiveEnterTimestampMonotonic": "432762584",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:19:27 EST",
        "InactiveExitTimestampMonotonic": "432764807",
        "InvocationID": "c45d88033e9f4045bffe43a67b79d636",
        "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-11-30 02:19:48 EST",
        "StateChangeTimestampMonotonic": "453496421",
        "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16
Saturday 30 November 2024  02:19:57 -0500 (0:00:00.814)       0:00:07.064 ***** 
included: /tmp/collections-ZLi/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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2
Saturday 30 November 2024  02:19:57 -0500 (0:00:00.140)       0:00:07.205 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> (0, b'/root\n', b'')
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487 `" && echo ansible-tmp-1732951197.2507355-11103-122266612440487="` echo /root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487 `" ) && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083 `" && echo ansible-tmp-1732951197.251727-11104-110239189837083="` echo /root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081 `" && echo ansible-tmp-1732951197.2683558-11106-258184357999081="` echo /root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951197.251727-11104-110239189837083=/root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083\n', b'')
<10.31.11.8> (0, b'ansible-tmp-1732951197.2507355-11103-122266612440487=/root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951197.2683558-11106-258184357999081=/root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpt3c7r5es TO /root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083/AnsiballZ_command.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpjij96xqf TO /root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487/AnsiballZ_command.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpxxzw3azr TO /root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081/AnsiballZ_command.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpt3c7r5es /root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083/AnsiballZ_command.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083/ /root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083/AnsiballZ_command.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpxxzw3azr /root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081/AnsiballZ_command.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081/ /root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081/AnsiballZ_command.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpjij96xqf /root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487/AnsiballZ_command.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487/ /root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487/AnsiballZ_command.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083/AnsiballZ_command.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081/AnsiballZ_command.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487/AnsiballZ_command.py && sleep 0'"'"''
<10.31.8.101> (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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951197.251727-11104-110239189837083/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> (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.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951197.2507355-11103-122266612440487/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951197.2683558-11106-258184357999081/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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
<10.31.11.8> (0, b'', b'')
<10.31.11.195> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "/usr/bin/ssh-keygen",
        "-t",
        "rsa",
        "-f",
        "/root/.ssh/kdump_id_rsa",
        "-N",
        ""
    ],
    "invocation": {
        "module_args": {
            "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ",
            "_uses_shell": false,
            "argv": null,
            "chdir": null,
            "creates": "/root/.ssh/kdump_id_rsa",
            "executable": null,
            "removes": null,
            "stdin": null,
            "stdin_add_newline": true,
            "strip_empty_ends": true,
            "warn": true
        }
    },
    "rc": 0
}

STDOUT:

skipped, since /root/.ssh/kdump_id_rsa exists
ok: [managed-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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7
Saturday 30 November 2024  02:19:57 -0500 (0:00:00.539)       0:00:07.745 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510 `" && echo ansible-tmp-1732951197.785184-11130-171628482591510="` echo /root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114 `" && echo ansible-tmp-1732951197.8008275-11131-184100836816114="` echo /root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269 `" && echo ansible-tmp-1732951197.804439-11133-138366125193269="` echo /root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951197.785184-11130-171628482591510=/root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510\n', b'')
<10.31.8.101> (0, b'ansible-tmp-1732951197.8008275-11131-184100836816114=/root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951197.804439-11133-138366125193269=/root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpve8zvkf4 TO /root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114/AnsiballZ_slurp.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp7h8nxwfk TO /root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269/AnsiballZ_slurp.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpjed7_y9y TO /root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510/AnsiballZ_slurp.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpve8zvkf4 /root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114/AnsiballZ_slurp.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114/ /root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpjed7_y9y /root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510/AnsiballZ_slurp.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510/ /root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp7h8nxwfk /root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269/AnsiballZ_slurp.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269/ /root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.101> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETFc3UFFkNGpiOFJLZHFnZ1RwR3QyOVVqS0lESXhYdGtncHFVSzN2TU9udTBWTERLdVFXb2s5U3FlNzRvcStOZ013NHp2N05LM1pQc3NxYWJjR3dDNWtrZkc5VFhVT1FMZDdEWEZ3ZSswVW1PQjJ6NGhEMGxLTDkvTXVFWVlkRTRpazFRWlM2NndiL1JGcjRiL0ZnSkE2MlhrekJFcWZTUkxmV1ZtclY5TEFzRG9rUlhHOXRUWkpRVFZKdFMrWUY0MU03TlkyZWRhMkYwMnRFYlQ3MEJGTXdiMjgvUUFoV3BydGlmcGNRQXFyWUdyZDkyKzJqcUZNTkhLZmsrYS9xVDVPYUhmUG40SnNLL2o1dDU3K2gwcWVwdTJDaUNiYVRlQkxwUkNPc0lTVFVwNEdKdEptTjl3cDI1Y3lBYmF5MkxQVys4eXVGc0dPWkxpSjVodjdZNlhYR3BzeEYwdmxEWEEzQnFHeG96TURVdDJKNGQ3cExLcjRSeXRuZTFCWXJ0QTdkcithekk5Rnlla0pNU3JwRnJPSGZkRmxJV0JRbUo1MzlZZDRSRVByVUw0elUvcUs0VW4zOVZ3RUt6Y2x3ZkM2cS84YXRCdTIyRktla0RYQW5nd3VOU3ZQZHFsM1hCNHFDVU91b1l6b3I4eXN3TVpNR3NtejdoY25WNFM2dXM9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951197.8008275-11131-184100836816114/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETnhLWDJPYnA4SUtnWWJ2c3Q4cFEwQjZ2bC9YQWZTUUhvNlJOL3VKNnhWakR2L053RHFkdkhHTlBZVTBBaHUxdmNjMkV1NlZlWFZ3ZVlqY0dZZm9KcHFnOWZ5R3lwanJ5RTJxVXByVCswc2xMaTFVM0dTVzJsOU0rQ2F3QkNPcUdabCs3aDhoZ3Qzb0dOdzJrMkFoWmNON3NYVWZBbkp4bGlVMDBXWnhmS3lqYXN0QWQzMlY1cXlSV3krYWo5SGxNN054a0JaK3ZwOENYN2xzQitvOHFYd0lOTlFnR3l6bjhXL21LTVdmRFJvQzhudHg0dUtMMHN3OStkNG5wYWh2UUFxUjlMVEQ1OUdqZ0xoQkdWRGsycTV6dHRFUFREMDNZWWhiakJtMnhadThuWHR0QjhPODV6bUE5VjUrbkRnTFhtaUoyWFA2eUR3ZjlqVGxTUFRjclZkTHlKNGpMcWk3cXVHZUU1dWFXMlFFR2Qxb1BRaDFiMEs5SnFlL28ycnJOWUZhbnVEM0w2dERaT0Ewc3NnMmlsTHBxa1A3WG5wbEtBZzZMMkpXOFBNYjJNNE1adU5XWEFQRy85clErQXFmbmNuLzdrbUt6Um5SbzkvQ2F4U1RHeWJ4VVJIV0tPM25JOFI4ODdmdWJNNkhFNjMxT3VjaU94TUdYM25zOXE4YmM9IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951197.785184-11130-171628482591510/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESUtoNDd0RzB4N1pwcjFha0oySkFoMm1pYll5U21sc2QxbVVsVC9iRkdtdEg5Q3RCZW9HVlNQeTFKeUJNWDRMTzFUNEFYZUFXUThvNllwdXBSbEVzbTNYd1U4Vk1zYlBmOEpvRS9mZnR1QzJXMllLOVdpdWdFb0REMjNJQXQySXBicVdKV3pZK0p3ay9XR0FBRHBubXVSTGpsSzJFdUdBRFNTSlRRRThyK0NGenNvK3REOGl2enN2L0ZBVDR2cXc2b2hiV0FwMGdRai9TK0RRZER3c2dBeWpreUYxYXJWeHJXRGdHa2NFSDR6MTRrYzBpaCtvQUpKZnJJT3FzTC93OUlnMCtzTitlbU42Ynd1dHZ3eXpuZllGMVc5eTBFdFYxNk5scDlrdVdla1JFdXFRS3NENjcvSVhOcVZUckR5Q2ZMYUJrWjMyUDNNODdyMjR6ZmtsMVNIcjVRUUluQWRGK3grem9aZndWSnMxZXl1Q3BlMkRvL0JYWndYUkUwMjhpSC9GZTI0WENNK3d5L0pxVURpOU4wZytYNWJDU2FGNFZQZVpFbkJHUXNtR2hHNDB3OEZEdHFIUG00WFhsL1pZUmdSMUZabkRSRU1QdjBRcjZDSTkrazNhN01aNW5uWFRaT3pMa0hFQ2JCa2ljQUMrWUZqUjZHU1NrZngvaDRRSE09IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951197.804439-11133-138366125193269/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
ok: [managed-node2] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETFc3UFFkNGpiOFJLZHFnZ1RwR3QyOVVqS0lESXhYdGtncHFVSzN2TU9udTBWTERLdVFXb2s5U3FlNzRvcStOZ013NHp2N05LM1pQc3NxYWJjR3dDNWtrZkc5VFhVT1FMZDdEWEZ3ZSswVW1PQjJ6NGhEMGxLTDkvTXVFWVlkRTRpazFRWlM2NndiL1JGcjRiL0ZnSkE2MlhrekJFcWZTUkxmV1ZtclY5TEFzRG9rUlhHOXRUWkpRVFZKdFMrWUY0MU03TlkyZWRhMkYwMnRFYlQ3MEJGTXdiMjgvUUFoV3BydGlmcGNRQXFyWUdyZDkyKzJqcUZNTkhLZmsrYS9xVDVPYUhmUG40SnNLL2o1dDU3K2gwcWVwdTJDaUNiYVRlQkxwUkNPc0lTVFVwNEdKdEptTjl3cDI1Y3lBYmF5MkxQVys4eXVGc0dPWkxpSjVodjdZNlhYR3BzeEYwdmxEWEEzQnFHeG96TURVdDJKNGQ3cExLcjRSeXRuZTFCWXJ0QTdkcithekk5Rnlla0pNU3JwRnJPSGZkRmxJV0JRbUo1MzlZZDRSRVByVUw0elUvcUs0VW4zOVZ3RUt6Y2x3ZkM2cS84YXRCdTIyRktla0RYQW5nd3VOU3ZQZHFsM1hCNHFDVU91b1l6b3I4eXN3TVpNR3NtejdoY25WNFM2dXM9IHJvb3RAbWFuYWdlZC1ub2RlMgo=",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/root/.ssh/kdump_id_rsa.pub"
        }
    },
    "source": "/root/.ssh/kdump_id_rsa.pub"
}
<10.31.11.8> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETnhLWDJPYnA4SUtnWWJ2c3Q4cFEwQjZ2bC9YQWZTUUhvNlJOL3VKNnhWakR2L053RHFkdkhHTlBZVTBBaHUxdmNjMkV1NlZlWFZ3ZVlqY0dZZm9KcHFnOWZ5R3lwanJ5RTJxVXByVCswc2xMaTFVM0dTVzJsOU0rQ2F3QkNPcUdabCs3aDhoZ3Qzb0dOdzJrMkFoWmNON3NYVWZBbkp4bGlVMDBXWnhmS3lqYXN0QWQzMlY1cXlSV3krYWo5SGxNN054a0JaK3ZwOENYN2xzQitvOHFYd0lOTlFnR3l6bjhXL21LTVdmRFJvQzhudHg0dUtMMHN3OStkNG5wYWh2UUFxUjlMVEQ1OUdqZ0xoQkdWRGsycTV6dHRFUFREMDNZWWhiakJtMnhadThuWHR0QjhPODV6bUE5VjUrbkRnTFhtaUoyWFA2eUR3ZjlqVGxTUFRjclZkTHlKNGpMcWk3cXVHZUU1dWFXMlFFR2Qxb1BRaDFiMEs5SnFlL28ycnJOWUZhbnVEM0w2dERaT0Ewc3NnMmlsTHBxa1A3WG5wbEtBZzZMMkpXOFBNYjJNNE1adU5XWEFQRy85clErQXFmbmNuLzdrbUt6Um5SbzkvQ2F4U1RHeWJ4VVJIV0tPM25JOFI4ODdmdWJNNkhFNjMxT3VjaU94TUdYM25zOXE4YmM9IHJvb3RAbWFuYWdlZC1ub2RlMQo=",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/root/.ssh/kdump_id_rsa.pub"
        }
    },
    "source": "/root/.ssh/kdump_id_rsa.pub"
}
<10.31.11.195> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FESUtoNDd0RzB4N1pwcjFha0oySkFoMm1pYll5U21sc2QxbVVsVC9iRkdtdEg5Q3RCZW9HVlNQeTFKeUJNWDRMTzFUNEFYZUFXUThvNllwdXBSbEVzbTNYd1U4Vk1zYlBmOEpvRS9mZnR1QzJXMllLOVdpdWdFb0REMjNJQXQySXBicVdKV3pZK0p3ay9XR0FBRHBubXVSTGpsSzJFdUdBRFNTSlRRRThyK0NGenNvK3REOGl2enN2L0ZBVDR2cXc2b2hiV0FwMGdRai9TK0RRZER3c2dBeWpreUYxYXJWeHJXRGdHa2NFSDR6MTRrYzBpaCtvQUpKZnJJT3FzTC93OUlnMCtzTitlbU42Ynd1dHZ3eXpuZllGMVc5eTBFdFYxNk5scDlrdVdla1JFdXFRS3NENjcvSVhOcVZUckR5Q2ZMYUJrWjMyUDNNODdyMjR6ZmtsMVNIcjVRUUluQWRGK3grem9aZndWSnMxZXl1Q3BlMkRvL0JYWndYUkUwMjhpSC9GZTI0WENNK3d5L0pxVURpOU4wZytYNWJDU2FGNFZQZVpFbkJHUXNtR2hHNDB3OEZEdHFIUG00WFhsL1pZUmdSMUZabkRSRU1QdjBRcjZDSTkrazNhN01aNW5uWFRaT3pMa0hFQ2JCa2ljQUMrWUZqUjZHU1NrZngvaDRRSE09IHJvb3RAbWFuYWdlZC1ub2RlMwo=",
    "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19
Saturday 30 November 2024  02:19:58 -0500 (0:00:00.511)       0:00:08.256 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175 `" && echo ansible-tmp-1732951198.3209386-11160-193997420363175="` echo /root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175 `" ) && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714 `" && echo ansible-tmp-1732951198.3468587-11161-159321742216714="` echo /root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951198.3209386-11160-193997420363175=/root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175\n', b'')
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299 `" && echo ansible-tmp-1732951198.3681056-11163-251070296060299="` echo /root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951198.3468587-11161-159321742216714=/root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951198.3681056-11163-251070296060299=/root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpzlunvvwc TO /root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175/AnsiballZ_user.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpj0dcpx4h TO /root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714/AnsiballZ_user.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpe5rejie4 TO /root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299/AnsiballZ_user.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpj0dcpx4h /root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714/AnsiballZ_user.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714/ /root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714/AnsiballZ_user.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpe5rejie4 /root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299/AnsiballZ_user.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299/ /root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299/AnsiballZ_user.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpzlunvvwc /root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175/AnsiballZ_user.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175/ /root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175/AnsiballZ_user.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714/AnsiballZ_user.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299/AnsiballZ_user.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175/AnsiballZ_user.py && sleep 0'"'"''
<10.31.8.101> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node2", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951198.3468587-11161-159321742216714/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node1", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951198.3209386-11160-193997420363175/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (0, b'\r\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on managed-node3", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951198.3681056-11163-251070296060299/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
ok: [managed-node2 -> managed-node2] => {
    "append": false,
    "changed": false,
    "comment": "root",
    "group": 0,
    "home": "/root",
    "invocation": {
        "module_args": {
            "append": false,
            "authorization": null,
            "comment": null,
            "create_home": true,
            "expires": null,
            "force": false,
            "generate_ssh_key": null,
            "group": null,
            "groups": null,
            "hidden": null,
            "home": null,
            "local": null,
            "login_class": null,
            "move_home": false,
            "name": "root",
            "non_unique": false,
            "password": null,
            "password_lock": null,
            "profile": null,
            "remove": false,
            "role": null,
            "seuser": null,
            "shell": null,
            "skeleton": null,
            "ssh_key_bits": 0,
            "ssh_key_comment": "ansible-generated on managed-node2",
            "ssh_key_file": null,
            "ssh_key_passphrase": null,
            "ssh_key_type": "rsa",
            "state": "present",
            "system": false,
            "uid": null,
            "update_password": "always"
        }
    },
    "move_home": false,
    "name": "root",
    "shell": "/bin/bash",
    "state": "present",
    "uid": 0
}
<10.31.11.8> (0, b'', b'')
ok: [managed-node1 -> managed-node1] => {
    "append": false,
    "changed": false,
    "comment": "root",
    "group": 0,
    "home": "/root",
    "invocation": {
        "module_args": {
            "append": false,
            "authorization": null,
            "comment": null,
            "create_home": true,
            "expires": null,
            "force": false,
            "generate_ssh_key": null,
            "group": null,
            "groups": null,
            "hidden": null,
            "home": null,
            "local": null,
            "login_class": null,
            "move_home": false,
            "name": "root",
            "non_unique": false,
            "password": null,
            "password_lock": null,
            "profile": null,
            "remove": false,
            "role": null,
            "seuser": null,
            "shell": null,
            "skeleton": null,
            "ssh_key_bits": 0,
            "ssh_key_comment": "ansible-generated on managed-node1",
            "ssh_key_file": null,
            "ssh_key_passphrase": null,
            "ssh_key_type": "rsa",
            "state": "present",
            "system": false,
            "uid": null,
            "update_password": "always"
        }
    },
    "move_home": false,
    "name": "root",
    "shell": "/bin/bash",
    "state": "present",
    "uid": 0
}
<10.31.11.195> (0, b'', b'')
ok: [managed-node3 -> managed-node3] => {
    "append": false,
    "changed": false,
    "comment": "root",
    "group": 0,
    "home": "/root",
    "invocation": {
        "module_args": {
            "append": false,
            "authorization": null,
            "comment": null,
            "create_home": true,
            "expires": null,
            "force": false,
            "generate_ssh_key": null,
            "group": null,
            "groups": null,
            "hidden": null,
            "home": null,
            "local": null,
            "login_class": null,
            "move_home": false,
            "name": "root",
            "non_unique": false,
            "password": null,
            "password_lock": null,
            "profile": null,
            "remove": false,
            "role": null,
            "seuser": null,
            "shell": null,
            "skeleton": null,
            "ssh_key_bits": 0,
            "ssh_key_comment": "ansible-generated on managed-node3",
            "ssh_key_file": null,
            "ssh_key_passphrase": null,
            "ssh_key_type": "rsa",
            "state": "present",
            "system": false,
            "uid": null,
            "update_password": "always"
        }
    },
    "move_home": false,
    "name": "root",
    "shell": "/bin/bash",
    "state": "present",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] ****
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25
Saturday 30 November 2024  02:19:58 -0500 (0:00:00.656)       0:00:08.913 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869 `" && echo ansible-tmp-1732951198.970065-11189-179585803427869="` echo /root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045 `" && echo ansible-tmp-1732951198.9798257-11187-107184844630045="` echo /root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763 `" && echo ansible-tmp-1732951198.998987-11191-88774391641763="` echo /root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951198.970065-11189-179585803427869=/root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpw5_9c5un TO /root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869/AnsiballZ_stat.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.8> (0, b'ansible-tmp-1732951198.9798257-11187-107184844630045=/root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpy7nby36p TO /root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045/AnsiballZ_stat.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.11.195> (0, b'ansible-tmp-1732951198.998987-11191-88774391641763=/root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp0kjsh0ez TO /root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763/AnsiballZ_stat.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpw5_9c5un /root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869/AnsiballZ_stat.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869/ /root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpy7nby36p /root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045/AnsiballZ_stat.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045/ /root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp0kjsh0ez /root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763/AnsiballZ_stat.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763/ /root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (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": 1732950762.1073172, "mtime": 1732951152.8551273, "ctime": 1732951152.8551273, "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951198.970065-11189-179585803427869/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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": 1732950757.7921104, "mtime": 1732951140.1755183, "ctime": 1732951140.1755183, "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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951198.9798257-11187-107184844630045/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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": 1732950762.1073172,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1732951152.8551273,
        "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": 1732951152.8551273,
        "nlink": 2,
        "path": "/root/.ssh",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 101,
        "uid": 0,
        "version": "1339598710",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": true
    }
}
<10.31.11.8> (0, b'', b'')
<10.31.11.195> (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": 1732950749.823041, "mtime": 1732951163.6375825, "ctime": 1732951163.6375825, "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.11.195 closed.\r\n')
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": 1732950757.7921104,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1732951140.1755183,
        "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": 1732951140.1755183,
        "nlink": 2,
        "path": "/root/.ssh",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 101,
        "uid": 0,
        "version": "1339598710",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": true
    }
}
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951198.998987-11191-88774391641763/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (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": 1732950749.823041,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1732951163.6375825,
        "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": 1732951163.6375825,
        "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30
Saturday 30 November 2024  02:19:59 -0500 (0:00:00.463)       0:00:09.377 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503 `" && echo ansible-tmp-1732951199.4345953-11219-262027134471503="` echo /root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742 `" && echo ansible-tmp-1732951199.437514-11217-96490829750742="` echo /root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> (0, b'ansible-tmp-1732951199.4345953-11219-262027134471503=/root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503\n', b'')
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908 `" && echo ansible-tmp-1732951199.4682567-11221-164311492182908="` echo /root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908 `" ) && sleep 0'"'"''
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmprvl9kkuk TO /root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503/AnsiballZ_stat.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.8> (0, b'ansible-tmp-1732951199.437514-11217-96490829750742=/root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp52dpmgcj TO /root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742/AnsiballZ_stat.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.11.195> (0, b'ansible-tmp-1732951199.4682567-11221-164311492182908=/root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp2lvom5pb TO /root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908/AnsiballZ_stat.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmprvl9kkuk /root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503/AnsiballZ_stat.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503/ /root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp52dpmgcj /root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742/AnsiballZ_stat.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742/ /root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp2lvom5pb /root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908/AnsiballZ_stat.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908/ /root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (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": 1732951007.3314354, "mtime": 1732950762.1062338, "ctime": 1732950762.1062338, "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951199.4345953-11219-262027134471503/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 58720451, "dev": 51713, "nlink": 1, "atime": 1732951146.1765537, "mtime": 1732951140.1745183, "ctime": 1732951140.1755183, "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": "e57943bda2321317b92ab97c4a84efdd18ba471c", "mimetype": "text/plain", "charset": "us-ascii", "version": "1521005546", "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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951199.437514-11217-96490829750742/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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": 1732951007.3314354,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52",
        "ctime": 1732950762.1062338,
        "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": 1732950762.1062338,
        "nlink": 1,
        "path": "/root/.ssh/authorized_keys",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 990,
        "uid": 0,
        "version": "1222691786",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
<10.31.11.8> (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/authorized_keys"
        }
    },
    "stat": {
        "atime": 1732951146.1765537,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "e57943bda2321317b92ab97c4a84efdd18ba471c",
        "ctime": 1732951140.1755183,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 58720451,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1732951140.1745183,
        "nlink": 1,
        "path": "/root/.ssh/authorized_keys",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1562,
        "uid": 0,
        "version": "1521005546",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
<10.31.11.195> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1562, "inode": 85983490, "dev": 51713, "nlink": 1, "atime": 1732951167.9044409, "mtime": 1732951163.6375825, "ctime": 1732951163.6385825, "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": "011d98418cc75ddb3f2231891ee7d4e1f219b6dc", "mimetype": "text/plain", "charset": "us-ascii", "version": "1180085312", "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.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951199.4682567-11221-164311492182908/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (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": 1732951167.9044409,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "011d98418cc75ddb3f2231891ee7d4e1f219b6dc",
        "ctime": 1732951163.6385825,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 85983490,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1732951163.6375825,
        "nlink": 1,
        "path": "/root/.ssh/authorized_keys",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1562,
        "uid": 0,
        "version": "1180085312",
        "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35
Saturday 30 November 2024  02:19:59 -0500 (0:00:00.479)       0:00:09.856 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385 `" && echo ansible-tmp-1732951199.9220676-11244-239702248632385="` echo /root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385 `" ) && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375 `" && echo ansible-tmp-1732951199.9578974-11245-176344895154375="` echo /root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> (0, b'ansible-tmp-1732951199.9220676-11244-239702248632385=/root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385\n', b'')
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989 `" && echo ansible-tmp-1732951199.9698954-11247-74185586163989="` echo /root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951199.9578974-11245-176344895154375=/root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951199.9698954-11247-74185586163989=/root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmperzo_ayl TO /root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385/AnsiballZ_file.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp8mv40cs3 TO /root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989/AnsiballZ_file.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp4ujom0eo TO /root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375/AnsiballZ_file.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp8mv40cs3 /root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989/AnsiballZ_file.py\n', b'')
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp4ujom0eo /root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375/AnsiballZ_file.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375/ /root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989/ /root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmperzo_ayl /root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385/AnsiballZ_file.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385/ /root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.101> (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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951199.9578974-11245-176344895154375/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951199.9220676-11244-239702248632385/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (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.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951199.9698954-11247-74185586163989/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
ok: [managed-node2 -> managed-node2] => {
    "changed": false,
    "diff": {
        "after": {
            "path": "/root/.ssh"
        },
        "before": {
            "path": "/root/.ssh"
        }
    },
    "gid": 0,
    "group": "root",
    "invocation": {
        "module_args": {
            "_diff_peek": null,
            "_original_basename": null,
            "access_time": null,
            "access_time_format": "%Y%m%d%H%M.%S",
            "attributes": null,
            "backup": null,
            "content": null,
            "delimiter": null,
            "directory_mode": null,
            "follow": true,
            "force": false,
            "group": "root",
            "mode": "0700",
            "modification_time": null,
            "modification_time_format": "%Y%m%d%H%M.%S",
            "owner": "root",
            "path": "/root/.ssh",
            "recurse": false,
            "regexp": null,
            "remote_src": null,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "src": null,
            "state": "directory",
            "unsafe_writes": false
        }
    },
    "mode": "0700",
    "owner": "root",
    "path": "/root/.ssh",
    "secontext": "system_u:object_r:ssh_home_t:s0",
    "size": 101,
    "state": "directory",
    "uid": 0
}
<10.31.11.8> (0, b'', b'')
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
}
<10.31.11.195> (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
}

TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] ***
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43
Saturday 30 November 2024  02:20:00 -0500 (0:00:00.611)       0:00:10.468 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077 `" && echo ansible-tmp-1732951200.5505455-11274-21087360821077="` echo /root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077 `" ) && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217 `" && echo ansible-tmp-1732951200.569595-11275-244379131403217="` echo /root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951200.5505455-11274-21087360821077=/root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077\n', b'')
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672 `" && echo ansible-tmp-1732951200.594318-11277-51169109402672="` echo /root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951200.569595-11275-244379131403217=/root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951200.594318-11277-51169109402672=/root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpuk9qxy3q TO /root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077/AnsiballZ_lineinfile.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp9etn7im_ TO /root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217/AnsiballZ_lineinfile.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp0r__oquj TO /root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672/AnsiballZ_lineinfile.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpuk9qxy3q /root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077/AnsiballZ_lineinfile.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077/ /root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp9etn7im_ /root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217/AnsiballZ_lineinfile.py\n', b'')
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp0r__oquj /root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672/AnsiballZ_lineinfile.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672/ /root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217/ /root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.8.101> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDLW7PQd4jb8RKdqggTpGt29UjKIDIxXtkgpqUK3vMOnu0VLDKuQWok9Sqe74oq+NgMw4zv7NK3ZPssqabcGwC5kkfG9TXUOQLd7DXFwe+0UmOB2z4hD0lKL9/MuEYYdE4ik1QZS66wb/RFr4b/FgJA62XkzBEqfSRLfWVmrV9LAsDokRXG9tTZJQTVJtS+YF41M7NY2eda2F02tEbT70BFMwb28/QAhWprtifpcQAqrYGrd92+2jqFMNHKfk+a/qT5OaHfPn4JsK/j5t57+h0qepu2CiCbaTeBLpRCOsISTUp4GJtJmN9wp25cyAbay2LPW+8yuFsGOZLiJ5hv7Y6XXGpsxF0vlDXA3BqGxozMDUt2J4d7pLKr4Rytne1BYrtA7dr+azI9FyekJMSrpFrOHfdFlIWBQmJ539Yd4REPrUL4zU/qK4Un39VwEKzclwfC6q/8atBu22FKekDXAngwuNSvPdql3XB4qCUOuoYzor8yswMZMGsmz7hcnV4S6us= root@managed-node2", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951200.569595-11275-244379131403217/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDNxKX2Obp8IKgYbvst8pQ0B6vl/XAfSQHo6RN/uJ6xVjDv/NwDqdvHGNPYU0Ahu1vcc2Eu6VeXVweYjcGYfoJpqg9fyGypjryE2qUprT+0slLi1U3GSW2l9M+CawBCOqGZl+7h8hgt3oGNw2k2AhZcN7sXUfAnJxliU00WZxfKyjastAd32V5qyRWy+aj9HlM7NxkBZ+vp8CX7lsB+o8qXwINNQgGyzn8W/mKMWfDRoC8ntx4uKL0sw9+d4npahvQAqR9LTD59GjgLhBGVDk2q5zttEPTD03YYhbjBm2xZu8nXttB8O85zmA9V5+nDgLXmiJ2XP6yDwf9jTlSPTcrVdLyJ4jLqi7quGeE5uaW2QEGd1oPQh1b0K9Jqe/o2rrNYFanuD3L6tDZOA0ssg2ilLpqkP7XnplKAg6L2JW8PMb2M4MZuNWXAPG/9rQ+Aqfncn/7kmKzRnRo9/CaxSTGybxURHWKO3nI8R887fubM6HE631OuciOxMGX3ns9q8bc= root@managed-node1", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951200.5505455-11274-21087360821077/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDIKh47tG0x7Zpr1akJ2JAh2mibYySmlsd1mUlT/bFGmtH9CtBeoGVSPy1JyBMX4LO1T4AXeAWQ8o6YpupRlEsm3XwU8VMsbPf8JoE/fftuC2W2YK9WiugEoDD23IAt2IpbqWJWzY+Jwk/WGAADpnmuRLjlK2EuGADSSJTQE8r+CFzso+tD8ivzsv/FAT4vqw6ohbWAp0gQj/S+DQdDwsgAyjkyF1arVxrWDgGkcEH4z14kc0ih+oAJJfrIOqsL/w9Ig0+sN+emN6bwutvwyznfYF1W9y0EtV16Nlp9kuWekREuqQKsD67/IXNqVTrDyCfLaBkZ32P3M87r24zfkl1SHr5QQInAdF+x+zoZfwVJs1eyuCpe2Do/BXZwXRE028iH/Fe24XCM+wy/JqUDi9N0g+X5bCSaF4VPeZEnBGQsmGhG40w8FDtqHPm4XXl/ZYRgR1FZnDREMPv0Qr6CI9+k3a7MZ5nnXTZOzLkHECbBkicAC+YFjR6GSSkfx/h4QHM= root@managed-node3", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "follow": false, "unsafe_writes": false, "regexp": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "src": null, "force": null, "content": null, "remote_src": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951200.594318-11277-51169109402672/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDLW7PQd4jb8RKdqggTpGt29UjKIDIxXtkgpqUK3vMOnu0VLDKuQWok9Sqe74oq+NgMw4zv7NK3ZPssqabcGwC5kkfG9TXUOQLd7DXFwe+0UmOB2z4hD0lKL9/MuEYYdE4ik1QZS66wb/RFr4b/FgJA62XkzBEqfSRLfWVmrV9LAsDokRXG9tTZJQTVJtS+YF41M7NY2eda2F02tEbT70BFMwb28/QAhWprtifpcQAqrYGrd92+2jqFMNHKfk+a/qT5OaHfPn4JsK/j5t57+h0qepu2CiCbaTeBLpRCOsISTUp4GJtJmN9wp25cyAbay2LPW+8yuFsGOZLiJ5hv7Y6XXGpsxF0vlDXA3BqGxozMDUt2J4d7pLKr4Rytne1BYrtA7dr+azI9FyekJMSrpFrOHfdFlIWBQmJ539Yd4REPrUL4zU/qK4Un39VwEKzclwfC6q/8atBu22FKekDXAngwuNSvPdql3XB4qCUOuoYzor8yswMZMGsmz7hcnV4S6us= root@managed-node2",
            "mode": "0600",
            "owner": "root",
            "path": "/root/.ssh/authorized_keys",
            "regexp": null,
            "remote_src": null,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "src": null,
            "state": "present",
            "unsafe_writes": false,
            "validate": null
        }
    }
}

MSG:

line added
<10.31.11.8> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDNxKX2Obp8IKgYbvst8pQ0B6vl/XAfSQHo6RN/uJ6xVjDv/NwDqdvHGNPYU0Ahu1vcc2Eu6VeXVweYjcGYfoJpqg9fyGypjryE2qUprT+0slLi1U3GSW2l9M+CawBCOqGZl+7h8hgt3oGNw2k2AhZcN7sXUfAnJxliU00WZxfKyjastAd32V5qyRWy+aj9HlM7NxkBZ+vp8CX7lsB+o8qXwINNQgGyzn8W/mKMWfDRoC8ntx4uKL0sw9+d4npahvQAqR9LTD59GjgLhBGVDk2q5zttEPTD03YYhbjBm2xZu8nXttB8O85zmA9V5+nDgLXmiJ2XP6yDwf9jTlSPTcrVdLyJ4jLqi7quGeE5uaW2QEGd1oPQh1b0K9Jqe/o2rrNYFanuD3L6tDZOA0ssg2ilLpqkP7XnplKAg6L2JW8PMb2M4MZuNWXAPG/9rQ+Aqfncn/7kmKzRnRo9/CaxSTGybxURHWKO3nI8R887fubM6HE631OuciOxMGX3ns9q8bc= root@managed-node1",
            "mode": "0600",
            "owner": "root",
            "path": "/root/.ssh/authorized_keys",
            "regexp": null,
            "remote_src": null,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "src": null,
            "state": "present",
            "unsafe_writes": false,
            "validate": null
        }
    }
}
<10.31.11.195> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDIKh47tG0x7Zpr1akJ2JAh2mibYySmlsd1mUlT/bFGmtH9CtBeoGVSPy1JyBMX4LO1T4AXeAWQ8o6YpupRlEsm3XwU8VMsbPf8JoE/fftuC2W2YK9WiugEoDD23IAt2IpbqWJWzY+Jwk/WGAADpnmuRLjlK2EuGADSSJTQE8r+CFzso+tD8ivzsv/FAT4vqw6ohbWAp0gQj/S+DQdDwsgAyjkyF1arVxrWDgGkcEH4z14kc0ih+oAJJfrIOqsL/w9Ig0+sN+emN6bwutvwyznfYF1W9y0EtV16Nlp9kuWekREuqQKsD67/IXNqVTrDyCfLaBkZ32P3M87r24zfkl1SHr5QQInAdF+x+zoZfwVJs1eyuCpe2Do/BXZwXRE028iH/Fe24XCM+wy/JqUDi9N0g+X5bCSaF4VPeZEnBGQsmGhG40w8FDtqHPm4XXl/ZYRgR1FZnDREMPv0Qr6CI9+k3a7MZ5nnXTZOzLkHECbBkicAC+YFjR6GSSkfx/h4QHM= root@managed-node3",
            "mode": "0600",
            "owner": "root",
            "path": "/root/.ssh/authorized_keys",
            "regexp": null,
            "remote_src": null,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "src": null,
            "state": "present",
            "unsafe_writes": false,
            "validate": null
        }
    }
}

TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] **********
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53
Saturday 30 November 2024  02:20:01 -0500 (0:00:00.609)       0:00:11.077 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519 `" && echo ansible-tmp-1732951201.1201646-11301-142466048741519="` echo /root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519 `" ) && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030 `" && echo ansible-tmp-1732951201.1376312-11303-95859326774030="` echo /root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> (0, b'ansible-tmp-1732951201.1201646-11301-142466048741519=/root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519\n', b'')
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679 `" && echo ansible-tmp-1732951201.1567564-11304-126539638186679="` echo /root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679 `" ) && sleep 0'"'"''
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp_u6o40_z TO /root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519/AnsiballZ_slurp.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> (0, b'ansible-tmp-1732951201.1376312-11303-95859326774030=/root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpsla2u_1a TO /root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030/AnsiballZ_slurp.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.195> (0, b'ansible-tmp-1732951201.1567564-11304-126539638186679=/root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpy_87pfss TO /root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679/AnsiballZ_slurp.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp_u6o40_z /root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519/AnsiballZ_slurp.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519/ /root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpsla2u_1a /root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030/AnsiballZ_slurp.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030/ /root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpy_87pfss /root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679/AnsiballZ_slurp.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679/ /root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.8> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETTFHUlU5RlB5a3RjWWxFTjVjTTIvVG1RSEdTYXdLUFl6OUlFZGFWNXNxMkJlWlRpOEpwMFFBSnRRRjd5WjBPZGNOekpmeHNERUV6SjdsbmY4QWZTK3ZPakxYSW1vQm54ZEc1QzlPQ1FGcytudHg1VUN5VlFUWkZwSFcwLzlUcWZnLzIvTWZCS3U5VjdWWGp3L2d0eGl5eUZMUU96MzBaazhzai9uN2ZmTTRiK2w5eVl1djNyRmNLSmowQnRSMTgzMWtUOW50blZwU1VvWXQzbUJKYTFsUGhLS05kaFZkOEc0RjR2cnhOdTV4Z1lZY1k2Q0UraFdlaWYvMHorRXNweW8xdTBjTkROc045czBNSWlLdXBzUXJ1U0ZNWkpyV0VObHNyb25HcFBtVkN1TllEaDR4em5vbENWMThnOUxXUkRlNURHcHZ0NVhDcU5LZGovU1RscDBhMnh0dWtHaDIwY09nME11L2RKaW40R1d5MXM2eDFYQUlORzUreVBuT0FKYWJkbU9tWVZLa0gyQ2JCZFluSjRuQnBqcTVORnkyS0FQYmVZa3ptNGdvVEJhM3EyazdpRWJqbHlLNGtQbzA1a01oZVh4R3U5bWpBT0RJVkV4N1RxWkNwR1l1eExtcFYrL1U1Rjgwd1VSSjJLelNlUDZzdGhxdkVFcnhDejZ0MGs9IHJvb3RAaXAtMTAtMzEtMTEtOC51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951201.1201646-11301-142466048741519/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDaXBHTThHTUlMS3V4d0lvM3o1WE9uVTFua3dwdjhQTXJrTXNMYXRXOExuMWttNjJKdExvL3BHWjZ3M3AzOG95NFN4cU5xVHlHVlEzWUtzcUxNL3ZwRjlIL1k5RzBEWDdRVVRsdjdobTJvMnZsc1hEOUpBNnN5OE9FTFAvd1E4aVZSY05NeW44YlFqYjFTckd4WHBBYzUyTHFXbm91L0hlUGhJL3dENVpOeGVDS0dMcHpKZStvbTdjZzVHOXVMd3ovN3Arakp5MWVRV1lHN051aTc5ZjBUYW53dG1lNVU0a1JPbmlkN1lKVmJMb0d5V1V2YmdhTzYzQlV4S3hRQlRzVDVweUs1bk5ISmk1TTNDbC9GMGMxMm5qR3pmWVJBaUFFV2JvLzZxbndhUTVyaTZ4MEw0Y2RzU3NuK1NXSXlLMnJ0M2pXZ0VhVmlXOWtscENsMGt1MFhlK1pEcU1SS2xpZVF2R1BnOFdXUWJnK0ZEZzlnVHdpY3F3MDFDQnFQSUJFc3dOTnhzeVdiOFZCNjY2QlhybnEra01xZU1wRFRNMmQ1KzhVS1dPVW5LZUVXeDUwcFFRQTdRdEo2azZtTWZkdVFhaUp4ZE9tL2NiSjd4LytUN081V2pwKytZYStraHBXU1FMNEQxdVZhRDcrVkdMVy9nR0phMmJCMFI4TEsrSDg9IHJvb3RAaXAtMTAtMzEtOC0xMDEudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951201.1376312-11303-95859326774030/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
ok: [managed-node1 -> managed-node1] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETTFHUlU5RlB5a3RjWWxFTjVjTTIvVG1RSEdTYXdLUFl6OUlFZGFWNXNxMkJlWlRpOEpwMFFBSnRRRjd5WjBPZGNOekpmeHNERUV6SjdsbmY4QWZTK3ZPakxYSW1vQm54ZEc1QzlPQ1FGcytudHg1VUN5VlFUWkZwSFcwLzlUcWZnLzIvTWZCS3U5VjdWWGp3L2d0eGl5eUZMUU96MzBaazhzai9uN2ZmTTRiK2w5eVl1djNyRmNLSmowQnRSMTgzMWtUOW50blZwU1VvWXQzbUJKYTFsUGhLS05kaFZkOEc0RjR2cnhOdTV4Z1lZY1k2Q0UraFdlaWYvMHorRXNweW8xdTBjTkROc045czBNSWlLdXBzUXJ1U0ZNWkpyV0VObHNyb25HcFBtVkN1TllEaDR4em5vbENWMThnOUxXUkRlNURHcHZ0NVhDcU5LZGovU1RscDBhMnh0dWtHaDIwY09nME11L2RKaW40R1d5MXM2eDFYQUlORzUreVBuT0FKYWJkbU9tWVZLa0gyQ2JCZFluSjRuQnBqcTVORnkyS0FQYmVZa3ptNGdvVEJhM3EyazdpRWJqbHlLNGtQbzA1a01oZVh4R3U5bWpBT0RJVkV4N1RxWkNwR1l1eExtcFYrL1U1Rjgwd1VSSjJLelNlUDZzdGhxdkVFcnhDejZ0MGs9IHJvb3RAaXAtMTAtMzEtMTEtOC51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/etc/ssh/ssh_host_rsa_key.pub"
        }
    },
    "source": "/etc/ssh/ssh_host_rsa_key.pub"
}
<10.31.8.101> (0, b'', b'')
<10.31.11.195> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUG9ESS85QU5rRjdFNDloQzBYUmdMSzJUY2NZaWZHMFI5OVBGYXg0VkRUand5bWNxZUpHNExOR0ZNSTJXY2dJZ3lIY1hrelJ0M09mOGVnZDVEWWEvVE5vUy9UNGZxalhMa3YwMUY2ZUM1Z0w2L1dqSU03K2k4S0lOMDdacEFrSkUxVnRqRlRaT2VtVHMyWHZtaXZWVWVZTUNERklubTBtaWZCU1BMc0Q5cFZ4SHNIQ1k0YVJJdU5BMGZVQzgvT0xMTk03RmgySXIyRHArL0cxSFZJeXhPcEF6RVo3SjRFc21CUFBQM1lHdytjMnVGZ2g4bmJjMG5zc2FiWFFETk04bHFBSG1HV3J1V1MxZHo2WjBNdlVtVG1mQnJkdWY1M3Vkdk9JT0RoNTJ5UDIxQnIwVmx0eDFnZlZ2dHFBRk1BSzBrK2FXTVlJWUVtck1BZE9ueDRQWCtKcHJySkVIaTgyYm81NGtzelJzbjQyc1p2dmZITEcwdGhXQkxzajFoOFhmQW11bGUvMHZCSlNJVVF4YnBYY3J1YXQxUTJIZkk0ZlpLbHl4QUxQeDlhTVN5MkN2aWRCRFhkNVdtRHF2Mk1pbTVZWDd3T2dDWFoyaE9sYnZkSitKb1Uxd3Y1R2pDdWtQSThjYmdBdU81TVU1YVFsTllCZFdFRmpFNWdNL09KZmM9IHJvb3RAaXAtMTAtMzEtMTEtMTk1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
ok: [managed-node2 -> managed-node2] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDaXBHTThHTUlMS3V4d0lvM3o1WE9uVTFua3dwdjhQTXJrTXNMYXRXOExuMWttNjJKdExvL3BHWjZ3M3AzOG95NFN4cU5xVHlHVlEzWUtzcUxNL3ZwRjlIL1k5RzBEWDdRVVRsdjdobTJvMnZsc1hEOUpBNnN5OE9FTFAvd1E4aVZSY05NeW44YlFqYjFTckd4WHBBYzUyTHFXbm91L0hlUGhJL3dENVpOeGVDS0dMcHpKZStvbTdjZzVHOXVMd3ovN3Arakp5MWVRV1lHN051aTc5ZjBUYW53dG1lNVU0a1JPbmlkN1lKVmJMb0d5V1V2YmdhTzYzQlV4S3hRQlRzVDVweUs1bk5ISmk1TTNDbC9GMGMxMm5qR3pmWVJBaUFFV2JvLzZxbndhUTVyaTZ4MEw0Y2RzU3NuK1NXSXlLMnJ0M2pXZ0VhVmlXOWtscENsMGt1MFhlK1pEcU1SS2xpZVF2R1BnOFdXUWJnK0ZEZzlnVHdpY3F3MDFDQnFQSUJFc3dOTnhzeVdiOFZCNjY2QlhybnEra01xZU1wRFRNMmQ1KzhVS1dPVW5LZUVXeDUwcFFRQTdRdEo2azZtTWZkdVFhaUp4ZE9tL2NiSjd4LytUN081V2pwKytZYStraHBXU1FMNEQxdVZhRDcrVkdMVy9nR0phMmJCMFI4TEsrSDg9IHJvb3RAaXAtMTAtMzEtOC0xMDEudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/etc/ssh/ssh_host_rsa_key.pub"
        }
    },
    "source": "/etc/ssh/ssh_host_rsa_key.pub"
}
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951201.1567564-11304-126539638186679/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
ok: [managed-node3 -> managed-node3] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEUG9ESS85QU5rRjdFNDloQzBYUmdMSzJUY2NZaWZHMFI5OVBGYXg0VkRUand5bWNxZUpHNExOR0ZNSTJXY2dJZ3lIY1hrelJ0M09mOGVnZDVEWWEvVE5vUy9UNGZxalhMa3YwMUY2ZUM1Z0w2L1dqSU03K2k4S0lOMDdacEFrSkUxVnRqRlRaT2VtVHMyWHZtaXZWVWVZTUNERklubTBtaWZCU1BMc0Q5cFZ4SHNIQ1k0YVJJdU5BMGZVQzgvT0xMTk03RmgySXIyRHArL0cxSFZJeXhPcEF6RVo3SjRFc21CUFBQM1lHdytjMnVGZ2g4bmJjMG5zc2FiWFFETk04bHFBSG1HV3J1V1MxZHo2WjBNdlVtVG1mQnJkdWY1M3Vkdk9JT0RoNTJ5UDIxQnIwVmx0eDFnZlZ2dHFBRk1BSzBrK2FXTVlJWUVtck1BZE9ueDRQWCtKcHJySkVIaTgyYm81NGtzelJzbjQyc1p2dmZITEcwdGhXQkxzajFoOFhmQW11bGUvMHZCSlNJVVF4YnBYY3J1YXQxUTJIZkk0ZlpLbHl4QUxQeDlhTVN5MkN2aWRCRFhkNVdtRHF2Mk1pbTVZWDd3T2dDWFoyaE9sYnZkSitKb1Uxd3Y1R2pDdWtQSThjYmdBdU81TVU1YVFsTllCZFdFRmpFNWdNL09KZmM9IHJvb3RAaXAtMTAtMzEtMTEtMTk1LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=",
    "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59
Saturday 30 November 2024  02:20:01 -0500 (0:00:00.447)       0:00:11.525 ***** 
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514 `" && echo ansible-tmp-1732951201.663402-11332-192822362564514="` echo /root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911 `" && echo ansible-tmp-1732951201.6783206-11331-30594428907911="` echo /root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911 `" ) && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951201.663402-11332-192822362564514=/root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514\n', b'')
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568 `" && echo ansible-tmp-1732951201.7204762-11333-212053009735568="` echo /root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951201.6783206-11331-30594428907911=/root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951201.7204762-11333-212053009735568=/root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpdrb1n79e TO /root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514/AnsiballZ_known_hosts.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpbygpn_3e TO /root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911/AnsiballZ_known_hosts.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp4zde2wri TO /root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568/AnsiballZ_known_hosts.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpbygpn_3e /root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911/AnsiballZ_known_hosts.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911/ /root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpdrb1n79e /root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514/AnsiballZ_known_hosts.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514/ /root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp4zde2wri /root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568/AnsiballZ_known_hosts.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568/ /root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.8.101> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\\n", "after": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\\n", "name": "10.31.8.101", "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.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\\n", "after": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.8.101 closed.\r\n')
<10.31.11.8> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\\n", "after": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\\n", "name": "10.31.11.8", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\\n", "after": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.11.8 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951201.663402-11332-192822362564514/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951201.6783206-11331-30594428907911/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.11.195> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\\n", "after": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\\n", "name": "10.31.11.195", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\\n", "after": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951201.7204762-11333-212053009735568/ > /dev/null 2>&1 && sleep 0'"'"''
ok: [managed-node2] => {
    "changed": false,
    "diff": {
        "after": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\n",
        "after_header": "/etc/ssh/ssh_known_hosts",
        "before": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\n",
        "before_header": "/etc/ssh/ssh_known_hosts"
    },
    "invocation": {
        "module_args": {
            "diff": {
                "after": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\n",
                "after_header": "/etc/ssh/ssh_known_hosts",
                "before": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\n",
                "before_header": "/etc/ssh/ssh_known_hosts"
            },
            "hash_host": false,
            "key": "10.31.8.101 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipGM8GMILKuxwIo3z5XOnU1nkwpv8PMrkMsLatW8Ln1km62JtLo/pGZ6w3p38oy4SxqNqTyGVQ3YKsqLM/vpF9H/Y9G0DX7QUTlv7hm2o2vlsXD9JA6sy8OELP/wQ8iVRcNMyn8bQjb1SrGxXpAc52LqWnou/HePhI/wD5ZNxeCKGLpzJe+om7cg5G9uLwz/7p+jJy1eQWYG7Nui79f0Tanwtme5U4kROnid7YJVbLoGyWUvbgaO63BUxKxQBTsT5pyK5nNHJi5M3Cl/F0c12njGzfYRAiAEWbo/6qnwaQ5ri6x0L4cdsSsn+SWIyK2rt3jWgEaViW9klpCl0ku0Xe+ZDqMRKlieQvGPg8WWQbg+FDg9gTwicqw01CBqPIBEswNNxsyWb8VB666BXrnq+kMqeMpDTM2d5+8UKWOUnKeEWx50pQQA7QtJ6k6mMfduQaiJxdOm/cbJ7x/+T7O5Wjp++Ya+khpWSQL4D1uVaD7+VGLW/gGJa2bB0R8LK+H8= root@ip-10-31-8-101.us-east-1.aws.redhat.com\n",
            "name": "10.31.8.101",
            "path": "/etc/ssh/ssh_known_hosts",
            "state": "present"
        }
    }
}
<10.31.11.8> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "diff": {
        "after": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\n",
        "after_header": "/etc/ssh/ssh_known_hosts",
        "before": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\n",
        "before_header": "/etc/ssh/ssh_known_hosts"
    },
    "invocation": {
        "module_args": {
            "diff": {
                "after": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\n",
                "after_header": "/etc/ssh/ssh_known_hosts",
                "before": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\n",
                "before_header": "/etc/ssh/ssh_known_hosts"
            },
            "hash_host": false,
            "key": "10.31.11.8 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM1GRU9FPyktcYlEN5cM2/TmQHGSawKPYz9IEdaV5sq2BeZTi8Jp0QAJtQF7yZ0OdcNzJfxsDEEzJ7lnf8AfS+vOjLXImoBnxdG5C9OCQFs+ntx5UCyVQTZFpHW0/9Tqfg/2/MfBKu9V7VXjw/gtxiyyFLQOz30Zk8sj/n7ffM4b+l9yYuv3rFcKJj0BtR1831kT9ntnVpSUoYt3mBJa1lPhKKNdhVd8G4F4vrxNu5xgYYcY6CE+hWeif/0z+Espyo1u0cNDNsN9s0MIiKupsQruSFMZJrWENlsronGpPmVCuNYDh4xznolCV18g9LWRDe5DGpvt5XCqNKdj/STlp0a2xtukGh20cOg0Mu/dJin4GWy1s6x1XAING5+yPnOAJabdmOmYVKkH2CbBdYnJ4nBpjq5NFy2KAPbeYkzm4goTBa3q2k7iEbjlyK4kPo05kMheXxGu9mjAODIVEx7TqZCpGYuxLmpV+/U5F80wURJ2KzSeP6sthqvEErxCz6t0k= root@ip-10-31-11-8.us-east-1.aws.redhat.com\n",
            "name": "10.31.11.8",
            "path": "/etc/ssh/ssh_known_hosts",
            "state": "present"
        }
    }
}
<10.31.11.195> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "diff": {
        "after": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\n",
        "after_header": "/etc/ssh/ssh_known_hosts",
        "before": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\n",
        "before_header": "/etc/ssh/ssh_known_hosts"
    },
    "invocation": {
        "module_args": {
            "diff": {
                "after": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\n",
                "after_header": "/etc/ssh/ssh_known_hosts",
                "before": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\n",
                "before_header": "/etc/ssh/ssh_known_hosts"
            },
            "hash_host": false,
            "key": "10.31.11.195 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPoDI/9ANkF7E49hC0XRgLK2TccYifG0R99PFax4VDTjwymcqeJG4LNGFMI2WcgIgyHcXkzRt3Of8egd5DYa/TNoS/T4fqjXLkv01F6eC5gL6/WjIM7+i8KIN07ZpAkJE1VtjFTZOemTs2XvmivVUeYMCDFInm0mifBSPLsD9pVxHsHCY4aRIuNA0fUC8/OLLNM7Fh2Ir2Dp+/G1HVIyxOpAzEZ7J4EsmBPPP3YGw+c2uFgh8nbc0nssabXQDNM8lqAHmGWruWS1dz6Z0MvUmTmfBrduf53udvOIODh52yP21Br0Vltx1gfVvtqAFMAK0k+aWMYIYEmrMAdOnx4PX+JprrJEHi82bo54kszRsn42sZvvfHLG0thWBLsj1h8XfAmule/0vBJSIUQxbpXcruat1Q2HfI4fZKlyxALPx9aMSy2CvidBDXd5WmDqv2Mim5YX7wOgCXZ2hOlbvdJ+JoU1wv5GjCukPI8cbgAuO5MU5aQlNYBdWEFjE5gM/OJfc= root@ip-10-31-11-195.us-east-1.aws.redhat.com\n",
            "name": "10.31.11.195",
            "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21
Saturday 30 November 2024  02:20:02 -0500 (0:00:00.672)       0:00:12.197 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287 `" && echo ansible-tmp-1732951202.239168-11358-240132329835287="` echo /root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410 `" && echo ansible-tmp-1732951202.2495081-11361-29979401477410="` echo /root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379 `" && echo ansible-tmp-1732951202.2612038-11364-178309562798379="` echo /root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951202.239168-11358-240132329835287=/root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpvwyv1znq TO /root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287/AnsiballZ_stat.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> (0, b'ansible-tmp-1732951202.2495081-11361-29979401477410=/root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp5ffs5uk8 TO /root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410/AnsiballZ_stat.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.195> (0, b'ansible-tmp-1732951202.2612038-11364-178309562798379=/root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp20h0s_lk TO /root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379/AnsiballZ_stat.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpvwyv1znq /root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287/AnsiballZ_stat.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287/ /root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp5ffs5uk8 /root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410/AnsiballZ_stat.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410/ /root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp20h0s_lk /root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379/AnsiballZ_stat.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379/ /root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (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": 75497667, "dev": 51713, "nlink": 1, "atime": 1732951144.362543, "mtime": 1732951142.5825326, "ctime": 1732951143.4745378, "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": "e9a24f285baef1189bfcb121ba3ebf04f8dc0c45", "mimetype": "text/plain", "charset": "us-ascii", "version": "289434645", "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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951202.239168-11358-240132329835287/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1732951159.2331274, "mtime": 1732951157.4341273, "ctime": 1732951157.8151274, "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": "e92bb05fbd97ccfdb7f480c58e3129200d96080a", "mimetype": "text/plain", "charset": "us-ascii", "version": "357736831", "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951202.2495081-11361-29979401477410/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.11.8> (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": 1732951159.2331274,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "e92bb05fbd97ccfdb7f480c58e3129200d96080a",
        "ctime": 1732951157.8151274,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 174063874,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1732951157.4341273,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 120,
        "uid": 0,
        "version": "357736831",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
<10.31.11.195> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1732951167.6714485, "mtime": 1732951165.4325228, "ctime": 1732951165.7195134, "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": "1a164216ed320f57f93b02e2f5de2e6256f9561b", "mimetype": "text/plain", "charset": "us-ascii", "version": "3540158518", "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.11.195 closed.\r\n')
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": 1732951144.362543,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "e9a24f285baef1189bfcb121ba3ebf04f8dc0c45",
        "ctime": 1732951143.4745378,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 75497667,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1732951142.5825326,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 102,
        "uid": 0,
        "version": "289434645",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951202.2612038-11364-178309562798379/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (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": 1732951167.6714485,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "1a164216ed320f57f93b02e2f5de2e6256f9561b",
        "ctime": 1732951165.7195134,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 102760706,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1732951165.4325228,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 104,
        "uid": 0,
        "version": "3540158518",
        "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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26
Saturday 30 November 2024  02:20:02 -0500 (0:00:00.440)       0:00:12.638 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081 `" && echo ansible-tmp-1732951202.6786718-11388-189788054834081="` echo /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736 `" && echo ansible-tmp-1732951202.6942477-11389-25776352643736="` echo /root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532 `" && echo ansible-tmp-1732951202.705146-11391-109332059787532="` echo /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951202.6786718-11388-189788054834081=/root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081\n', b'')
<10.31.8.101> (0, b'ansible-tmp-1732951202.6942477-11389-25776352643736=/root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736\n', b'')
<10.31.11.195> (0, b'ansible-tmp-1732951202.705146-11391-109332059787532=/root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp4i611q_z TO /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/AnsiballZ_stat.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp9vkzxpac TO /root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736/AnsiballZ_stat.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpaz96d4o7 TO /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/AnsiballZ_stat.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp4i611q_z /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/AnsiballZ_stat.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/ /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpaz96d4o7 /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/AnsiballZ_stat.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/ /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp9vkzxpac /root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736/AnsiballZ_stat.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736/ /root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.11.8> (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": 75497667, "dev": 51713, "nlink": 1, "atime": 1732951144.362543, "mtime": 1732951142.5825326, "ctime": 1732951143.4745378, "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": "e9a24f285baef1189bfcb121ba3ebf04f8dc0c45", "mimetype": "text/plain", "charset": "us-ascii", "version": "289434645", "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.11.8 closed.\r\n')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp0wnxx_vl TO /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/AnsiballZ_file.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.8.101> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 120, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1732951159.2331274, "mtime": 1732951157.4341273, "ctime": 1732951157.8151274, "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": "e92bb05fbd97ccfdb7f480c58e3129200d96080a", "mimetype": "text/plain", "charset": "us-ascii", "version": "357736831", "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951202.6942477-11389-25776352643736/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 104, "inode": 102760706, "dev": 51713, "nlink": 1, "atime": 1732951167.6714485, "mtime": 1732951165.4325228, "ctime": 1732951165.7195134, "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": "1a164216ed320f57f93b02e2f5de2e6256f9561b", "mimetype": "text/plain", "charset": "us-ascii", "version": "3540158518", "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.11.195 closed.\r\n')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpv708vc6h TO /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/AnsiballZ_file.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp0wnxx_vl /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/AnsiballZ_file.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/ /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2
changed: [managed-node2] => {
    "changed": true,
    "diff": [],
    "invocation": {
        "backup": true,
        "dest": "/etc/kdump.conf",
        "follow": false,
        "mode": "0644",
        "module_args": {
            "backup": true,
            "dest": "/etc/kdump.conf",
            "follow": false,
            "mode": "0644",
            "src": "/root/.ansible/tmp/ansible-local-108143cu4_g44/tmpufo9gjol/kdump.conf.j2"
        },
        "src": "/root/.ansible/tmp/ansible-local-108143cu4_g44/tmpufo9gjol/kdump.conf.j2"
    }
}
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpv708vc6h /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/AnsiballZ_file.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/ /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.8> (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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951202.6786718-11388-189788054834081/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "checksum": "e9a24f285baef1189bfcb121ba3ebf04f8dc0c45",
    "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
}
<10.31.11.195> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 104, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951202.705146-11391-109332059787532/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "checksum": "1a164216ed320f57f93b02e2f5de2e6256f9561b",
    "dest": "/etc/kdump.conf",
    "diff": {
        "after": {
            "path": "/etc/kdump.conf"
        },
        "before": {
            "path": "/etc/kdump.conf"
        }
    },
    "gid": 0,
    "group": "root",
    "invocation": {
        "module_args": {
            "_diff_peek": null,
            "_original_basename": "kdump.conf.j2",
            "access_time": null,
            "access_time_format": "%Y%m%d%H%M.%S",
            "attributes": null,
            "backup": null,
            "content": null,
            "delimiter": null,
            "dest": "/etc/kdump.conf",
            "directory_mode": null,
            "follow": false,
            "force": false,
            "group": null,
            "mode": "0644",
            "modification_time": null,
            "modification_time_format": "%Y%m%d%H%M.%S",
            "owner": null,
            "path": "/etc/kdump.conf",
            "recurse": false,
            "regexp": null,
            "remote_src": null,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "src": null,
            "state": "file",
            "unsafe_writes": false
        }
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/kdump.conf",
    "secontext": "system_u:object_r:kdump_etc_t:s0",
    "size": 104,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] ***
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34
Saturday 30 November 2024  02:20:03 -0500 (0:00:00.834)       0:00:13.472 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.8.101> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050 `" && echo ansible-tmp-1732951203.515002-11426-152370705203050="` echo /root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050 `" ) && sleep 0'"'"''
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585 `" && echo ansible-tmp-1732951203.515325-11427-103908535652585="` echo /root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693 `" && echo ansible-tmp-1732951203.5316885-11429-130878941484693="` echo /root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951203.515325-11427-103908535652585=/root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585\n', b'')
<10.31.11.8> (0, b'ansible-tmp-1732951203.515002-11426-152370705203050=/root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmph64uw5cq TO /root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585/AnsiballZ_slurp.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp2ag59_q7 TO /root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050/AnsiballZ_slurp.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.11.195> (0, b'ansible-tmp-1732951203.5316885-11429-130878941484693=/root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpy9ka3pfe TO /root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693/AnsiballZ_slurp.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp2ag59_q7 /root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050/AnsiballZ_slurp.py\n', b'')
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmph64uw5cq /root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585/AnsiballZ_slurp.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050/ /root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585/ /root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpy9ka3pfe /root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693/AnsiballZ_slurp.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693/ /root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.101> (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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951203.515325-11427-103908535652585/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951203.515002-11426-152370705203050/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.11.195> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951203.5316885-11429-130878941484693/ > /dev/null 2>&1 && sleep 0'"'"''
ok: [managed-node2] => {
    "attempts": 1,
    "changed": false,
    "content": "MjAxMzI2NTkyCg==",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/sys/kernel/kexec_crash_size"
        }
    },
    "source": "/sys/kernel/kexec_crash_size"
}
<10.31.11.8> (0, b'', b'')
ok: [managed-node1] => {
    "attempts": 1,
    "changed": false,
    "content": "MjAxMzI2NTkyCg==",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/sys/kernel/kexec_crash_size"
        }
    },
    "source": "/sys/kernel/kexec_crash_size"
}
<10.31.11.195> (0, b'', b'')
ok: [managed-node3] => {
    "attempts": 1,
    "changed": false,
    "content": "MjAxMzI2NTkyCg==",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/sys/kernel/kexec_crash_size"
        }
    },
    "source": "/sys/kernel/kexec_crash_size"
}

TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] ****
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40
Saturday 30 November 2024  02:20:03 -0500 (0:00:00.426)       0:00:13.899 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49
Saturday 30 November 2024  02:20:03 -0500 (0:00:00.055)       0:00:13.955 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54
Saturday 30 November 2024  02:20:03 -0500 (0:00:00.047)       0:00:14.003 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] ***
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59
Saturday 30 November 2024  02:20:04 -0500 (0:00:00.047)       0:00:14.051 ***** 
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 : Reboot the managed node] ***************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68
Saturday 30 November 2024  02:20:04 -0500 (0:00:00.049)       0:00:14.100 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74
Saturday 30 November 2024  02:20:04 -0500 (0:00:00.046)       0:00:14.147 ***** 
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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84
Saturday 30 November 2024  02:20:04 -0500 (0:00:00.046)       0:00:14.194 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> (0, b'/root\n', b'')
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166 `" && echo ansible-tmp-1732951204.247416-11490-38700882566166="` echo /root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166 `" ) && sleep 0'"'"''
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685 `" && echo ansible-tmp-1732951204.2486277-11489-145383744735685="` echo /root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139 `" && echo ansible-tmp-1732951204.260525-11492-56314965935139="` echo /root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951204.247416-11490-38700882566166=/root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166\n', b'')
<10.31.11.8> (0, b'ansible-tmp-1732951204.2486277-11489-145383744735685=/root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmprezsy2ru TO /root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166/AnsiballZ_systemd.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp0rddhn16 TO /root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685/AnsiballZ_systemd.py
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
<10.31.11.195> (0, b'ansible-tmp-1732951204.260525-11492-56314965935139=/root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpel_ed1u1 TO /root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139/AnsiballZ_systemd.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmprezsy2ru /root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166/AnsiballZ_systemd.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166/ /root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp0rddhn16 /root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685/AnsiballZ_systemd.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685/ /root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpel_ed1u1 /root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139/AnsiballZ_systemd.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139/ /root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.101> (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-11-30 02:19:19 EST", "ExecMainStartTimestampMonotonic": "418228853", "ExecMainExitTimestamp": "Sat 2024-11-30 02:19:37 EST", "ExecMainExitTimestampMonotonic": "436889923", "ExecMainPID": "20376", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:37 EST] ; pid=20376 ; 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-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:19 EST] ; pid=20367 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target system.slice network.target basic.target network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-30 02:19:37 EST", "StateChangeTimestampMonotonic": "436890460", "InactiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST", "InactiveExitTimestampMonotonic": "418228888", "ActiveEnterTimestamp": "Sat 2024-11-30 02:19:37 EST", "ActiveEnterTimestampMonotonic": "436890460", "ActiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST", "ActiveExitTimestampMonotonic": "418205267", "InactiveEnterTimestamp": "Sat 2024-11-30 02:19:19 EST", "InactiveEnterTimestampMonotonic": "418226989", "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-11-30 02:19:19 EST", "ConditionTimestampMonotonic": "418227920", "AssertTimestamp": "Sat 2024-11-30 02:19:19 EST", "AssertTimestampMonotonic": "418227979", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "24fb09bbf79342029070ce6ccfd0ba44", "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951204.247416-11490-38700882566166/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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-11-30 02:19:05 EST", "ExecMainStartTimestampMonotonic": "403909872", "ExecMainExitTimestamp": "Sat 2024-11-30 02:19:25 EST", "ExecMainExitTimestampMonotonic": "423616709", "ExecMainPID": "16396", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:05 EST] ; stop_time=[Sat 2024-11-30 02:19:25 EST] ; pid=16396 ; 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-11-30 02:19:05 EST] ; stop_time=[Sat 2024-11-30 02:19:05 EST] ; pid=16379 ; 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.target systemd-journald.socket network-online.target remote-fs.target basic.target system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-30 02:19:25 EST", "StateChangeTimestampMonotonic": "423617267", "InactiveExitTimestamp": "Sat 2024-11-30 02:19:05 EST", "InactiveExitTimestampMonotonic": "403909910", "ActiveEnterTimestamp": "Sat 2024-11-30 02:19:25 EST", "ActiveEnterTimestampMonotonic": "423617267", "ActiveExitTimestamp": "Sat 2024-11-30 02:19:05 EST", "ActiveExitTimestampMonotonic": "403881256", "InactiveEnterTimestamp": "Sat 2024-11-30 02:19:05 EST", "InactiveEnterTimestampMonotonic": "403907641", "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-11-30 02:19:05 EST", "ConditionTimestampMonotonic": "403908453", "AssertTimestamp": "Sat 2024-11-30 02:19:05 EST", "AssertTimestampMonotonic": "403908476", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "407635735771465cac10eed80c6ce35e", "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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951204.2486277-11489-145383744735685/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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-11-30 02:19:37 EST",
        "ActiveEnterTimestampMonotonic": "436890460",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "ActiveExitTimestampMonotonic": "418205267",
        "ActiveState": "active",
        "After": "remote-fs.target system.slice network.target basic.target network-online.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "AssertTimestampMonotonic": "418227979",
        "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-11-30 02:19:19 EST",
        "ConditionTimestampMonotonic": "418227920",
        "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-11-30 02:19:37 EST",
        "ExecMainExitTimestampMonotonic": "436889923",
        "ExecMainPID": "20376",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "ExecMainStartTimestampMonotonic": "418228853",
        "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-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:37 EST] ; pid=20376 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:19 EST] ; pid=20367 ; 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-11-30 02:19:19 EST",
        "InactiveEnterTimestampMonotonic": "418226989",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "InactiveExitTimestampMonotonic": "418228888",
        "InvocationID": "24fb09bbf79342029070ce6ccfd0ba44",
        "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-11-30 02:19:37 EST",
        "StateChangeTimestampMonotonic": "436890460",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
<10.31.11.195> (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-11-30 02:19:27 EST", "ExecMainStartTimestampMonotonic": "432764760", "ExecMainExitTimestamp": "Sat 2024-11-30 02:19:48 EST", "ExecMainExitTimestampMonotonic": "453495803", "ExecMainPID": "16741", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:27 EST] ; stop_time=[Sat 2024-11-30 02:19:48 EST] ; pid=16741 ; 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-11-30 02:19:27 EST] ; stop_time=[Sat 2024-11-30 02:19:27 EST] ; pid=16732 ; 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": "basic.target network.target remote-fs.target network-online.target systemd-journald.socket system.slice", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-30 02:19:48 EST", "StateChangeTimestampMonotonic": "453496421", "InactiveExitTimestamp": "Sat 2024-11-30 02:19:27 EST", "InactiveExitTimestampMonotonic": "432764807", "ActiveEnterTimestamp": "Sat 2024-11-30 02:19:48 EST", "ActiveEnterTimestampMonotonic": "453496421", "ActiveExitTimestamp": "Sat 2024-11-30 02:19:27 EST", "ActiveExitTimestampMonotonic": "432739167", "InactiveEnterTimestamp": "Sat 2024-11-30 02:19:27 EST", "InactiveEnterTimestampMonotonic": "432762584", "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-11-30 02:19:27 EST", "ConditionTimestampMonotonic": "432763529", "AssertTimestamp": "Sat 2024-11-30 02:19:27 EST", "AssertTimestampMonotonic": "432763589", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "c45d88033e9f4045bffe43a67b79d636", "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.11.195 closed.\r\n')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951204.260525-11492-56314965935139/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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-11-30 02:19:25 EST",
        "ActiveEnterTimestampMonotonic": "423617267",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:19:05 EST",
        "ActiveExitTimestampMonotonic": "403881256",
        "ActiveState": "active",
        "After": "network.target systemd-journald.socket network-online.target remote-fs.target basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:19:05 EST",
        "AssertTimestampMonotonic": "403908476",
        "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-11-30 02:19:05 EST",
        "ConditionTimestampMonotonic": "403908453",
        "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-11-30 02:19:25 EST",
        "ExecMainExitTimestampMonotonic": "423616709",
        "ExecMainPID": "16396",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:19:05 EST",
        "ExecMainStartTimestampMonotonic": "403909872",
        "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-11-30 02:19:05 EST] ; stop_time=[Sat 2024-11-30 02:19:25 EST] ; pid=16396 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:05 EST] ; stop_time=[Sat 2024-11-30 02:19:05 EST] ; pid=16379 ; 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-11-30 02:19:05 EST",
        "InactiveEnterTimestampMonotonic": "403907641",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:19:05 EST",
        "InactiveExitTimestampMonotonic": "403909910",
        "InvocationID": "407635735771465cac10eed80c6ce35e",
        "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-11-30 02:19:25 EST",
        "StateChangeTimestampMonotonic": "423617267",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
<10.31.11.195> (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-11-30 02:19:48 EST",
        "ActiveEnterTimestampMonotonic": "453496421",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:19:27 EST",
        "ActiveExitTimestampMonotonic": "432739167",
        "ActiveState": "active",
        "After": "basic.target network.target remote-fs.target network-online.target systemd-journald.socket system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:19:27 EST",
        "AssertTimestampMonotonic": "432763589",
        "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-11-30 02:19:27 EST",
        "ConditionTimestampMonotonic": "432763529",
        "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-11-30 02:19:48 EST",
        "ExecMainExitTimestampMonotonic": "453495803",
        "ExecMainPID": "16741",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:19:27 EST",
        "ExecMainStartTimestampMonotonic": "432764760",
        "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-11-30 02:19:27 EST] ; stop_time=[Sat 2024-11-30 02:19:48 EST] ; pid=16741 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:27 EST] ; stop_time=[Sat 2024-11-30 02:19:27 EST] ; pid=16732 ; 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-11-30 02:19:27 EST",
        "InactiveEnterTimestampMonotonic": "432762584",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:19:27 EST",
        "InactiveExitTimestampMonotonic": "432764807",
        "InvocationID": "c45d88033e9f4045bffe43a67b79d636",
        "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-11-30 02:19:48 EST",
        "StateChangeTimestampMonotonic": "453496421",
        "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-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94
Saturday 30 November 2024  02:20:04 -0500 (0:00:00.573)       0:00:14.767 ***** 
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708 `" && echo ansible-tmp-1732951204.8218076-11521-214639921336708="` echo /root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'/root\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112 `" && echo ansible-tmp-1732951204.826983-11519-27235736684112="` echo /root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112 `" ) && sleep 0'"'"''
<10.31.11.195> (0, b'/root\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632 `" && echo ansible-tmp-1732951204.8540392-11523-39473559067632="` echo /root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632 `" ) && sleep 0'"'"''
<10.31.11.8> (0, b'ansible-tmp-1732951204.826983-11519-27235736684112=/root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.11.8> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpnvyhrp5v TO /root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112/AnsiballZ_file.py
<10.31.8.101> (0, b'ansible-tmp-1732951204.8218076-11521-214639921336708=/root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708\n', b'')
<10.31.11.8> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/4b92e53a46 '[10.31.11.8]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp7wndz1me TO /root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708/AnsiballZ_file.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.11.195> (0, b'ansible-tmp-1732951204.8540392-11523-39473559067632=/root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.11.195> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpg_9t_how TO /root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632/AnsiballZ_file.py
<10.31.11.195> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/0527276840 '[10.31.11.195]'
<10.31.11.8> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpnvyhrp5v /root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112/AnsiballZ_file.py\n', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112/ /root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp7wndz1me /root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708/AnsiballZ_file.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708/ /root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.195> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmpg_9t_how /root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632/AnsiballZ_file.py\n', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632/ /root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.8> (0, b'', b'')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 -tt 10.31.11.8 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708/AnsiballZ_file.py && sleep 0'"'"''
<10.31.11.195> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 -tt 10.31.11.195 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.101> (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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951204.8218076-11521-214639921336708/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.11.8> (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.11.8 closed.\r\n')
<10.31.11.8> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.8> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/4b92e53a46 10.31.11.8 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951204.826983-11519-27235736684112/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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.11.195> (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.11.195 closed.\r\n')
<10.31.11.8> (0, b'', b'')
<10.31.11.195> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.11.195> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/0527276840 10.31.11.195 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951204.8540392-11523-39473559067632/ > /dev/null 2>&1 && sleep 0'"'"''
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.11.195> (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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2
Saturday 30 November 2024  02:20:05 -0500 (0:00:00.452)       0:00:15.220 ***** 
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.101> (0, b'/root\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366 `" && echo ansible-tmp-1732951205.252252-11546-9945115563366="` echo /root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366 `" ) && sleep 0'"'"''
<10.31.8.101> (0, b'ansible-tmp-1732951205.252252-11546-9945115563366=/root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.8.101> PUT /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp7_u6i45a TO /root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366/AnsiballZ_systemd.py
<10.31.8.101> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/14e09e19c8 '[10.31.8.101]'
<10.31.8.101> (0, b'sftp> put /root/.ansible/tmp/ansible-local-108143cu4_g44/tmp7_u6i45a /root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366/AnsiballZ_systemd.py\n', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366/ /root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.101> (0, b'', b'')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 -tt 10.31.8.101 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.101> (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-11-30 02:19:19 EST", "ExecMainStartTimestampMonotonic": "418228853", "ExecMainExitTimestamp": "Sat 2024-11-30 02:19:37 EST", "ExecMainExitTimestampMonotonic": "436889923", "ExecMainPID": "20376", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:37 EST] ; pid=20376 ; 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-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:19 EST] ; pid=20367 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target system.slice network.target basic.target network-online.target systemd-journald.socket", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-11-30 02:19:37 EST", "StateChangeTimestampMonotonic": "436890460", "InactiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST", "InactiveExitTimestampMonotonic": "418228888", "ActiveEnterTimestamp": "Sat 2024-11-30 02:19:37 EST", "ActiveEnterTimestampMonotonic": "436890460", "ActiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST", "ActiveExitTimestampMonotonic": "418205267", "InactiveEnterTimestamp": "Sat 2024-11-30 02:19:19 EST", "InactiveEnterTimestampMonotonic": "418226989", "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-11-30 02:19:19 EST", "ConditionTimestampMonotonic": "418227920", "AssertTimestamp": "Sat 2024-11-30 02:19:19 EST", "AssertTimestampMonotonic": "418227979", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "24fb09bbf79342029070ce6ccfd0ba44", "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.8.101 closed.\r\n')
<10.31.8.101> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.101> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/14e09e19c8 10.31.8.101 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1732951205.252252-11546-9945115563366/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.101> (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-11-30 02:19:37 EST",
        "ActiveEnterTimestampMonotonic": "436890460",
        "ActiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "ActiveExitTimestampMonotonic": "418205267",
        "ActiveState": "active",
        "After": "remote-fs.target system.slice network.target basic.target network-online.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "AssertTimestampMonotonic": "418227979",
        "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-11-30 02:19:19 EST",
        "ConditionTimestampMonotonic": "418227920",
        "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-11-30 02:19:37 EST",
        "ExecMainExitTimestampMonotonic": "436889923",
        "ExecMainPID": "20376",
        "ExecMainStartTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "ExecMainStartTimestampMonotonic": "418228853",
        "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-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:37 EST] ; pid=20376 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-11-30 02:19:19 EST] ; stop_time=[Sat 2024-11-30 02:19:19 EST] ; pid=20367 ; 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-11-30 02:19:19 EST",
        "InactiveEnterTimestampMonotonic": "418226989",
        "InactiveExitTimestamp": "Sat 2024-11-30 02:19:19 EST",
        "InactiveExitTimestampMonotonic": "418228888",
        "InvocationID": "24fb09bbf79342029070ce6ccfd0ba44",
        "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-11-30 02:19:37 EST",
        "StateChangeTimestampMonotonic": "436890460",
        "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 30 November 2024  02:20:05 -0500 (0:00:00.468)       0:00:15.689 ***** 
=============================================================================== 
fedora.linux_system_roles.kdump : Install required packages ------------- 3.44s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 
Gathering Facts --------------------------------------------------------- 1.10s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 
fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.83s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 
fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.82s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 
Gather facts from managed-node1 ----------------------------------------- 0.72s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 
fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.67s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 
fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.66s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 
fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.61s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 
fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.61s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 
fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.57s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 
fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.54s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 
fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.52s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 
fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.51s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 
fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.48s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 
fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.47s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 
fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.46s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 
Cleanup kdump_path ------------------------------------------------------ 0.45s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 
fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.45s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 
fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.44s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 
fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.43s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 


STDERR:

[WARNING]: running playbook inside collection fedora.linux_system_roles

TASK [Remove the temporary file] ***********************************************
task path: /tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40
Saturday 30 November 2024  02:20:05 -0500 (0:00:16.684)       0:00:54.491 ***** 
changed: [managed-node3 -> localhost] => {
    "changed": true,
    "path": "/tmp/ansible.5g_4gsf6.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 30 November 2024  02:20:06 -0500 (0:00:00.257)       0:00:54.749 ***** 
=============================================================================== 
fedora.linux_system_roles.kdump : Restart kdump ------------------------ 21.29s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 
Run ansible-playbook with tests_ssh.yml in check mode ------------------ 16.68s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 
fedora.linux_system_roles.kdump : Install required packages ------------- 3.39s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 
Create static inventory from hostvars ----------------------------------- 1.05s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 
Gathering Facts --------------------------------------------------------- 1.04s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 
fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.80s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 
fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.77s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 
Gathering Facts --------------------------------------------------------- 0.70s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 
Gather facts from managed-node3 ----------------------------------------- 0.67s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 
Gathering Facts --------------------------------------------------------- 0.66s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 
fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.65s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 
fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.60s
/tmp/collections-ZLi/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.55s
/tmp/collections-ZLi/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-ZLi/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-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 
fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.51s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 
fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.50s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 
fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.41s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 
Create temporary file --------------------------------------------------- 0.39s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7 
fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.39s
/tmp/collections-ZLi/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30