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-Kwx/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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2
Saturday 14 December 2024  02:18:30 -0500 (0:00:00.021)       0:00:00.021 ***** 
ok: [managed-node3]
META: ran handlers

TASK [Create temporary file] ***************************************************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:7
Saturday 14 December 2024  02:18:31 -0500 (0:00:00.899)       0:00:00.921 ***** 
changed: [managed-node3 -> localhost] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.8qfbeugj.inventory.yaml",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Create static inventory from hostvars] ***********************************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14
Saturday 14 December 2024  02:18:32 -0500 (0:00:00.339)       0:00:01.260 ***** 
changed: [managed-node3 -> localhost] => {
    "changed": true,
    "checksum": "10e905dfbbc777462ef4a78bba55b6035a847e84",
    "dest": "/tmp/ansible.8qfbeugj.inventory.yaml",
    "gid": 0,
    "group": "root",
    "md5sum": "e6bccc0071618d6f00cdd5acb858b874",
    "mode": "0644",
    "owner": "root",
    "size": 30657,
    "src": "/root/.ansible/tmp/ansible-tmp-1734160712.149899-9778-23485461385647/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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2
Saturday 14 December 2024  02:18:32 -0500 (0:00:00.811)       0:00:02.072 ***** 
ok: [managed-node3]
META: ran handlers

TASK [Gather facts from managed-node3] *****************************************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56
Saturday 14 December 2024  02:18:33 -0500 (0:00:00.674)       0:00:02.746 ***** 
ok: [managed-node3 -> managed-node3]

TASK [Print message that this test is skipped on EL 6] *************************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61
Saturday 14 December 2024  02:18:34 -0500 (0:00:00.649)       0:00:03.396 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82
Saturday 14 December 2024  02:18:34 -0500 (0:00:00.027)       0:00:03.423 ***** 

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2
Saturday 14 December 2024  02:18:34 -0500 (0:00:00.079)       0:00:03.503 ***** 
included: /tmp/collections-Kwx/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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2
Saturday 14 December 2024  02:18:34 -0500 (0:00:00.030)       0:00:03.534 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10
Saturday 14 December 2024  02:18:34 -0500 (0:00:00.019)       0:00:03.553 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15
Saturday 14 December 2024  02:18:34 -0500 (0:00:00.383)       0:00:03.936 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19
Saturday 14 December 2024  02:18:34 -0500 (0:00:00.032)       0:00:03.968 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5
Saturday 14 December 2024  02:18:34 -0500 (0:00:00.043)       0:00:04.012 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11
Saturday 14 December 2024  02:18:37 -0500 (0:00:02.975)       0:00:06.988 ***** 
ok: [managed-node3] => {
    "changed": false,
    "enabled": true,
    "name": "kdump",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "ActiveEnterTimestampMonotonic": "336814526",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ActiveExitTimestampMonotonic": "322111611",
        "ActiveState": "active",
        "After": "system.slice remote-fs.target systemd-journald.socket network-online.target network.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "AssertTimestampMonotonic": "322136607",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ConditionTimestampMonotonic": "322136585",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "ExecMainExitTimestampMonotonic": "336813987",
        "ExecMainPID": "8427",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ExecMainStartTimestampMonotonic": "322137525",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:17:59 EST] ; stop_time=[Sat 2024-12-14 02:18:13 EST] ; pid=8427 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:17:59 EST] ; stop_time=[Sat 2024-12-14 02:17:59 EST] ; pid=8418 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "InactiveEnterTimestampMonotonic": "322135785",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "InactiveExitTimestampMonotonic": "322137558",
        "InvocationID": "4ee86b3e1e2a48b88074849f268eb118",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "StateChangeTimestampMonotonic": "336814526",
        "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16
Saturday 14 December 2024  02:18:38 -0500 (0:00:00.752)       0:00:07.740 ***** 
included: /tmp/collections-Kwx/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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2
Saturday 14 December 2024  02:18:38 -0500 (0:00:00.068)       0:00:07.809 ***** 
changed: [managed-node3] => {
    "changed": true,
    "cmd": [
        "/usr/bin/ssh-keygen",
        "-t",
        "rsa",
        "-f",
        "/root/.ssh/kdump_id_rsa",
        "-N",
        ""
    ],
    "delta": "0:00:00.653750",
    "end": "2024-12-14 02:18:39.713157",
    "rc": 0,
    "start": "2024-12-14 02:18:39.059407"
}

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:8sdTHH+l0baYioCbPfOWSkMQ86J12/hNaQW4M8HaB28 root@managed-node3
The key's randomart image is:
+---[RSA 3072]----+
|     o  . ..     |
|      +  =  .  . |
|     + oo = ... +|
|    o =.+= Eooo+o|
|   . ..=S.=+ooo..|
|      =oo.=..  . |
|     o *.o=o     |
|      . =+ .     |
|       .o.       |
+----[SHA256]-----+

TASK [fedora.linux_system_roles.kdump : Fetch key] *****************************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7
Saturday 14 December 2024  02:18:39 -0500 (0:00:01.103)       0:00:08.912 ***** 
ok: [managed-node3] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZWxIdWNKZWc4cTl6NFFMOXBvbmRERVpaa25ucjVqdk5qRG5iYnExSTFTOXV3UHMzdDhEaXg4QmJkemp0d0RNZWFwcWpZRWVQL1E2cnorR2VJYmFNYVBMNmRNV0RmRmw0MmFNRFpPaUxCaHpHUXIzZkVBWUk4ZWkvb012TnBMZE84RnhGM3gyV1BPMkpubkg5MFhMZW14YnFXVFhpMm1ZOGttbXJWUzI4VG5ydDFqQ3p6eFNTYlFiVUVaQVZCYlJsTDNCUEpEMXkrZkJHb2M3d1EyUHZhOEVPRXo0WWEzNGkzQ2pFR0JEYlBGSlFmUEhlTGN5OXE1REVocDJpbHptSDliZFdPdkN6QVpibTdabXVMWTNsVGZMSlNWamNXN1hJZ0ZkeFpKb0NUdFFRUUdqWTRtQyt2Q01JUHBzVjNObmZJSERyMUFWK1dPbWRGUHdBN2VMZTdZTkU4cHlha1RESXF2V3BsS1B0KzVxN243bVFPK3Voazlvenh5RXcvamZpMGFrUHZ5YXFUVXJlU1VXcVFRU2xNSGpxT0pZNHplSUFGck5XbmEwYVhVVkR3RTMzcDVkTnJwRzc1VEorV1A5VjRjNFdMSmUzL1JySHlOcXU5OW0wT1dmd1BLOUJFWkgyaFdBQkVOblg4UjdoTktBWkwrTjQyeW4yTmk1b2t6b2M9IHJvb3RAbWFuYWdlZC1ub2RlMwo=",
    "encoding": "base64",
    "source": "/root/.ssh/kdump_id_rsa.pub"
}

TASK [fedora.linux_system_roles.kdump : Get userinfo for root] *****************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19
Saturday 14 December 2024  02:18:40 -0500 (0:00:00.478)       0:00:09.391 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25
Saturday 14 December 2024  02:18:40 -0500 (0:00:00.541)       0:00:09.933 ***** 
ok: [managed-node3 -> managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1734160374.0552576,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1734160719.7112992,
        "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": 1734160719.7112992,
        "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30
Saturday 14 December 2024  02:18:41 -0500 (0:00:00.354)       0:00:10.287 ***** 
ok: [managed-node3 -> managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1734160558.014328,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52",
        "ctime": 1734160374.0552576,
        "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": 1734160374.0542576,
        "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35
Saturday 14 December 2024  02:18:41 -0500 (0:00:00.352)       0:00:10.640 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43
Saturday 14 December 2024  02:18:41 -0500 (0:00:00.466)       0:00:11.107 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53
Saturday 14 December 2024  02:18:42 -0500 (0:00:00.436)       0:00:11.544 ***** 
ok: [managed-node3 -> managed-node3] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDWnVoaUNFRllkVzB3SWhnVENVZUc2TUVaTlAyZVVYeVdzNU5KZmNMOEtaSURTTTJkeTV4S0dQQXduY3VLYzY5YXNxRGhBbHEyY0hWZmRseEtZSEhsYlN2NzI5a2drQm5UMmJveUJDUFl3MjB0SUlGN0gzWmxDbHJqK0lPMGROSCtTTHZ0bTIvU3pmenZVaGxpUGRUV2ZDbWhyRmRQbC9oN21YRXlXNHY0QkYxSFJ6UEVrY2JiMGpacnpVeDlpbXA3ek5SWlc1bzR0NUsxQjBpaFFuUExSZTRvdi9pa0NIOGZSUWdPKzNXcWVja01MMHYvdTFYQytpWGhjSFJsak1EaUhhOUFPUm5Zd1RaSlAwbzBsMk5WRklnd3J6N01jYnRZdHIrTGJTNlo3SE5mY1VMVVRKeXd4VCt2aGZtMHp6b2h0WWN6Sk9ZVlBZRFAzdHZkb1NiVTNGNC9uZ2I0N1RNbmRDNGF2NEVtWk1Rc0FwUWNPQm5EMTFjc2pNZit3Y3VRcEY3LzZjaE02eFhjbmZCR1RFS3BsSStHbm83S2JheDdnY2xZbnJqWG1LYlNzdktLR2UrSXJiUFJPTXMzREpXcU1TTVZPbXN2REc4Y0pwQTJGeDIySEVjbDN5Mm5vcU9uYmdyOUhrdW5abllKU3d0K08zVlVoT2NIeXUvdklhd3M9IHJvb3RAaXAtMTAtMzEtMTQtMjE2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=",
    "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59
Saturday 14 December 2024  02:18:42 -0500 (0:00:00.333)       0:00:11.877 ***** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "hash_host": false,
    "key": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\n",
    "mode": "0644",
    "name": "10.31.14.216",
    "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21
Saturday 14 December 2024  02:18:43 -0500 (0:00:00.456)       0:00:12.334 ***** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1734160679.1433742,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5eea1b4829897f2843bafdff6b482ed722029483",
        "ctime": 1734160677.4413774,
        "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": 1734160677.184378,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 77,
        "uid": 0,
        "version": "3973005345",
        "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26
Saturday 14 December 2024  02:18:43 -0500 (0:00:00.338)       0:00:12.673 ***** 
NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node3
changed: [managed-node3] => {
    "backup_file": "/etc/kdump.conf.16210.2024-12-14@02:18:44~",
    "changed": true,
    "checksum": "938f4b81d4f781f61a6e3088f6ca196701ca4414",
    "dest": "/etc/kdump.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "637e2ed51065f1cbb576b09b1faf9c6c",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:kdump_etc_t:s0",
    "size": 104,
    "src": "/root/.ansible/tmp/ansible-tmp-1734160723.5650718-10149-146612082809049/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] ***
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34
Saturday 14 December 2024  02:18:44 -0500 (0:00:00.689)       0:00:13.362 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40
Saturday 14 December 2024  02:18:44 -0500 (0:00:00.331)       0:00:13.693 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49
Saturday 14 December 2024  02:18:44 -0500 (0:00:00.019)       0:00:13.713 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54
Saturday 14 December 2024  02:18:44 -0500 (0:00:00.015)       0:00:13.729 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59
Saturday 14 December 2024  02:18:44 -0500 (0:00:00.015)       0:00:13.745 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68
Saturday 14 December 2024  02:18:44 -0500 (0:00:00.016)       0:00:13.761 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74
Saturday 14 December 2024  02:18:44 -0500 (0:00:00.015)       0:00:13.776 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84
Saturday 14 December 2024  02:18:44 -0500 (0:00:00.014)       0:00:13.791 ***** 
ok: [managed-node3] => {
    "changed": false,
    "name": "kdump",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "ActiveEnterTimestampMonotonic": "336814526",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ActiveExitTimestampMonotonic": "322111611",
        "ActiveState": "active",
        "After": "system.slice remote-fs.target systemd-journald.socket network-online.target network.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "AssertTimestampMonotonic": "322136607",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ConditionTimestampMonotonic": "322136585",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "ExecMainExitTimestampMonotonic": "336813987",
        "ExecMainPID": "8427",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ExecMainStartTimestampMonotonic": "322137525",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:17:59 EST] ; stop_time=[Sat 2024-12-14 02:18:13 EST] ; pid=8427 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:17:59 EST] ; stop_time=[Sat 2024-12-14 02:17:59 EST] ; pid=8418 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "InactiveEnterTimestampMonotonic": "322135785",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "InactiveExitTimestampMonotonic": "322137558",
        "InvocationID": "4ee86b3e1e2a48b88074849f268eb118",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "StateChangeTimestampMonotonic": "336814526",
        "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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94
Saturday 14 December 2024  02:18:45 -0500 (0:00:00.461)       0:00:14.252 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2
Saturday 14 December 2024  02:18:45 -0500 (0:00:00.336)       0:00:14.589 ***** 
changed: [managed-node3] => {
    "changed": true,
    "name": "kdump",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "ActiveEnterTimestampMonotonic": "336814526",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ActiveExitTimestampMonotonic": "322111611",
        "ActiveState": "active",
        "After": "system.slice remote-fs.target systemd-journald.socket network-online.target network.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "AssertTimestampMonotonic": "322136607",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ConditionTimestampMonotonic": "322136585",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "ExecMainExitTimestampMonotonic": "336813987",
        "ExecMainPID": "8427",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "ExecMainStartTimestampMonotonic": "322137525",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:17:59 EST] ; stop_time=[Sat 2024-12-14 02:18:13 EST] ; pid=8427 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:17:59 EST] ; stop_time=[Sat 2024-12-14 02:17:59 EST] ; pid=8418 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "InactiveEnterTimestampMonotonic": "322135785",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:17:59 EST",
        "InactiveExitTimestampMonotonic": "322137558",
        "InvocationID": "4ee86b3e1e2a48b88074849f268eb118",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:18:13 EST",
        "StateChangeTimestampMonotonic": "336814526",
        "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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27
Saturday 14 December 2024  02:19:04 -0500 (0:00:19.055)       0:00:33.644 ***** 
ok: [managed-node3]
META: ran handlers

TASK [Run ansible-playbook with tests_ssh.yml in check mode] *******************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34
Saturday 14 December 2024  02:19:05 -0500 (0:00:00.607)       0:00:34.252 ***** 
ok: [managed-node3 -> localhost] => {
    "changed": false,
    "cmd": [
        "ansible-playbook",
        "-vvv",
        "-i",
        "/tmp/ansible.8qfbeugj.inventory.yaml",
        "--check",
        "tests_ssh.yml"
    ],
    "delta": "0:00:15.662127",
    "end": "2024-12-14 02:19:20.976549",
    "rc": 0,
    "start": "2024-12-14 02:19:05.314422"
}

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.8qfbeugj.inventory.yaml as it did not pass its verify_file() method
script declined parsing /tmp/ansible.8qfbeugj.inventory.yaml as it did not pass its verify_file() method
Parsed /tmp/ansible.8qfbeugj.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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2
Saturday 14 December 2024  02:19:05 -0500 (0:00:00.022)       0:00:00.023 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409 `" && echo ansible-tmp-1734160745.93061-10570-252056686669409="` echo /root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187 `" && echo ansible-tmp-1734160745.9435925-10573-197939343795187="` echo /root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365 `" && echo ansible-tmp-1734160745.9533515-10572-243299312453365="` echo /root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160745.93061-10570-252056686669409=/root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160745.9435925-10573-197939343795187=/root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187\n', b'')
<10.31.8.44> (0, b'ansible-tmp-1734160745.9533515-10572-243299312453365=/root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365\n', b'')
<managed-node1> Attempting python interpreter discovery
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<managed-node3> Attempting python interpreter discovery
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/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.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/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'"'"''
<managed-node2> Attempting python interpreter discovery
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/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.44> (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.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"''
<10.31.9.245> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"''
<10.31.14.216> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.6\n/usr/libexec/platform-python\n/usr/bin/python3\nENDFOUND\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'/usr/bin/python3.6 && sleep 0'"'"''
<10.31.14.216> (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.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpf0w6vztu TO /root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187/AnsiballZ_setup.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.9.245> (0, b'{"platform_dist_result": ["centos", "8", ""], "osrelease_content": "NAME=\\"CentOS Stream\\"\\nVERSION=\\"8\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"8\\"\\nPLATFORM_ID=\\"platform:el8\\"\\nPRETTY_NAME=\\"CentOS Stream 8\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:8\\"\\nHOME_URL=\\"https://centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux 8\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"CentOS Stream\\"\\n"}\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmph2dh7epy TO /root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409/AnsiballZ_setup.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> (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.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmph0bja6zf TO /root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365/AnsiballZ_setup.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpf0w6vztu /root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187/AnsiballZ_setup.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187/ /root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmph2dh7epy /root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409/AnsiballZ_setup.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409/ /root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmph0bja6zf /root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365/AnsiballZ_setup.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365/ /root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.14.216> (0, b'\r\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPsXeH44ujLEVuQD+MASmjC1/Z6tv7pOOqhbnX8Mjnn8tX+Hv0c5D1DQXtEnF99jM73GL2HzgB9au2XxIPuolHgYAM90O4b0LkSk0R8qZUNFixrKSl0QQk+G7IysFn+844sCaj+y8yLOaNvtyv5Fa7gbJkvpLNJc2FHELu9W+eUVAAAAFQD0HaKk1JJwNt0m366oRSUqyvAcCwAAAIEAlTTc7SKHVmlPplT07r/tle813/5bvfkTXwfe9MN0lQkYcUS+Xfyr/7BBqdFnBXl1YbJzsb3c/01xCqfLQf92/rzTrEpcBIeyZRf8EuMJG/FbiLRHlqJlYtbIoZo0bxpqAt0twhlw5lS91NYrv8uCay0NtNLn6AHjBDd482l/UhwAAACBAMJD7+hQlnWqU0Aj9BaZIx4WLdy/GfZoko6/elnWNnua0ZY+m/b9LoTBZbXtWAwyWfhVbLvDn5ji4ClUn6s7lb80cUkroR6bEjQRp6a0EhVqR2QoG5sld8ZbUPzWZZeEk9Ag+kEz+koRtdkMLmVcORHfHHhkC0cLgybp65m3GJM8", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKwVAL1CTM4kKdYd2ySf7q+foY5J55QncdmXs0JHX704wET7ODY19TMfg9GTncVsrGsZu0hYc60NmKpLa49Rk9w=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIChk4t4tvTFAbxqmCICgfBcxnG4BXMAhD0WFkyazcBpb", "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_hostnqn": "", "ansible_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_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": "89b2df448c8948a4b4891cb52f2acd0a", "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_is_chroot": false, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_service_mgr": "systemd", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:ee:23:0a:d9", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.216", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:eeff:fe23:ad9", "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.12.1", "interface": "eth0", "address": "10.31.14.216", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:ee:23:0a:d9", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.216"], "ansible_all_ipv6_addresses": ["fe80::8ff:eeff:fe23:ad9"], "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": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "19", "second": "06", "epoch": "1734160746", "date": "2024-12-14", "time": "02:19:06", "iso8601_micro": "2024-12-14T07:19:06.691127Z", "iso8601": "2024-12-14T07:19:06Z", "iso8601_basic": "20241214T021906691127", "iso8601_basic_short": "20241214T021906", "tz": "EST", "tz_offset": "-0500"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_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": 3337, "used": 202}, "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": "ec2722d7-75c8-fd14-290c-b05bcf574913", "ansible_product_uuid": "ec2722d7-75c8-fd14-290c-b05bcf574913", "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": 389, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560056832, "block_size": 4096, "block_total": 65533179, "block_available": 64345717, "block_used": 1187462, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_iscsi_iqn": "", "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.13.115 47562 10.31.14.216 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.13.115 47562 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_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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160745.9435925-10573-197939343795187/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIFY1r8H0UwyCR0Oo1rpmn3JVZdJCd5I1JRlY1K86K9nIk1rPuycw1BG3hw1dRSlDxjp401aw0NGjhGjWysTlDY1Elhzb9J14omWclgWOgV4vdJGe8h21JiLEcROgcPcmGv0r+WyvGG0QW+pK9Ngk8GknquwdzetTrDmmTC9AJnBAAAAFQDAcNV1cXS7by4lMdcPzJLLm9b1gwAAAIAu3AKJ1vJBhH3uJ4FK/KioZJXbX4eleI8F3/F9A2ioWu+M59Wa1aH14PUYbS1vYnjfjdMrC7Ia1SeFhmLQ91PC2X/s5XKoxkxG8zppECZLLUex0P7gTZEz4aopDNpYww8ggmWRyH78Zlo4uYsyrFhiShdXOfzciypTvyHl7O6+HAAAAIAV2GcG93SXT8r75PdioLQfXzW8Hb+LyJ5zhM1bQbB/1tgvq7sPw+lvlh/iroVgTZiuTTMJzy0ZOBGDE8uyGtOEVlAg5/djUT4TkKwSkKMgt/OKhwnHNQOQoBbl1RQYqDCc1iCeT7+K65Itu08jtqi2iCu1CgdTyFBSosEpaYQQ8g==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN9dlkYCUg9wmoCiFZQudTjy/QATfLKOQUfUIUXv8ZGVeEA1BEW+Y/vVWBMHIeoykGahATvYXnXD61sY3EFxsww=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEe+t/UEb32yMosQwPPHSLD03dKuWBjkogaKBrI2u72N", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "0f6b7be9c4324f10b52ebb5575f87906", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_fibre_channel_wwn": [], "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": 2835, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 704, "free": 2835}, "nocache": {"free": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec297a79-ce94-d9df-744c-38989db34988", "ansible_product_uuid": "ec297a79-ce94-d9df-744c-38989db34988", "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": 367, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560142848, "block_size": 4096, "block_total": 65533179, "block_available": 64345738, "block_used": 1187441, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_distribution": "CentOS", "ansible_distribution_release": "NA", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_is_chroot": false, "ansible_hostnqn": "", "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "19", "second": "06", "epoch": "1734160746", "date": "2024-12-14", "time": "02:19:06", "iso8601_micro": "2024-12-14T07:19:06.804096Z", "iso8601": "2024-12-14T07:19:06Z", "iso8601_basic": "20241214T021906804096", "iso8601_basic_short": "20241214T021906", "tz": "EST", "tz_offset": "-0500"}, "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:8b:5f:05:73:65", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.245", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::108b:5fff:fe05:7365", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.9.245", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:8b:5f:05:73:65", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.245"], "ansible_all_ipv6_addresses": ["fe80::108b:5fff:fe05:7365"], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.13.115 49422 10.31.9.245 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.13.115 49422 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() {  ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_apparmor": {"status": "disabled"}, "ansible_service_mgr": "systemd", "ansible_lsb": {}, "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160745.93061-10570-252056686669409/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
ok: [managed-node3]
<10.31.9.245> (0, b'', b'')
ok: [managed-node1]
<10.31.8.44> (0, b'\r\n{"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node2", "ansible_hostname": "managed-node2", "ansible_nodename": "managed-node2", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "9fb6400fb86348e686dc82371ab30b96", "ansible_local": {}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALp7g3aXO3LIRXkqE7+ZXIib3xeW4b2ldDbCbVaetbL2etxy5s1C8s4ak6tmPBSK6N3N+thhRw1C1UNqdB6D1tktcr+d/Aj/kEX8egj9mt4bq+Iezfce0F2ShApZ2YRF+tMXlzGe080GPG7Nve6yE4s/qPXLEvdUx71jGgJ9lzvHAAAAFQD0Zn3rw6a0cB3Hmoq4RgU4lwBsBQAAAIBquoahZvt3sf8V04QFFRLIiuo4uC5sDoeP4XyPSg5GGwblgWXXo3KbR/jmy30PGHvvS950f0YNhNBbUqMJ1lJv/CjImbNaEqG8fjBru4L0nB3WT0V5SFmbo3DUBvdqmQrci0hs5tWzHcjrnlAhloSo4XMpbJFV2QzL7sfPIj+IPQAAAIBYx6Efm0B9sjwxIsPFgBq3xl3R4ZuojzhOGQWUv0rhzHK7B6/RVhwQJBPrni+7p2qtYJKoE9hzJhQxLnv41mjmyClsxIXBonIpTzRghemHKXJVRrpCK81rsKybWJH+Hm7QiXYKY8vBuUtpUfJ9sxsF4puCfpUA8+r/RMxMP0ZAKw==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKD1T6jodVWSTqL7IXLHS6q/59FE2P1zNBLc2zswxTdgzkucXlQEx73fTCUK333SUND4TxMEfFFAIRmckFmcLTs=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMRtqG9v2HEvKq/+3jcWaDJlyqJ5/WX/AxKM5vO1vBs/", "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_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_iscsi_iqn": "", "ansible_is_chroot": false, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "19", "second": "06", "epoch": "1734160746", "date": "2024-12-14", "time": "02:19:06", "iso8601_micro": "2024-12-14T07:19:06.786805Z", "iso8601": "2024-12-14T07:19:06Z", "iso8601_basic": "20241214T021906786805", "iso8601_basic_short": "20241214T021906", "tz": "EST", "tz_offset": "-0500"}, "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "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_lsb": {}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_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_apparmor": {"status": "disabled"}, "ansible_hostnqn": "", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_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": 3334, "used": 205}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec236eb1-b1cb-3e43-3cd7-3e08355e6311", "ansible_product_uuid": "ec236eb1-b1cb-3e43-3cd7-3e08355e6311", "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": 367, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559979008, "block_size": 4096, "block_total": 65533179, "block_available": 64345698, "block_used": 1187481, "inode_total": 131071472, "inode_available": 130996214, "inode_used": 75258, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_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:54:dc:6a:fd:c5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.44", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1054:dcff:fe6a:fdc5", "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.44", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:54:dc:6a:fd:c5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.44"], "ansible_all_ipv6_addresses": ["fe80::1054:dcff:fe6a:fdc5"], "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.13.115 34144 10.31.8.44 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.13.115 34144 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/1", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() {  ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160745.9533515-10572-243299312453365/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
ok: [managed-node2]
META: ran handlers

TASK [Gather facts from managed-node1] *****************************************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56
Saturday 14 December 2024  02:19:07 -0500 (0:00:01.172)       0:00:01.195 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588 `" && echo ansible-tmp-1734160747.1227188-10627-192621774072588="` echo /root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059 `" && echo ansible-tmp-1734160747.1260676-10629-98186287345059="` echo /root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673 `" && echo ansible-tmp-1734160747.1464217-10632-151417713188673="` echo /root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160747.1227188-10627-192621774072588=/root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpqwse8f10 TO /root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588/AnsiballZ_setup.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> (0, b'ansible-tmp-1734160747.1260676-10629-98186287345059=/root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpybhw8n4u TO /root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059/AnsiballZ_setup.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'ansible-tmp-1734160747.1464217-10632-151417713188673=/root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/setup.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp1memi6k8 TO /root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673/AnsiballZ_setup.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpybhw8n4u /root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059/AnsiballZ_setup.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059/ /root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpqwse8f10 /root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588/AnsiballZ_setup.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588/ /root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp1memi6k8 /root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673/AnsiballZ_setup.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673/ /root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673/AnsiballZ_setup.py && sleep 0'"'"''
<10.31.14.216> (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_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_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_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPsXeH44ujLEVuQD+MASmjC1/Z6tv7pOOqhbnX8Mjnn8tX+Hv0c5D1DQXtEnF99jM73GL2HzgB9au2XxIPuolHgYAM90O4b0LkSk0R8qZUNFixrKSl0QQk+G7IysFn+844sCaj+y8yLOaNvtyv5Fa7gbJkvpLNJc2FHELu9W+eUVAAAAFQD0HaKk1JJwNt0m366oRSUqyvAcCwAAAIEAlTTc7SKHVmlPplT07r/tle813/5bvfkTXwfe9MN0lQkYcUS+Xfyr/7BBqdFnBXl1YbJzsb3c/01xCqfLQf92/rzTrEpcBIeyZRf8EuMJG/FbiLRHlqJlYtbIoZo0bxpqAt0twhlw5lS91NYrv8uCay0NtNLn6AHjBDd482l/UhwAAACBAMJD7+hQlnWqU0Aj9BaZIx4WLdy/GfZoko6/elnWNnua0ZY+m/b9LoTBZbXtWAwyWfhVbLvDn5ji4ClUn6s7lb80cUkroR6bEjQRp6a0EhVqR2QoG5sld8ZbUPzWZZeEk9Ag+kEz+koRtdkMLmVcORHfHHhkC0cLgybp65m3GJM8", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKwVAL1CTM4kKdYd2ySf7q+foY5J55QncdmXs0JHX704wET7ODY19TMfg9GTncVsrGsZu0hYc60NmKpLa49Rk9w=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIChk4t4tvTFAbxqmCICgfBcxnG4BXMAhD0WFkyazcBpb", "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": "89b2df448c8948a4b4891cb52f2acd0a", "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_apparmor": {"status": "disabled"}, "ansible_service_mgr": "systemd", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "19", "second": "07", "epoch": "1734160747", "date": "2024-12-14", "time": "02:19:07", "iso8601_micro": "2024-12-14T07:19:07.563801Z", "iso8601": "2024-12-14T07:19:07Z", "iso8601_basic": "20241214T021907563801", "iso8601_basic_short": "20241214T021907", "tz": "EST", "tz_offset": "-0500"}, "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": 3337, "used": 202}, "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": "ec2722d7-75c8-fd14-290c-b05bcf574913", "ansible_product_uuid": "ec2722d7-75c8-fd14-290c-b05bcf574913", "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": 390, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560077312, "block_size": 4096, "block_total": 65533179, "block_available": 64345722, "block_used": 1187457, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_iscsi_iqn": "", "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:ee:23:0a:d9", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.216", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0"}, "ipv6": [{"address": "fe80::8ff:eeff:fe23:ad9", "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.12.1", "interface": "eth0", "address": "10.31.14.216", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "macaddress": "0a:ff:ee:23:0a:d9", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.216"], "ansible_all_ipv6_addresses": ["fe80::8ff:eeff:fe23:ad9"], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.13.115 47562 10.31.14.216 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.13.115 47562 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_fips": false, "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.14.216 closed.\r\n')
<10.31.9.245> (0, b'\r\n{"ansible_facts": {"ansible_hostnqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "managed-node1", "ansible_hostname": "managed-node1", "ansible_nodename": "managed-node1", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "0f6b7be9c4324f10b52ebb5575f87906", "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_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.13.115 49422 10.31.9.245 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.13.115 49422 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() {  ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_is_chroot": false, "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "19", "second": "07", "epoch": "1734160747", "date": "2024-12-14", "time": "02:19:07", "iso8601_micro": "2024-12-14T07:19:07.562944Z", "iso8601": "2024-12-14T07:19:07Z", "iso8601_basic": "20241214T021907562944", "iso8601_basic_short": "20241214T021907", "tz": "EST", "tz_offset": "-0500"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAIFY1r8H0UwyCR0Oo1rpmn3JVZdJCd5I1JRlY1K86K9nIk1rPuycw1BG3hw1dRSlDxjp401aw0NGjhGjWysTlDY1Elhzb9J14omWclgWOgV4vdJGe8h21JiLEcROgcPcmGv0r+WyvGG0QW+pK9Ngk8GknquwdzetTrDmmTC9AJnBAAAAFQDAcNV1cXS7by4lMdcPzJLLm9b1gwAAAIAu3AKJ1vJBhH3uJ4FK/KioZJXbX4eleI8F3/F9A2ioWu+M59Wa1aH14PUYbS1vYnjfjdMrC7Ia1SeFhmLQ91PC2X/s5XKoxkxG8zppECZLLUex0P7gTZEz4aopDNpYww8ggmWRyH78Zlo4uYsyrFhiShdXOfzciypTvyHl7O6+HAAAAIAV2GcG93SXT8r75PdioLQfXzW8Hb+LyJ5zhM1bQbB/1tgvq7sPw+lvlh/iroVgTZiuTTMJzy0ZOBGDE8uyGtOEVlAg5/djUT4TkKwSkKMgt/OKhwnHNQOQoBbl1RQYqDCc1iCeT7+K65Itu08jtqi2iCu1CgdTyFBSosEpaYQQ8g==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN9dlkYCUg9wmoCiFZQudTjy/QATfLKOQUfUIUXv8ZGVeEA1BEW+Y/vVWBMHIeoykGahATvYXnXD61sY3EFxsww=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIEe+t/UEb32yMosQwPPHSLD03dKuWBjkogaKBrI2u72N", "ansible_iscsi_iqn": "", "ansible_lsb": {}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_interfaces": ["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:8b:5f:05:73:65", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.245", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::108b:5fff:fe05:7365", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.9.245", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:8b:5f:05:73:65", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.245"], "ansible_all_ipv6_addresses": ["fe80::108b:5fff:fe05:7365"], "ansible_apparmor": {"status": "disabled"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2835, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 704, "free": 2835}, "nocache": {"free": 3335, "used": 204}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec297a79-ce94-d9df-744c-38989db34988", "ansible_product_uuid": "ec297a79-ce94-d9df-744c-38989db34988", "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": 368, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263560122368, "block_size": 4096, "block_total": 65533179, "block_available": 64345733, "block_used": 1187446, "inode_total": 131071472, "inode_available": 130996225, "inode_used": 75247, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_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_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_fibre_channel_wwn": [], "ansible_local": {}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160747.1464217-10632-151417713188673/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160747.1227188-10627-192621774072588/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.9.245> (0, b'', b'')
ok: [managed-node3 -> managed-node3]
ok: [managed-node1 -> managed-node1]
<10.31.8.44> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALp7g3aXO3LIRXkqE7+ZXIib3xeW4b2ldDbCbVaetbL2etxy5s1C8s4ak6tmPBSK6N3N+thhRw1C1UNqdB6D1tktcr+d/Aj/kEX8egj9mt4bq+Iezfce0F2ShApZ2YRF+tMXlzGe080GPG7Nve6yE4s/qPXLEvdUx71jGgJ9lzvHAAAAFQD0Zn3rw6a0cB3Hmoq4RgU4lwBsBQAAAIBquoahZvt3sf8V04QFFRLIiuo4uC5sDoeP4XyPSg5GGwblgWXXo3KbR/jmy30PGHvvS950f0YNhNBbUqMJ1lJv/CjImbNaEqG8fjBru4L0nB3WT0V5SFmbo3DUBvdqmQrci0hs5tWzHcjrnlAhloSo4XMpbJFV2QzL7sfPIj+IPQAAAIBYx6Efm0B9sjwxIsPFgBq3xl3R4ZuojzhOGQWUv0rhzHK7B6/RVhwQJBPrni+7p2qtYJKoE9hzJhQxLnv41mjmyClsxIXBonIpTzRghemHKXJVRrpCK81rsKybWJH+Hm7QiXYKY8vBuUtpUfJ9sxsF4puCfpUA8+r/RMxMP0ZAKw==", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKD1T6jodVWSTqL7IXLHS6q/59FE2P1zNBLc2zswxTdgzkucXlQEx73fTCUK333SUND4TxMEfFFAIRmckFmcLTs=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIMRtqG9v2HEvKq/+3jcWaDJlyqJ5/WX/AxKM5vO1vBs/", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "12", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "50", "day": "14", "hour": "02", "minute": "19", "second": "07", "epoch": "1734160747", "date": "2024-12-14", "time": "02:19:07", "iso8601_micro": "2024-12-14T07:19:07.613600Z", "iso8601": "2024-12-14T07:19:07Z", "iso8601_basic": "20241214T021907613600", "iso8601_basic_short": "20241214T021907", "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-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": "9fb6400fb86348e686dc82371ab30b96", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3539, "ansible_memfree_mb": 2822, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 717, "free": 2822}, "nocache": {"free": 3324, "used": 215}, "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": "ec236eb1-b1cb-3e43-3cd7-3e08355e6311", "ansible_product_uuid": "ec236eb1-b1cb-3e43-3cd7-3e08355e6311", "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": 368, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263559835648, "block_size": 4096, "block_total": 65533179, "block_available": 64345663, "block_used": 1187516, "inode_total": 131071472, "inode_available": 130996213, "inode_used": 75259, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"LS_COLORS": "", "SSH_CONNECTION": "10.31.13.115 34144 10.31.8.44 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.13.115 34144 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() {  ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_is_chroot": 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_apparmor": {"status": "disabled"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_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:54:dc:6a:fd:c5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.8.44", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::1054:dcff:fe6a:fdc5", "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.44", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:54:dc:6a:fd:c5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.8.44"], "ansible_all_ipv6_addresses": ["fe80::1054:dcff:fe6a:fdc5"], "ansible_service_mgr": "systemd", "ansible_iscsi_iqn": "", "ansible_lsb": {}, "ansible_pkg_mgr": "dnf", "ansible_fips": false, "ansible_local": {}, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_hostnqn": "", "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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160747.1260676-10629-98186287345059/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
ok: [managed-node2 -> managed-node2]

TASK [Print message that this test is skipped on EL 6] *************************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:61
Saturday 14 December 2024  02:19:07 -0500 (0:00:00.809)       0:00:02.005 ***** 
skipping: [managed-node2] => {}
skipping: [managed-node1] => {}
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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:82
Saturday 14 December 2024  02:19:07 -0500 (0:00:00.064)       0:00:02.070 ***** 

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2
Saturday 14 December 2024  02:19:08 -0500 (0:00:00.107)       0:00:02.178 ***** 
included: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node2, managed-node1, managed-node3

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2
Saturday 14 December 2024  02:19:08 -0500 (0:00:00.067)       0:00:02.245 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Check if system is ostree] *************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10
Saturday 14 December 2024  02:19:08 -0500 (0:00:00.047)       0:00:02.293 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726 `" && echo ansible-tmp-1734160748.204074-10703-55931634845726="` echo /root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372 `" && echo ansible-tmp-1734160748.2234435-10704-252963355039372="` echo /root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119 `" && echo ansible-tmp-1734160748.2258127-10706-252481538701119="` echo /root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160748.204074-10703-55931634845726=/root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160748.2258127-10706-252481538701119=/root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119\n', b'')
<10.31.8.44> (0, b'ansible-tmp-1734160748.2234435-10704-252963355039372=/root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp39jciyi1 TO /root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726/AnsiballZ_stat.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp12lr0_y9 TO /root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119/AnsiballZ_stat.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpa9i53ar4 TO /root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372/AnsiballZ_stat.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp12lr0_y9 /root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119/AnsiballZ_stat.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119/ /root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpa9i53ar4 /root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372/AnsiballZ_stat.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372/ /root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp39jciyi1 /root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726/AnsiballZ_stat.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726/ /root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160748.2258127-10706-252481538701119/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "invocation": {
        "module_args": {
            "checksum_algorithm": "sha1",
            "follow": false,
            "get_attributes": true,
            "get_checksum": true,
            "get_md5": false,
            "get_mime": true,
            "path": "/run/ostree-booted"
        }
    },
    "stat": {
        "exists": false
    }
}
<10.31.9.245> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160748.204074-10703-55931634845726/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160748.2234435-10704-252963355039372/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (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.8.44> (0, b'', b'')
ok: [managed-node2] => {
    "changed": false,
    "invocation": {
        "module_args": {
            "checksum_algorithm": "sha1",
            "follow": false,
            "get_attributes": true,
            "get_checksum": true,
            "get_md5": false,
            "get_mime": true,
            "path": "/run/ostree-booted"
        }
    },
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15
Saturday 14 December 2024  02:19:08 -0500 (0:00:00.519)       0:00:02.813 ***** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__kdump_is_ostree": false
    },
    "changed": false
}
ok: [managed-node1] => {
    "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19
Saturday 14 December 2024  02:19:08 -0500 (0:00:00.057)       0:00:02.870 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5
Saturday 14 December 2024  02:19:08 -0500 (0:00:00.090)       0:00:02.961 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863 `" && echo ansible-tmp-1734160748.9444838-10766-257604604199863="` echo /root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960 `" && echo ansible-tmp-1734160748.9635634-10768-30737717994960="` echo /root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787 `" && echo ansible-tmp-1734160748.9692667-10767-62534129762787="` echo /root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160748.9444838-10766-257604604199863=/root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160748.9635634-10768-30737717994960=/root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960\n', b'')
<10.31.8.44> (0, b'ansible-tmp-1734160748.9692667-10767-62534129762787=/root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp_dosowz1 TO /root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863/AnsiballZ_dnf.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmphgbncjzx TO /root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960/AnsiballZ_dnf.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpifowvx1n TO /root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787/AnsiballZ_dnf.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmphgbncjzx /root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960/AnsiballZ_dnf.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960/ /root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpifowvx1n /root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787/AnsiballZ_dnf.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787/ /root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp_dosowz1 /root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863/AnsiballZ_dnf.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863/ /root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863/AnsiballZ_dnf.py && sleep 0'"'"''
<10.31.14.216> (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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160748.9635634-10768-30737717994960/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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
<10.31.9.245> (0, b'\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160748.9444838-10766-257604604199863/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (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.8.44> (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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160748.9692667-10767-62534129762787/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
ok: [managed-node2] => {
    "changed": false,
    "invocation": {
        "module_args": {
            "allow_downgrade": false,
            "autoremove": false,
            "bugfix": false,
            "conf_file": null,
            "disable_excludes": null,
            "disable_gpg_check": false,
            "disable_plugin": [],
            "disablerepo": [],
            "download_dir": null,
            "download_only": false,
            "enable_plugin": [],
            "enablerepo": [],
            "exclude": [],
            "install_repoquery": true,
            "install_weak_deps": true,
            "installroot": "/",
            "list": null,
            "lock_timeout": 30,
            "name": [
                "grubby",
                "iproute",
                "kexec-tools",
                "openssh-clients"
            ],
            "releasever": null,
            "security": false,
            "skip_broken": false,
            "state": "present",
            "update_cache": false,
            "update_only": false,
            "validate_certs": true
        }
    },
    "rc": 0,
    "results": []
}

MSG:

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

TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] **********
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11
Saturday 14 December 2024  02:19:12 -0500 (0:00:03.668)       0:00:06.629 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293 `" && echo ansible-tmp-1734160752.5427103-10975-205421924702293="` echo /root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721 `" && echo ansible-tmp-1734160752.5525975-10976-4947854707721="` echo /root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394 `" && echo ansible-tmp-1734160752.5553617-10978-232843370952394="` echo /root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160752.5427103-10975-205421924702293=/root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293\n', b'')
<10.31.8.44> (0, b'ansible-tmp-1734160752.5525975-10976-4947854707721=/root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160752.5553617-10978-232843370952394=/root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp3uqs1gvn TO /root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293/AnsiballZ_systemd.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp_zewdd6w TO /root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721/AnsiballZ_systemd.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpsagsn4ug TO /root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394/AnsiballZ_systemd.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpsagsn4ug /root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394/AnsiballZ_systemd.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394/ /root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp_zewdd6w /root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721/AnsiballZ_systemd.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721/ /root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp3uqs1gvn /root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293/AnsiballZ_systemd.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293/ /root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.44> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:40 EST", "ExecMainStartTimestampMonotonic": "341263633", "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:58 EST", "ExecMainExitTimestampMonotonic": "359784389", "ExecMainPID": "20403", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:58 EST] ; pid=20403 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:40 EST] ; pid=20394 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:18:58 EST", "StateChangeTimestampMonotonic": "359784781", "InactiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST", "InactiveExitTimestampMonotonic": "341263666", "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:58 EST", "ActiveEnterTimestampMonotonic": "359784781", "ActiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST", "ActiveExitTimestampMonotonic": "341239924", "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:40 EST", "InactiveEnterTimestampMonotonic": "341261958", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-14 02:18:40 EST", "ConditionTimestampMonotonic": "341262751", "AssertTimestamp": "Sat 2024-12-14 02:18:40 EST", "AssertTimestampMonotonic": "341262775", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "355ba088c9304c45a8c448c113868f00", "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.44 closed.\r\n')
<10.31.14.216> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:45 EST", "ExecMainStartTimestampMonotonic": "368891171", "ExecMainExitTimestamp": "Sat 2024-12-14 02:19:04 EST", "ExecMainExitTimestampMonotonic": "387440187", "ExecMainPID": "16725", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:45 EST] ; stop_time=[Sat 2024-12-14 02:19:04 EST] ; pid=16725 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:45 EST] ; stop_time=[Sat 2024-12-14 02:18:45 EST] ; pid=16716 ; 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": "system.slice remote-fs.target systemd-journald.socket network-online.target network.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:19:04 EST", "StateChangeTimestampMonotonic": "387440643", "InactiveExitTimestamp": "Sat 2024-12-14 02:18:45 EST", "InactiveExitTimestampMonotonic": "368891195", "ActiveEnterTimestamp": "Sat 2024-12-14 02:19:04 EST", "ActiveEnterTimestampMonotonic": "387440643", "ActiveExitTimestamp": "Sat 2024-12-14 02:18:45 EST", "ActiveExitTimestampMonotonic": "368865735", "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:45 EST", "InactiveEnterTimestampMonotonic": "368889375", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-14 02:18:45 EST", "ConditionTimestampMonotonic": "368890235", "AssertTimestamp": "Sat 2024-12-14 02:18:45 EST", "AssertTimestampMonotonic": "368890257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "7ac9bdcf4f054e13a8f6522cb7114c86", "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.14.216 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160752.5525975-10976-4947854707721/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160752.5553617-10978-232843370952394/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:30 EST", "ExecMainStartTimestampMonotonic": "331821920", "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:49 EST", "ExecMainExitTimestampMonotonic": "350451668", "ExecMainPID": "16696", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:30 EST] ; stop_time=[Sat 2024-12-14 02:18:49 EST] ; pid=16696 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:30 EST] ; stop_time=[Sat 2024-12-14 02:18:30 EST] ; pid=16687 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target systemd-journald.socket basic.target network-online.target system.slice network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:18:49 EST", "StateChangeTimestampMonotonic": "350452111", "InactiveExitTimestamp": "Sat 2024-12-14 02:18:30 EST", "InactiveExitTimestampMonotonic": "331821954", "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:49 EST", "ActiveEnterTimestampMonotonic": "350452111", "ActiveExitTimestamp": "Sat 2024-12-14 02:18:30 EST", "ActiveExitTimestampMonotonic": "331797541", "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:30 EST", "InactiveEnterTimestampMonotonic": "331820178", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-14 02:18:30 EST", "ConditionTimestampMonotonic": "331820988", "AssertTimestamp": "Sat 2024-12-14 02:18:30 EST", "AssertTimestampMonotonic": "331821030", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "b9e75735a3a54ed2b7a526e5b8058ca3", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160752.5427103-10975-205421924702293/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.14.216> (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-12-14 02:18:58 EST",
        "ActiveEnterTimestampMonotonic": "359784781",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ActiveExitTimestampMonotonic": "341239924",
        "ActiveState": "active",
        "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "AssertTimestampMonotonic": "341262775",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ConditionTimestampMonotonic": "341262751",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:58 EST",
        "ExecMainExitTimestampMonotonic": "359784389",
        "ExecMainPID": "20403",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ExecMainStartTimestampMonotonic": "341263633",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:58 EST] ; pid=20403 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:40 EST] ; pid=20394 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "InactiveEnterTimestampMonotonic": "341261958",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "InactiveExitTimestampMonotonic": "341263666",
        "InvocationID": "355ba088c9304c45a8c448c113868f00",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:18:58 EST",
        "StateChangeTimestampMonotonic": "359784781",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22406",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
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-12-14 02:19:04 EST",
        "ActiveEnterTimestampMonotonic": "387440643",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "ActiveExitTimestampMonotonic": "368865735",
        "ActiveState": "active",
        "After": "system.slice remote-fs.target systemd-journald.socket network-online.target network.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "AssertTimestampMonotonic": "368890257",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "ConditionTimestampMonotonic": "368890235",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:19:04 EST",
        "ExecMainExitTimestampMonotonic": "387440187",
        "ExecMainPID": "16725",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "ExecMainStartTimestampMonotonic": "368891171",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:45 EST] ; stop_time=[Sat 2024-12-14 02:19:04 EST] ; pid=16725 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:45 EST] ; stop_time=[Sat 2024-12-14 02:18:45 EST] ; pid=16716 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "InactiveEnterTimestampMonotonic": "368889375",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "InactiveExitTimestampMonotonic": "368891195",
        "InvocationID": "7ac9bdcf4f054e13a8f6522cb7114c86",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:19:04 EST",
        "StateChangeTimestampMonotonic": "387440643",
        "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.9.245> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "invocation": {
        "module_args": {
            "daemon_reexec": false,
            "daemon_reload": false,
            "enabled": true,
            "force": null,
            "masked": null,
            "name": "kdump",
            "no_block": false,
            "scope": null,
            "state": null,
            "user": null
        }
    },
    "name": "kdump",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:49 EST",
        "ActiveEnterTimestampMonotonic": "350452111",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "ActiveExitTimestampMonotonic": "331797541",
        "ActiveState": "active",
        "After": "remote-fs.target systemd-journald.socket basic.target network-online.target system.slice network.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "AssertTimestampMonotonic": "331821030",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "ConditionTimestampMonotonic": "331820988",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:49 EST",
        "ExecMainExitTimestampMonotonic": "350451668",
        "ExecMainPID": "16696",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "ExecMainStartTimestampMonotonic": "331821920",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:30 EST] ; stop_time=[Sat 2024-12-14 02:18:49 EST] ; pid=16696 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:30 EST] ; stop_time=[Sat 2024-12-14 02:18:30 EST] ; pid=16687 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "InactiveEnterTimestampMonotonic": "331820178",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "InactiveExitTimestampMonotonic": "331821954",
        "InvocationID": "b9e75735a3a54ed2b7a526e5b8058ca3",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:18:49 EST",
        "StateChangeTimestampMonotonic": "350452111",
        "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16
Saturday 14 December 2024  02:19:13 -0500 (0:00:00.745)       0:00:07.375 ***** 
included: /tmp/collections-Kwx/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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2
Saturday 14 December 2024  02:19:13 -0500 (0:00:00.125)       0:00:07.500 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715 `" && echo ansible-tmp-1734160753.425261-11011-213223227503715="` echo /root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041 `" && echo ansible-tmp-1734160753.4275382-11013-159609116316041="` echo /root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819 `" && echo ansible-tmp-1734160753.4310722-11012-133264651770819="` echo /root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'ansible-tmp-1734160753.4310722-11012-133264651770819=/root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819\n', b'')
<10.31.9.245> (0, b'ansible-tmp-1734160753.425261-11011-213223227503715=/root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160753.4275382-11013-159609116316041=/root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmplnln_skc TO /root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819/AnsiballZ_command.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpicn2z0x6 TO /root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715/AnsiballZ_command.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/commands/command.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpovwuect3 TO /root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041/AnsiballZ_command.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmplnln_skc /root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819/AnsiballZ_command.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819/ /root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819/AnsiballZ_command.py && sleep 0'"'"''
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpovwuect3 /root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041/AnsiballZ_command.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041/ /root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041/AnsiballZ_command.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpicn2z0x6 /root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715/AnsiballZ_command.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715/ /root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715/AnsiballZ_command.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819/AnsiballZ_command.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041/AnsiballZ_command.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715/AnsiballZ_command.py && sleep 0'"'"''
<10.31.8.44> (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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160753.4310722-11012-133264651770819/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160753.4275382-11013-159609116316041/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "changed": false, "rc": 0, "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "warn": true, "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160753.425261-11011-213223227503715/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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.14.216> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "/usr/bin/ssh-keygen",
        "-t",
        "rsa",
        "-f",
        "/root/.ssh/kdump_id_rsa",
        "-N",
        ""
    ],
    "invocation": {
        "module_args": {
            "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ",
            "_uses_shell": false,
            "argv": null,
            "chdir": null,
            "creates": "/root/.ssh/kdump_id_rsa",
            "executable": null,
            "removes": null,
            "stdin": null,
            "stdin_add_newline": true,
            "strip_empty_ends": true,
            "warn": true
        }
    },
    "rc": 0
}

STDOUT:

skipped, since /root/.ssh/kdump_id_rsa exists
<10.31.9.245> (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

TASK [fedora.linux_system_roles.kdump : Fetch key] *****************************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7
Saturday 14 December 2024  02:19:13 -0500 (0:00:00.473)       0:00:07.974 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178 `" && echo ansible-tmp-1734160753.8831997-11041-86967099846178="` echo /root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382 `" && echo ansible-tmp-1734160753.8907816-11042-89306424998382="` echo /root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551 `" && echo ansible-tmp-1734160753.9026463-11044-202444796197551="` echo /root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160753.8831997-11041-86967099846178=/root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178\n', b'')
<10.31.8.44> (0, b'ansible-tmp-1734160753.8907816-11042-89306424998382=/root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160753.9026463-11044-202444796197551=/root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551\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
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp2shj2vl_ TO /root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178/AnsiballZ_slurp.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpvgchnzc8 TO /root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382/AnsiballZ_slurp.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp0r84vtbq TO /root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551/AnsiballZ_slurp.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp0r84vtbq /root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551/AnsiballZ_slurp.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551/ /root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpvgchnzc8 /root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382/AnsiballZ_slurp.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382/ /root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp2shj2vl_ /root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178/AnsiballZ_slurp.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178/ /root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.14.216> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZWxIdWNKZWc4cTl6NFFMOXBvbmRERVpaa25ucjVqdk5qRG5iYnExSTFTOXV3UHMzdDhEaXg4QmJkemp0d0RNZWFwcWpZRWVQL1E2cnorR2VJYmFNYVBMNmRNV0RmRmw0MmFNRFpPaUxCaHpHUXIzZkVBWUk4ZWkvb012TnBMZE84RnhGM3gyV1BPMkpubkg5MFhMZW14YnFXVFhpMm1ZOGttbXJWUzI4VG5ydDFqQ3p6eFNTYlFiVUVaQVZCYlJsTDNCUEpEMXkrZkJHb2M3d1EyUHZhOEVPRXo0WWEzNGkzQ2pFR0JEYlBGSlFmUEhlTGN5OXE1REVocDJpbHptSDliZFdPdkN6QVpibTdabXVMWTNsVGZMSlNWamNXN1hJZ0ZkeFpKb0NUdFFRUUdqWTRtQyt2Q01JUHBzVjNObmZJSERyMUFWK1dPbWRGUHdBN2VMZTdZTkU4cHlha1RESXF2V3BsS1B0KzVxN243bVFPK3Voazlvenh5RXcvamZpMGFrUHZ5YXFUVXJlU1VXcVFRU2xNSGpxT0pZNHplSUFGck5XbmEwYVhVVkR3RTMzcDVkTnJwRzc1VEorV1A5VjRjNFdMSmUzL1JySHlOcXU5OW0wT1dmd1BLOUJFWkgyaFdBQkVOblg4UjdoTktBWkwrTjQyeW4yTmk1b2t6b2M9IHJvb3RAbWFuYWdlZC1ub2RlMwo=", "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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160753.9026463-11044-202444796197551/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDem9yblNHQlVJSDR6NitNcVkyckpzV2dldGZvb2ZESjdCeW5yaG8rekdNWEdobmYxSUQ0dUluVEF4cW9WS0R6dVpYby9SWlovakl3ME50aFU4T2NNQkUzaWZnNG1ONjhlV0VnaDRmTnFWejVibFRacFE1S3MxSXNHbEFSa0lGRTNNbFdPcHdrWW00azRkdHVidk1ZYjJpOVlzQjZMaEhsWEVhMURnc1RzdHhYK2hHdW5RUWNGYkNoY0V4czErclVXcTAwZGt2NnJyRXdsbmtTZk9TTGRhcmJBNzNVQXVPOC9wMldDb2JaUEJHSE9wMHNsckxzTXY0T2xTK0IwdUhZMGF2Uk0zaWtUaVp4ZWFueHRmOGZ0Wjl2eTd1V3VwTXZRN3dTak1CU29IV294M3BVbTZVOGVTVmE4ZGVFdjBQcThpY0dIQWkxVHpsNkZWQ3U4QjJaeUhzdjRoM0FtWG1iL1JvOUhGRzBzZi9jcGVLUCs2NXlGMWpQTmZEZHZxaTVjL2YrMW1NSnJTZDRwRkhxQXlUbkVNOGszb0ZsVFFId1JLOG42RG93cm1sQ3hBemFJQ1RXck93QTJPUmEzUUNsMTRBR1M1UXdjNSt4V0JMNUdkZ216bDM2c01Xbms4Sll5TWF1eUp0ZzZEbXUxRHk4ZittUW9NUGxmNzdYaDFyWkU9IHJvb3RAbWFuYWdlZC1ub2RlMgo=", "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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160753.8907816-11042-89306424998382/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERDJhbkZqT0NkTFZCVExQai9TZnBuWWdPeEtmVHNlNEYvZ25ha3JTNVNTaHFmckpkV29FK3Bua211eUwzbVhXNEtOUkYzY2RxSEZDRlcyczRFQnVPSWZFMmNlR1EzOVVrUVdYaENMOWp0S21WMVpJb3VmWTJEblRXVTZEbldrQlRETnZaaTZ3NTBkTGRuS2RjMzRGOTdER1FhVjlKUXNYQTF0ZXpUcDUzR2N4T3pVZ2J4ekRCLzVEZm9pN0ltQU5oR21XM3F3OUJZK084cUppVDROcE9BOFpKNjRGQllHZFJDZXZEclRNN3p1SFAyeGRBTTdweHdKejErNURCR0hhN2s3b2o5REN6Y0d0aEZWYW1Mb0NLeEtYOG9HTWJuM3U3ZWdrSTdGRmFobFlUR3dlck4zS0k1VGc2QS9kTmJ6Z1YyTG9sOVpYNzVJbnlMRW9HRDd0YlFkOHhYck5KRDlTVkFVTllVbnZIdUNzM0wrakt2TzRmcndMdUJmM2xCbmJ6UFhob1Y0eDk2cUJKNHNUOU1KL3lySnlnM3p3WkYrNVZhZnpMSmIyaTNKcS9VSzZqcDljWmJPZWxMNGNTeERPbXV3NWxwUlMrREt3RVZ1bEkwWkxDa2xYWU56ZURPZjBrTFdubEtBM0pMS09tUWNtSGlHTU1DR2xleFpFZVJ3MU09IHJvb3RAbWFuYWdlZC1ub2RlMQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160753.8831997-11041-86967099846178/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZWxIdWNKZWc4cTl6NFFMOXBvbmRERVpaa25ucjVqdk5qRG5iYnExSTFTOXV3UHMzdDhEaXg4QmJkemp0d0RNZWFwcWpZRWVQL1E2cnorR2VJYmFNYVBMNmRNV0RmRmw0MmFNRFpPaUxCaHpHUXIzZkVBWUk4ZWkvb012TnBMZE84RnhGM3gyV1BPMkpubkg5MFhMZW14YnFXVFhpMm1ZOGttbXJWUzI4VG5ydDFqQ3p6eFNTYlFiVUVaQVZCYlJsTDNCUEpEMXkrZkJHb2M3d1EyUHZhOEVPRXo0WWEzNGkzQ2pFR0JEYlBGSlFmUEhlTGN5OXE1REVocDJpbHptSDliZFdPdkN6QVpibTdabXVMWTNsVGZMSlNWamNXN1hJZ0ZkeFpKb0NUdFFRUUdqWTRtQyt2Q01JUHBzVjNObmZJSERyMUFWK1dPbWRGUHdBN2VMZTdZTkU4cHlha1RESXF2V3BsS1B0KzVxN243bVFPK3Voazlvenh5RXcvamZpMGFrUHZ5YXFUVXJlU1VXcVFRU2xNSGpxT0pZNHplSUFGck5XbmEwYVhVVkR3RTMzcDVkTnJwRzc1VEorV1A5VjRjNFdMSmUzL1JySHlOcXU5OW0wT1dmd1BLOUJFWkgyaFdBQkVOblg4UjdoTktBWkwrTjQyeW4yTmk1b2t6b2M9IHJvb3RAbWFuYWdlZC1ub2RlMwo=",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/root/.ssh/kdump_id_rsa.pub"
        }
    },
    "source": "/root/.ssh/kdump_id_rsa.pub"
}
<10.31.8.44> (0, b'', b'')
ok: [managed-node2] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDem9yblNHQlVJSDR6NitNcVkyckpzV2dldGZvb2ZESjdCeW5yaG8rekdNWEdobmYxSUQ0dUluVEF4cW9WS0R6dVpYby9SWlovakl3ME50aFU4T2NNQkUzaWZnNG1ONjhlV0VnaDRmTnFWejVibFRacFE1S3MxSXNHbEFSa0lGRTNNbFdPcHdrWW00azRkdHVidk1ZYjJpOVlzQjZMaEhsWEVhMURnc1RzdHhYK2hHdW5RUWNGYkNoY0V4czErclVXcTAwZGt2NnJyRXdsbmtTZk9TTGRhcmJBNzNVQXVPOC9wMldDb2JaUEJHSE9wMHNsckxzTXY0T2xTK0IwdUhZMGF2Uk0zaWtUaVp4ZWFueHRmOGZ0Wjl2eTd1V3VwTXZRN3dTak1CU29IV294M3BVbTZVOGVTVmE4ZGVFdjBQcThpY0dIQWkxVHpsNkZWQ3U4QjJaeUhzdjRoM0FtWG1iL1JvOUhGRzBzZi9jcGVLUCs2NXlGMWpQTmZEZHZxaTVjL2YrMW1NSnJTZDRwRkhxQXlUbkVNOGszb0ZsVFFId1JLOG42RG93cm1sQ3hBemFJQ1RXck93QTJPUmEzUUNsMTRBR1M1UXdjNSt4V0JMNUdkZ216bDM2c01Xbms4Sll5TWF1eUp0ZzZEbXUxRHk4ZittUW9NUGxmNzdYaDFyWkU9IHJvb3RAbWFuYWdlZC1ub2RlMgo=",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/root/.ssh/kdump_id_rsa.pub"
        }
    },
    "source": "/root/.ssh/kdump_id_rsa.pub"
}
<10.31.9.245> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FERDJhbkZqT0NkTFZCVExQai9TZnBuWWdPeEtmVHNlNEYvZ25ha3JTNVNTaHFmckpkV29FK3Bua211eUwzbVhXNEtOUkYzY2RxSEZDRlcyczRFQnVPSWZFMmNlR1EzOVVrUVdYaENMOWp0S21WMVpJb3VmWTJEblRXVTZEbldrQlRETnZaaTZ3NTBkTGRuS2RjMzRGOTdER1FhVjlKUXNYQTF0ZXpUcDUzR2N4T3pVZ2J4ekRCLzVEZm9pN0ltQU5oR21XM3F3OUJZK084cUppVDROcE9BOFpKNjRGQllHZFJDZXZEclRNN3p1SFAyeGRBTTdweHdKejErNURCR0hhN2s3b2o5REN6Y0d0aEZWYW1Mb0NLeEtYOG9HTWJuM3U3ZWdrSTdGRmFobFlUR3dlck4zS0k1VGc2QS9kTmJ6Z1YyTG9sOVpYNzVJbnlMRW9HRDd0YlFkOHhYck5KRDlTVkFVTllVbnZIdUNzM0wrakt2TzRmcndMdUJmM2xCbmJ6UFhob1Y0eDk2cUJKNHNUOU1KL3lySnlnM3p3WkYrNVZhZnpMSmIyaTNKcS9VSzZqcDljWmJPZWxMNGNTeERPbXV3NWxwUlMrREt3RVZ1bEkwWkxDa2xYWU56ZURPZjBrTFdubEtBM0pMS09tUWNtSGlHTU1DR2xleFpFZVJ3MU09IHJvb3RAbWFuYWdlZC1ub2RlMQo=",
    "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19
Saturday 14 December 2024  02:19:14 -0500 (0:00:00.453)       0:00:08.428 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165 `" && echo ansible-tmp-1734160754.3543334-11068-210833079020165="` echo /root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165 `" ) && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454 `" && echo ansible-tmp-1734160754.381925-11069-6472298055454="` echo /root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160754.3543334-11068-210833079020165=/root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165\n', b'')
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667 `" && echo ansible-tmp-1734160754.3895826-11071-169714683071667="` echo /root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'ansible-tmp-1734160754.381925-11069-6472298055454=/root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160754.3895826-11071-169714683071667=/root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmph6vwnp_n TO /root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454/AnsiballZ_user.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/user.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp9o6f2lk4 TO /root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667/AnsiballZ_user.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpffw3_st3 TO /root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165/AnsiballZ_user.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp9o6f2lk4 /root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667/AnsiballZ_user.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667/ /root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667/AnsiballZ_user.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmph6vwnp_n /root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454/AnsiballZ_user.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454/ /root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454/AnsiballZ_user.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpffw3_st3 /root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165/AnsiballZ_user.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165/ /root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165/AnsiballZ_user.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667/AnsiballZ_user.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454/AnsiballZ_user.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165/AnsiballZ_user.py && sleep 0'"'"''
<10.31.8.44> (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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160754.381925-11069-6472298055454/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160754.3895826-11071-169714683071667/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (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.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160754.3543334-11068-210833079020165/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.14.216> (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
}
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
}
<10.31.9.245> (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
}

TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] ****
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25
Saturday 14 December 2024  02:19:14 -0500 (0:00:00.584)       0:00:09.012 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137 `" && echo ansible-tmp-1734160754.937893-11098-42195364823137="` echo /root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782 `" && echo ansible-tmp-1734160754.944084-11099-193923796869782="` echo /root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126 `" && echo ansible-tmp-1734160754.9519222-11101-51992175066126="` echo /root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160754.937893-11098-42195364823137=/root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpsm69rq65 TO /root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137/AnsiballZ_stat.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> (0, b'ansible-tmp-1734160754.944084-11099-193923796869782=/root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp_lit3bb9 TO /root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782/AnsiballZ_stat.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'ansible-tmp-1734160754.9519222-11101-51992175066126=/root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmplbyx0fnl TO /root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126/AnsiballZ_stat.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpsm69rq65 /root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137/AnsiballZ_stat.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137/ /root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp_lit3bb9 /root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782/AnsiballZ_stat.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782/ /root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmplbyx0fnl /root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126/AnsiballZ_stat.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126/ /root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.9.245> (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": 1734160399.311163, "mtime": 1734160705.4438536, "ctime": 1734160705.4438536, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1339598710", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> (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": 1734160394.471511, "mtime": 1734160714.2531247, "ctime": 1734160714.2531247, "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.44 closed.\r\n')
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160754.937893-11098-42195364823137/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160754.944084-11099-193923796869782/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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": 1734160374.0552576, "mtime": 1734160722.3372946, "ctime": 1734160722.3372946, "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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160754.9519222-11101-51992175066126/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.9.245> (0, b'', b'')
ok: [managed-node1 -> managed-node1] => {
    "changed": false,
    "invocation": {
        "module_args": {
            "checksum_algorithm": "sha1",
            "follow": false,
            "get_attributes": true,
            "get_checksum": true,
            "get_md5": false,
            "get_mime": true,
            "path": "/root/.ssh"
        }
    },
    "stat": {
        "atime": 1734160399.311163,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1734160705.4438536,
        "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": 1734160705.4438536,
        "nlink": 2,
        "path": "/root/.ssh",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 101,
        "uid": 0,
        "version": "1339598710",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": true
    }
}
ok: [managed-node2 -> 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": 1734160394.471511,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1734160714.2531247,
        "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": 1734160714.2531247,
        "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.14.216> (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": 1734160374.0552576,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1734160722.3372946,
        "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": 1734160722.3372946,
        "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30
Saturday 14 December 2024  02:19:15 -0500 (0:00:00.399)       0:00:09.411 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580 `" && echo ansible-tmp-1734160755.327668-11125-179724061355580="` echo /root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331 `" && echo ansible-tmp-1734160755.3405406-11127-68324565539331="` echo /root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602 `" && echo ansible-tmp-1734160755.3519144-11128-245230910200602="` echo /root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160755.327668-11125-179724061355580=/root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp5cn2gbo8 TO /root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580/AnsiballZ_stat.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> (0, b'ansible-tmp-1734160755.3405406-11127-68324565539331=/root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpprydu5jr TO /root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331/AnsiballZ_stat.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'ansible-tmp-1734160755.3519144-11128-245230910200602=/root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpaorpvccj TO /root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602/AnsiballZ_stat.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp5cn2gbo8 /root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580/AnsiballZ_stat.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580/ /root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpprydu5jr /root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331/AnsiballZ_stat.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331/ /root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpaorpvccj /root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602/AnsiballZ_stat.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602/ /root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (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": 1734160561.254652, "mtime": 1734160394.470511, "ctime": 1734160394.471511, "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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160755.3405406-11127-68324565539331/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (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": 71303363, "dev": 51713, "nlink": 1, "atime": 1734160711.0098822, "mtime": 1734160705.4428537, "ctime": 1734160705.4438536, "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": "f484b35a45d3f6b4a1a46466a132c85d4806dbc2", "mimetype": "text/plain", "charset": "us-ascii", "version": "1537661337", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160755.327668-11125-179724061355580/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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": 1734160726.1032882, "mtime": 1734160722.3372946, "ctime": 1734160722.3382947, "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": "1f6ac14f53f31df2dbbac909ba86905e4e08937e", "mimetype": "text/plain", "charset": "us-ascii", "version": "172772265", "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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160755.3519144-11128-245230910200602/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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": 1734160561.254652,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52",
        "ctime": 1734160394.471511,
        "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": 1734160394.470511,
        "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.9.245> (0, b'', b'')
<10.31.14.216> (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": 1734160711.0098822,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "f484b35a45d3f6b4a1a46466a132c85d4806dbc2",
        "ctime": 1734160705.4438536,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 71303363,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1734160705.4428537,
        "nlink": 1,
        "path": "/root/.ssh/authorized_keys",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1562,
        "uid": 0,
        "version": "1537661337",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
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": 1734160726.1032882,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "1f6ac14f53f31df2dbbac909ba86905e4e08937e",
        "ctime": 1734160722.3382947,
        "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": 1734160722.3372946,
        "nlink": 1,
        "path": "/root/.ssh/authorized_keys",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1562,
        "uid": 0,
        "version": "172772265",
        "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35
Saturday 14 December 2024  02:19:15 -0500 (0:00:00.396)       0:00:09.808 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262 `" && echo ansible-tmp-1734160755.762056-11152-164993250023262="` echo /root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304 `" && echo ansible-tmp-1734160755.7640731-11153-134310259071304="` echo /root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762 `" && echo ansible-tmp-1734160755.7797675-11155-27550760574762="` echo /root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'ansible-tmp-1734160755.7640731-11153-134310259071304=/root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304\n', b'')
<10.31.9.245> (0, b'ansible-tmp-1734160755.762056-11152-164993250023262=/root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160755.7797675-11155-27550760574762=/root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpxbfun_pw TO /root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304/AnsiballZ_file.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp1kxl5b9e TO /root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262/AnsiballZ_file.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpdr5t5svd TO /root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762/AnsiballZ_file.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpdr5t5svd /root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762/AnsiballZ_file.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762/ /root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpxbfun_pw /root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304/AnsiballZ_file.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304/ /root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304/AnsiballZ_file.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp1kxl5b9e /root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262/AnsiballZ_file.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262/ /root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304/AnsiballZ_file.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762/AnsiballZ_file.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.44> (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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160755.7640731-11153-134310259071304/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160755.7797675-11155-27550760574762/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 101, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160755.762056-11152-164993250023262/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.14.216> (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
}
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
}
<10.31.9.245> (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
}

TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] ***
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43
Saturday 14 December 2024  02:19:16 -0500 (0:00:00.557)       0:00:10.365 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224 `" && echo ansible-tmp-1734160756.2992802-11182-119502345844224="` echo /root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224 `" ) && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868 `" && echo ansible-tmp-1734160756.3354845-11183-178832728177868="` echo /root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160756.2992802-11182-119502345844224=/root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224\n', b'')
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775 `" && echo ansible-tmp-1734160756.345628-11185-106826529653775="` echo /root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'ansible-tmp-1734160756.3354845-11183-178832728177868=/root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160756.345628-11185-106826529653775=/root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpiwu3zpch TO /root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224/AnsiballZ_lineinfile.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp00ir6989 TO /root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868/AnsiballZ_lineinfile.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/lineinfile.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp781clwg0 TO /root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775/AnsiballZ_lineinfile.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp781clwg0 /root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775/AnsiballZ_lineinfile.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp00ir6989 /root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868/AnsiballZ_lineinfile.py\n', b'')
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775/ /root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868/ /root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpiwu3zpch /root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224/AnsiballZ_lineinfile.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224/ /root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> (0, b'', b'')
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224/AnsiballZ_lineinfile.py && sleep 0'"'"''
<10.31.14.216> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCelHucJeg8q9z4QL9pondDEZZknnr5jvNjDnbbq1I1S9uwPs3t8Dix8BbdzjtwDMeapqjYEeP/Q6rz+GeIbaMaPL6dMWDfFl42aMDZOiLBhzGQr3fEAYI8ei/oMvNpLdO8FxF3x2WPO2JnnH90XLemxbqWTXi2mY8kmmrVS28Tnrt1jCzzxSSbQbUEZAVBbRlL3BPJD1y+fBGoc7wQ2Pva8EOEz4Ya34i3CjEGBDbPFJQfPHeLcy9q5DEhp2ilzmH9bdWOvCzAZbm7ZmuLY3lTfLJSVjcW7XIgFdxZJoCTtQQQGjY4mC+vCMIPpsV3NnfIHDr1AV+WOmdFPwA7eLe7YNE8pyakTDIqvWplKPt+5q7n7mQO+uhk9ozxyEw/jfi0akPvyaqTUreSUWqQQSlMHjqOJY4zeIAFrNWna0aXUVDwE33p5dNrpG75TJ+WP9V4c4WLJe3/RrHyNqu99m0OWfwPK9BEZH2hWABENnX8R7hNKAZL+N42yn2Ni5okzoc= 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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160756.345628-11185-106826529653775/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCzornSGBUIH4z6+MqY2rJsWgetfoofDJ7Bynrho+zGMXGhnf1ID4uInTAxqoVKDzuZXo/RZZ/jIw0NthU8OcMBE3ifg4mN68eWEgh4fNqVz5blTZpQ5Ks1IsGlARkIFE3MlWOpwkYm4k4dtubvMYb2i9YsB6LhHlXEa1DgsTstxX+hGunQQcFbChcExs1+rUWq00dkv6rrEwlnkSfOSLdarbA73UAuO8/p2WCobZPBGHOp0slrLsMv4OlS+B0uHY0avRM3ikTiZxeanxtf8ftZ9vy7uWupMvQ7wSjMBSoHWox3pUm6U8eSVa8deEv0Pq8icGHAi1Tzl6FVCu8B2ZyHsv4h3AmXmb/Ro9HFG0sf/cpeKP+65yF1jPNfDdvqi5c/f+1mMJrSd4pFHqAyTnEM8k3oFlTQHwRK8n6DowrmlCxAzaICTWrOwA2ORa3QCl14AGS5Qwc5+xWBL5Gdgmzl36sMWnk8JYyMauyJtg6Dmu1Dy8f+mQoMPlf77Xh1rZE= 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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160756.3354845-11183-178832728177868/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDD2anFjOCdLVBTLPj/SfpnYgOxKfTse4F/gnakrS5SShqfrJdWoE+pnkmuyL3mXW4KNRF3cdqHFCFW2s4EBuOIfE2ceGQ39UkQWXhCL9jtKmV1ZIoufY2DnTWU6DnWkBTDNvZi6w50dLdnKdc34F97DGQaV9JQsXA1tezTp53GcxOzUgbxzDB/5Dfoi7ImANhGmW3qw9BY+O8qJiT4NpOA8ZJ64FBYGdRCevDrTM7zuHP2xdAM7pxwJz1+5DBGHa7k7oj9DCzcGthFVamLoCKxKX8oGMbn3u7egkI7FFahlYTGwerN3KI5Tg6A/dNbzgV2Lol9ZX75InyLEoGD7tbQd8xXrNJD9SVAUNYUnvHuCs3L+jKvO4frwLuBf3lBnbzPXhoV4x96qBJ4sT9MJ/yrJyg3zwZF+5VafzLJb2i3Jq/UK6jp9cZbOelL4cSxDOmuw5lpRS+DKwEVulI0ZLCklXYNzeDOf0kLWnlKA3JLKOmQcmHiGMMCGlexZEeRw1M= 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.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160756.2992802-11182-119502345844224/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCelHucJeg8q9z4QL9pondDEZZknnr5jvNjDnbbq1I1S9uwPs3t8Dix8BbdzjtwDMeapqjYEeP/Q6rz+GeIbaMaPL6dMWDfFl42aMDZOiLBhzGQr3fEAYI8ei/oMvNpLdO8FxF3x2WPO2JnnH90XLemxbqWTXi2mY8kmmrVS28Tnrt1jCzzxSSbQbUEZAVBbRlL3BPJD1y+fBGoc7wQ2Pva8EOEz4Ya34i3CjEGBDbPFJQfPHeLcy9q5DEhp2ilzmH9bdWOvCzAZbm7ZmuLY3lTfLJSVjcW7XIgFdxZJoCTtQQQGjY4mC+vCMIPpsV3NnfIHDr1AV+WOmdFPwA7eLe7YNE8pyakTDIqvWplKPt+5q7n7mQO+uhk9ozxyEw/jfi0akPvyaqTUreSUWqQQSlMHjqOJY4zeIAFrNWna0aXUVDwE33p5dNrpG75TJ+WP9V4c4WLJe3/RrHyNqu99m0OWfwPK9BEZH2hWABENnX8R7hNKAZL+N42yn2Ni5okzoc= 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
        }
    }
}
<10.31.8.44> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQCzornSGBUIH4z6+MqY2rJsWgetfoofDJ7Bynrho+zGMXGhnf1ID4uInTAxqoVKDzuZXo/RZZ/jIw0NthU8OcMBE3ifg4mN68eWEgh4fNqVz5blTZpQ5Ks1IsGlARkIFE3MlWOpwkYm4k4dtubvMYb2i9YsB6LhHlXEa1DgsTstxX+hGunQQcFbChcExs1+rUWq00dkv6rrEwlnkSfOSLdarbA73UAuO8/p2WCobZPBGHOp0slrLsMv4OlS+B0uHY0avRM3ikTiZxeanxtf8ftZ9vy7uWupMvQ7wSjMBSoHWox3pUm6U8eSVa8deEv0Pq8icGHAi1Tzl6FVCu8B2ZyHsv4h3AmXmb/Ro9HFG0sf/cpeKP+65yF1jPNfDdvqi5c/f+1mMJrSd4pFHqAyTnEM8k3oFlTQHwRK8n6DowrmlCxAzaICTWrOwA2ORa3QCl14AGS5Qwc5+xWBL5Gdgmzl36sMWnk8JYyMauyJtg6Dmu1Dy8f+mQoMPlf77Xh1rZE= 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.9.245> (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 AAAAB3NzaC1yc2EAAAADAQABAAABgQDD2anFjOCdLVBTLPj/SfpnYgOxKfTse4F/gnakrS5SShqfrJdWoE+pnkmuyL3mXW4KNRF3cdqHFCFW2s4EBuOIfE2ceGQ39UkQWXhCL9jtKmV1ZIoufY2DnTWU6DnWkBTDNvZi6w50dLdnKdc34F97DGQaV9JQsXA1tezTp53GcxOzUgbxzDB/5Dfoi7ImANhGmW3qw9BY+O8qJiT4NpOA8ZJ64FBYGdRCevDrTM7zuHP2xdAM7pxwJz1+5DBGHa7k7oj9DCzcGthFVamLoCKxKX8oGMbn3u7egkI7FFahlYTGwerN3KI5Tg6A/dNbzgV2Lol9ZX75InyLEoGD7tbQd8xXrNJD9SVAUNYUnvHuCs3L+jKvO4frwLuBf3lBnbzPXhoV4x96qBJ4sT9MJ/yrJyg3zwZF+5VafzLJb2i3Jq/UK6jp9cZbOelL4cSxDOmuw5lpRS+DKwEVulI0ZLCklXYNzeDOf0kLWnlKA3JLKOmQcmHiGMMCGlexZEeRw1M= 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
        }
    }
}

TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] **********
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53
Saturday 14 December 2024  02:19:16 -0500 (0:00:00.553)       0:00:10.919 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064 `" && echo ansible-tmp-1734160756.8389876-11211-32739234431064="` echo /root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491 `" && echo ansible-tmp-1734160756.8497906-11214-197628903513491="` echo /root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875 `" && echo ansible-tmp-1734160756.8644495-11215-245246137049875="` echo /root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160756.8389876-11211-32739234431064=/root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpz3_tkgkp TO /root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064/AnsiballZ_slurp.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> (0, b'ansible-tmp-1734160756.8497906-11214-197628903513491=/root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmps0do8r0_ TO /root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491/AnsiballZ_slurp.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'ansible-tmp-1734160756.8644495-11215-245246137049875=/root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp_cvs_l0x TO /root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875/AnsiballZ_slurp.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpz3_tkgkp /root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064/AnsiballZ_slurp.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064/ /root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmps0do8r0_ /root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491/AnsiballZ_slurp.py\n', b'')
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp_cvs_l0x /root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875/AnsiballZ_slurp.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491/ /root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875/ /root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.14.216> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDWnVoaUNFRllkVzB3SWhnVENVZUc2TUVaTlAyZVVYeVdzNU5KZmNMOEtaSURTTTJkeTV4S0dQQXduY3VLYzY5YXNxRGhBbHEyY0hWZmRseEtZSEhsYlN2NzI5a2drQm5UMmJveUJDUFl3MjB0SUlGN0gzWmxDbHJqK0lPMGROSCtTTHZ0bTIvU3pmenZVaGxpUGRUV2ZDbWhyRmRQbC9oN21YRXlXNHY0QkYxSFJ6UEVrY2JiMGpacnpVeDlpbXA3ek5SWlc1bzR0NUsxQjBpaFFuUExSZTRvdi9pa0NIOGZSUWdPKzNXcWVja01MMHYvdTFYQytpWGhjSFJsak1EaUhhOUFPUm5Zd1RaSlAwbzBsMk5WRklnd3J6N01jYnRZdHIrTGJTNlo3SE5mY1VMVVRKeXd4VCt2aGZtMHp6b2h0WWN6Sk9ZVlBZRFAzdHZkb1NiVTNGNC9uZ2I0N1RNbmRDNGF2NEVtWk1Rc0FwUWNPQm5EMTFjc2pNZit3Y3VRcEY3LzZjaE02eFhjbmZCR1RFS3BsSStHbm83S2JheDdnY2xZbnJqWG1LYlNzdktLR2UrSXJiUFJPTXMzREpXcU1TTVZPbXN2REc4Y0pwQTJGeDIySEVjbDN5Mm5vcU9uYmdyOUhrdW5abllKU3d0K08zVlVoT2NIeXUvdklhd3M9IHJvb3RAaXAtMTAtMzEtMTQtMjE2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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.14.216 closed.\r\n')
<10.31.8.44> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDa29DTlZFVHNDNjNQdk04MHAyVDRIb0tNbmxyRFB1RGhVZlN2d0hFenhYL3NmWi8rWWpYMnI1NGkwQTJqeUhOcENESmdCT0sxd0txVVlCR0tSWmpBck1uNXRJVjdlQkgrTGMvMzd3R1Y3Q1RNenUySlJrZk5mdExXSXN5V2pZeEJNckpUUC9LNWxHdkNYK1pGTTYrSG4vcE5scCtTTElhLy8rNkdsK3NxNE1kTUdWeG9CYmFvMStqUmhuU0VVVnFlVkwwRk8xZzBEamVyUVNJM2kyOERRMUE1WVRLUm40TmVNMFc2NWRETEk1cXl3V3ljTytGVVpBR0lNYmZxUHl3ZTB3NzcvR1lBb1duUm5vSVNWakMyMTV0OTVJYjN3RnlJcm0xY2dtWlF5SDhRcXRmQmRmWjVwUWdPSWg0bnB6OW10K0xBdjNJMkdBeXQyMzF3cWNSTklBZzVZMVlZV3Z1MkEzR0VLLzRGMzRqLzFCM2JVL3NheWFxc2hYRFhTN3hWYTZXazg2Y080UnAwQ1QzNEtnc3BidXlKUWNxUlhNOGxNN2pCUDVkN0tLc1V0bzNrSUZkdzJlNVhFRVUwZ084YkZHbnFuaVRUdy9tQnEyOTRrcHVvTlpDV1hJaUw1RC9JS0N0elBHaThFL2hOWkxaSWFVOFRUOC9kTE1HUWRMWTg9IHJvb3RAaXAtMTAtMzEtOC00NC51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K", "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.44 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160756.8644495-11215-245246137049875/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160756.8497906-11214-197628903513491/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdDdsR2IzRU56ZE9ibHZtYjNIS1dYNDVCSXZTbXhJTFBCa3p0RDgzbld1azEralJ6cXVDaFhBSzN5em5CV0JCUUg4ajVURkQ4U3J5M2Q4YndLcEg0LytVUFlJZ0h5bmlGTVRJZC93bGw4c0FtMG95akVwOG9Yb2paeGd5MDl4MDhJMDhFMzlXMURNMjlIVjQ0SWJCcFRTSUtuL0I2bjQxc2ZHYjJLR3d6eDJaTVNFZTJJR1BNYmxYZlZneTVxaVJ6ZFgwcnVsbksySzZnTlByUGxHSEE0SWl3TFRER1BDYkhINkNONUczblpXR1p3REQ3aEIwZ1ZZenNGdVBQTGk0aXkra0JySmg1Wll0U3NiOFF3Rm9CN1Q4anZGT3VtYW9aSkNWTmtWUUNMTHgxQ21wYjNUTjlIdS83K3RWSWN5MUZ0NTNOeTZxMDZFTndiMnh6N3crVWNBcUN0UXd0VHhiaDJ0Q25jeWRYR2I0ZkN3V3JocTNmcTVrejR6NGpPdkJNS25oSnJwL2UwZnJCVnpES2NvTjlWSkxiL21zdkYwQnFvaDYxTVIvbWJka2U5bzhwSlVkd0ZBcFlHQ0l1V1JCU3U3ajVXTDJna0Z4eWtlM2NHZThLa002UW43VmUxSXc3WnZtR1ozYUdqcERKa0lKdEoxQVBKTENXSkRzaGM0OGs9IHJvb3RAaXAtMTAtMzEtOS0yNDUudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160756.8389876-11211-32739234431064/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.8.44> (0, b'', b'')
<10.31.9.245> (0, b'', b'')
ok: [managed-node3 -> managed-node3] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDWnVoaUNFRllkVzB3SWhnVENVZUc2TUVaTlAyZVVYeVdzNU5KZmNMOEtaSURTTTJkeTV4S0dQQXduY3VLYzY5YXNxRGhBbHEyY0hWZmRseEtZSEhsYlN2NzI5a2drQm5UMmJveUJDUFl3MjB0SUlGN0gzWmxDbHJqK0lPMGROSCtTTHZ0bTIvU3pmenZVaGxpUGRUV2ZDbWhyRmRQbC9oN21YRXlXNHY0QkYxSFJ6UEVrY2JiMGpacnpVeDlpbXA3ek5SWlc1bzR0NUsxQjBpaFFuUExSZTRvdi9pa0NIOGZSUWdPKzNXcWVja01MMHYvdTFYQytpWGhjSFJsak1EaUhhOUFPUm5Zd1RaSlAwbzBsMk5WRklnd3J6N01jYnRZdHIrTGJTNlo3SE5mY1VMVVRKeXd4VCt2aGZtMHp6b2h0WWN6Sk9ZVlBZRFAzdHZkb1NiVTNGNC9uZ2I0N1RNbmRDNGF2NEVtWk1Rc0FwUWNPQm5EMTFjc2pNZit3Y3VRcEY3LzZjaE02eFhjbmZCR1RFS3BsSStHbm83S2JheDdnY2xZbnJqWG1LYlNzdktLR2UrSXJiUFJPTXMzREpXcU1TTVZPbXN2REc4Y0pwQTJGeDIySEVjbDN5Mm5vcU9uYmdyOUhrdW5abllKU3d0K08zVlVoT2NIeXUvdklhd3M9IHJvb3RAaXAtMTAtMzEtMTQtMjE2LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/etc/ssh/ssh_host_rsa_key.pub"
        }
    },
    "source": "/etc/ssh/ssh_host_rsa_key.pub"
}
ok: [managed-node2 -> managed-node2] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDa29DTlZFVHNDNjNQdk04MHAyVDRIb0tNbmxyRFB1RGhVZlN2d0hFenhYL3NmWi8rWWpYMnI1NGkwQTJqeUhOcENESmdCT0sxd0txVVlCR0tSWmpBck1uNXRJVjdlQkgrTGMvMzd3R1Y3Q1RNenUySlJrZk5mdExXSXN5V2pZeEJNckpUUC9LNWxHdkNYK1pGTTYrSG4vcE5scCtTTElhLy8rNkdsK3NxNE1kTUdWeG9CYmFvMStqUmhuU0VVVnFlVkwwRk8xZzBEamVyUVNJM2kyOERRMUE1WVRLUm40TmVNMFc2NWRETEk1cXl3V3ljTytGVVpBR0lNYmZxUHl3ZTB3NzcvR1lBb1duUm5vSVNWakMyMTV0OTVJYjN3RnlJcm0xY2dtWlF5SDhRcXRmQmRmWjVwUWdPSWg0bnB6OW10K0xBdjNJMkdBeXQyMzF3cWNSTklBZzVZMVlZV3Z1MkEzR0VLLzRGMzRqLzFCM2JVL3NheWFxc2hYRFhTN3hWYTZXazg2Y080UnAwQ1QzNEtnc3BidXlKUWNxUlhNOGxNN2pCUDVkN0tLc1V0bzNrSUZkdzJlNVhFRVUwZ084YkZHbnFuaVRUdy9tQnEyOTRrcHVvTlpDV1hJaUw1RC9JS0N0elBHaThFL2hOWkxaSWFVOFRUOC9kTE1HUWRMWTg9IHJvb3RAaXAtMTAtMzEtOC00NC51cy1lYXN0LTEuYXdzLnJlZGhhdC5jb20K",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/etc/ssh/ssh_host_rsa_key.pub"
        }
    },
    "source": "/etc/ssh/ssh_host_rsa_key.pub"
}
ok: [managed-node1 -> managed-node1] => {
    "changed": false,
    "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdDdsR2IzRU56ZE9ibHZtYjNIS1dYNDVCSXZTbXhJTFBCa3p0RDgzbld1azEralJ6cXVDaFhBSzN5em5CV0JCUUg4ajVURkQ4U3J5M2Q4YndLcEg0LytVUFlJZ0h5bmlGTVRJZC93bGw4c0FtMG95akVwOG9Yb2paeGd5MDl4MDhJMDhFMzlXMURNMjlIVjQ0SWJCcFRTSUtuL0I2bjQxc2ZHYjJLR3d6eDJaTVNFZTJJR1BNYmxYZlZneTVxaVJ6ZFgwcnVsbksySzZnTlByUGxHSEE0SWl3TFRER1BDYkhINkNONUczblpXR1p3REQ3aEIwZ1ZZenNGdVBQTGk0aXkra0JySmg1Wll0U3NiOFF3Rm9CN1Q4anZGT3VtYW9aSkNWTmtWUUNMTHgxQ21wYjNUTjlIdS83K3RWSWN5MUZ0NTNOeTZxMDZFTndiMnh6N3crVWNBcUN0UXd0VHhiaDJ0Q25jeWRYR2I0ZkN3V3JocTNmcTVrejR6NGpPdkJNS25oSnJwL2UwZnJCVnpES2NvTjlWSkxiL21zdkYwQnFvaDYxTVIvbWJka2U5bzhwSlVkd0ZBcFlHQ0l1V1JCU3U3ajVXTDJna0Z4eWtlM2NHZThLa002UW43VmUxSXc3WnZtR1ozYUdqcERKa0lKdEoxQVBKTENXSkRzaGM0OGs9IHJvb3RAaXAtMTAtMzEtOS0yNDUudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==",
    "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59
Saturday 14 December 2024  02:19:17 -0500 (0:00:00.402)       0:00:11.321 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268 `" && echo ansible-tmp-1734160757.2952168-11239-46634171711268="` echo /root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268 `" ) && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471 `" && echo ansible-tmp-1734160757.335844-11241-173116389253471="` echo /root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160757.2952168-11239-46634171711268=/root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268\n', b'')
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204 `" && echo ansible-tmp-1734160757.3441274-11240-264694308009204="` echo /root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'ansible-tmp-1734160757.335844-11241-173116389253471=/root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471\n', b'')
<10.31.8.44> (0, b'ansible-tmp-1734160757.3441274-11240-264694308009204=/root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp3mmnprjo TO /root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268/AnsiballZ_known_hosts.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp2e03sx5o TO /root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471/AnsiballZ_known_hosts.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpqh6y7gt4 TO /root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204/AnsiballZ_known_hosts.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp2e03sx5o /root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471/AnsiballZ_known_hosts.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471/ /root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpqh6y7gt4 /root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204/AnsiballZ_known_hosts.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204/ /root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp3mmnprjo /root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268/AnsiballZ_known_hosts.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268/ /root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268/AnsiballZ_known_hosts.py && sleep 0'"'"''
<10.31.14.216> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\\n", "after": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\\n", "name": "10.31.14.216", "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.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\\n", "after": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160757.335844-11241-173116389253471/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\\n", "after": "10.31.8.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.8.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\\n", "name": "10.31.8.44", "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.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\\n", "after": "10.31.8.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.8.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160757.3441274-11240-264694308009204/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\\n", "after": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\\n", "name": "10.31.9.245", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\\n", "after": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\\n"}}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160757.2952168-11239-46634171711268/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "diff": {
        "after": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\n",
        "after_header": "/etc/ssh/ssh_known_hosts",
        "before": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\n",
        "before_header": "/etc/ssh/ssh_known_hosts"
    },
    "invocation": {
        "module_args": {
            "diff": {
                "after": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\n",
                "after_header": "/etc/ssh/ssh_known_hosts",
                "before": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\n",
                "before_header": "/etc/ssh/ssh_known_hosts"
            },
            "hash_host": false,
            "key": "10.31.14.216 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZuhiCEFYdW0wIhgTCUeG6MEZNP2eUXyWs5NJfcL8KZIDSM2dy5xKGPAwncuKc69asqDhAlq2cHVfdlxKYHHlbSv729kgkBnT2boyBCPYw20tIIF7H3ZlClrj+IO0dNH+SLvtm2/SzfzvUhliPdTWfCmhrFdPl/h7mXEyW4v4BF1HRzPEkcbb0jZrzUx9imp7zNRZW5o4t5K1B0ihQnPLRe4ov/ikCH8fRQgO+3WqeckML0v/u1XC+iXhcHRljMDiHa9AORnYwTZJP0o0l2NVFIgwrz7McbtYtr+LbS6Z7HNfcULUTJywxT+vhfm0zzohtYczJOYVPYDP3tvdoSbU3F4/ngb47TMndC4av4EmZMQsApQcOBnD11csjMf+wcuQpF7/6chM6xXcnfBGTEKplI+Gno7Kbax7gclYnrjXmKbSsvKKGe+IrbPROMs3DJWqMSMVOmsvDG8cJpA2Fx22HEcl3y2noqOnbgr9HkunZnYJSwt+O3VUhOcHyu/vIaws= root@ip-10-31-14-216.us-east-1.aws.redhat.com\n",
            "name": "10.31.14.216",
            "path": "/etc/ssh/ssh_known_hosts",
            "state": "present"
        }
    }
}
<10.31.8.44> (0, b'', b'')
ok: [managed-node2] => {
    "changed": false,
    "diff": {
        "after": "10.31.8.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\n",
        "after_header": "/etc/ssh/ssh_known_hosts",
        "before": "10.31.8.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\n",
        "before_header": "/etc/ssh/ssh_known_hosts"
    },
    "invocation": {
        "module_args": {
            "diff": {
                "after": "10.31.8.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\n",
                "after_header": "/etc/ssh/ssh_known_hosts",
                "before": "10.31.8.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\n",
                "before_header": "/etc/ssh/ssh_known_hosts"
            },
            "hash_host": false,
            "key": "10.31.8.44 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkoCNVETsC63PvM80p2T4HoKMnlrDPuDhUfSvwHEzxX/sfZ/+YjX2r54i0A2jyHNpCDJgBOK1wKqUYBGKRZjArMn5tIV7eBH+Lc/37wGV7CTMzu2JRkfNftLWIsyWjYxBMrJTP/K5lGvCX+ZFM6+Hn/pNlp+SLIa//+6Gl+sq4MdMGVxoBbao1+jRhnSEUVqeVL0FO1g0DjerQSI3i28DQ1A5YTKRn4NeM0W65dDLI5qywWycO+FUZAGIMbfqPywe0w77/GYAoWnRnoISVjC215t95Ib3wFyIrm1cgmZQyH8QqtfBdfZ5pQgOIh4npz9mt+LAv3I2GAyt231wqcRNIAg5Y1YYWvu2A3GEK/4F34j/1B3bU/sayaqshXDXS7xVa6Wk86cO4Rp0CT34KgspbuyJQcqRXM8lM7jBP5d7KKsUto3kIFdw2e5XEEU0gO8bFGnqniTTw/mBq294kpuoNZCWXIiL5D/IKCtzPGi8E/hNZLZIaU8TT8/dLMGQdLY8= root@ip-10-31-8-44.us-east-1.aws.redhat.com\n",
            "name": "10.31.8.44",
            "path": "/etc/ssh/ssh_known_hosts",
            "state": "present"
        }
    }
}
<10.31.9.245> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "diff": {
        "after": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\n",
        "after_header": "/etc/ssh/ssh_known_hosts",
        "before": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\n",
        "before_header": "/etc/ssh/ssh_known_hosts"
    },
    "invocation": {
        "module_args": {
            "diff": {
                "after": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\n",
                "after_header": "/etc/ssh/ssh_known_hosts",
                "before": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\n",
                "before_header": "/etc/ssh/ssh_known_hosts"
            },
            "hash_host": false,
            "key": "10.31.9.245 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt7lGb3ENzdOblvmb3HKWX45BIvSmxILPBkztD83nWuk1+jRzquChXAK3yznBWBBQH8j5TFD8Sry3d8bwKpH4/+UPYIgHyniFMTId/wll8sAm0oyjEp8oXojZxgy09x08I08E39W1DM29HV44IbBpTSIKn/B6n41sfGb2KGwzx2ZMSEe2IGPMblXfVgy5qiRzdX0rulnK2K6gNPrPlGHA4IiwLTDGPCbHH6CN5G3nZWGZwDD7hB0gVYzsFuPPLi4iy+kBrJh5ZYtSsb8QwFoB7T8jvFOumaoZJCVNkVQCLLx1Cmpb3TN9Hu/7+tVIcy1Ft53Ny6q06ENwb2xz7w+UcAqCtQwtTxbh2tCncydXGb4fCwWrhq3fq5kz4z4jOvBMKnhJrp/e0frBVzDKcoN9VJLb/msvF0Bqoh61MR/mbdke9o8pJUdwFApYGCIuWRBSu7j5WL2gkFxyke3cGe8KkM6Qn7Ve1Iw7ZvmGZ3aGjpDJkIJtJ1APJLCWJDshc48k= root@ip-10-31-9-245.us-east-1.aws.redhat.com\n",
            "name": "10.31.9.245",
            "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21
Saturday 14 December 2024  02:19:17 -0500 (0:00:00.575)       0:00:11.896 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870 `" && echo ansible-tmp-1734160757.8112404-11267-85775141692870="` echo /root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519 `" && echo ansible-tmp-1734160757.8140564-11266-163353637850519="` echo /root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198 `" && echo ansible-tmp-1734160757.8224952-11269-122533990964198="` echo /root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'ansible-tmp-1734160757.8112404-11267-85775141692870=/root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870\n', b'')
<10.31.9.245> (0, b'ansible-tmp-1734160757.8140564-11266-163353637850519=/root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519\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.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpzajhy_a7 TO /root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519/AnsiballZ_stat.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpl254pg1m TO /root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870/AnsiballZ_stat.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'ansible-tmp-1734160757.8224952-11269-122533990964198=/root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpxzpl6hj1 TO /root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198/AnsiballZ_stat.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpxzpl6hj1 /root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198/AnsiballZ_stat.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198/ /root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpl254pg1m /root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870/AnsiballZ_stat.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870/ /root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpzajhy_a7 /root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519/AnsiballZ_stat.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519/ /root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (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": 1734160725.8972886, "mtime": 1734160723.906292, "ctime": 1734160724.1582916, "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": "938f4b81d4f781f61a6e3088f6ca196701ca4414", "mimetype": "text/plain", "charset": "us-ascii", "version": "3822014301", "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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160757.8224952-11269-122533990964198/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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": 119, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1734160720.2671425, "mtime": 1734160718.4431372, "ctime": 1734160718.8341382, "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": "e3dfb7905ebc75f38a17066e864d85f60183301d", "mimetype": "text/plain", "charset": "us-ascii", "version": "3587346605", "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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160757.8112404-11267-85775141692870/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 100663554, "dev": 51713, "nlink": 1, "atime": 1734160710.8278813, "mtime": 1734160708.1538675, "ctime": 1734160708.67687, "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": "5ab25b14688e1894a10e5f326b601d54fa8ab065", "mimetype": "text/plain", "charset": "us-ascii", "version": "3533946006", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160757.8140564-11266-163353637850519/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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": 1734160725.8972886,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "938f4b81d4f781f61a6e3088f6ca196701ca4414",
        "ctime": 1734160724.1582916,
        "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": 1734160723.906292,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 104,
        "uid": 0,
        "version": "3822014301",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
<10.31.8.44> (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": 1734160720.2671425,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "e3dfb7905ebc75f38a17066e864d85f60183301d",
        "ctime": 1734160718.8341382,
        "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": 1734160718.4431372,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 119,
        "uid": 0,
        "version": "3587346605",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
<10.31.9.245> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "invocation": {
        "module_args": {
            "checksum_algorithm": "sha1",
            "follow": false,
            "get_attributes": true,
            "get_checksum": true,
            "get_md5": false,
            "get_mime": true,
            "path": "/etc/kdump.conf"
        }
    },
    "stat": {
        "atime": 1734160710.8278813,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "5ab25b14688e1894a10e5f326b601d54fa8ab065",
        "ctime": 1734160708.67687,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 100663554,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1734160708.1538675,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 103,
        "uid": 0,
        "version": "3533946006",
        "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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26
Saturday 14 December 2024  02:19:18 -0500 (0:00:00.408)       0:00:12.305 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930 `" && echo ansible-tmp-1734160758.2199225-11296-207512661422930="` echo /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008 `" && echo ansible-tmp-1734160758.2276978-11297-274005560878008="` echo /root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194 `" && echo ansible-tmp-1734160758.232123-11299-35052783602194="` echo /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160758.2199225-11296-207512661422930=/root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930\n', b'')
<10.31.8.44> (0, b'ansible-tmp-1734160758.2276978-11297-274005560878008=/root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008\n', b'')
<10.31.14.216> (0, b'ansible-tmp-1734160758.232123-11299-35052783602194=/root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpe_4y3_xa TO /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/AnsiballZ_stat.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpt9jf6gh7 TO /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/AnsiballZ_stat.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/stat.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp5o7gpfoa TO /root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008/AnsiballZ_stat.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpe_4y3_xa /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/AnsiballZ_stat.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/ /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpt9jf6gh7 /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/AnsiballZ_stat.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/ /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp5o7gpfoa /root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008/AnsiballZ_stat.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008/ /root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008/AnsiballZ_stat.py && sleep 0'"'"''
<10.31.14.216> (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": 1734160725.8972886, "mtime": 1734160723.906292, "ctime": 1734160724.1582916, "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": "938f4b81d4f781f61a6e3088f6ca196701ca4414", "mimetype": "text/plain", "charset": "us-ascii", "version": "3822014301", "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.14.216 closed.\r\n')
<10.31.9.245> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 103, "inode": 100663554, "dev": 51713, "nlink": 1, "atime": 1734160710.8278813, "mtime": 1734160708.1538675, "ctime": 1734160708.67687, "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": "5ab25b14688e1894a10e5f326b601d54fa8ab065", "mimetype": "text/plain", "charset": "us-ascii", "version": "3533946006", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpqi4jfd28 TO /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/AnsiballZ_file.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpzey9z79s TO /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/AnsiballZ_file.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> (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": 119, "inode": 174063874, "dev": 51713, "nlink": 1, "atime": 1734160720.2671425, "mtime": 1734160718.4431372, "ctime": 1734160718.8341382, "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": "e3dfb7905ebc75f38a17066e864d85f60183301d", "mimetype": "text/plain", "charset": "us-ascii", "version": "3587346605", "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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160758.2276978-11297-274005560878008/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpqi4jfd28 /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/AnsiballZ_file.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/ /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/AnsiballZ_file.py && sleep 0'"'"''
NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2
changed: [managed-node2] => {
    "changed": true,
    "diff": [],
    "invocation": {
        "backup": true,
        "dest": "/etc/kdump.conf",
        "follow": false,
        "mode": "0644",
        "module_args": {
            "backup": true,
            "dest": "/etc/kdump.conf",
            "follow": false,
            "mode": "0644",
            "src": "/root/.ansible/tmp/ansible-local-10547i20uhp61/tmp5dgilhcj/kdump.conf.j2"
        },
        "src": "/root/.ansible/tmp/ansible-local-10547i20uhp61/tmp5dgilhcj/kdump.conf.j2"
    }
}
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpzey9z79s /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/AnsiballZ_file.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/ /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/AnsiballZ_file.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/AnsiballZ_file.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/AnsiballZ_file.py && sleep 0'"'"''
<10.31.14.216> (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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160758.232123-11299-35052783602194/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160758.2199225-11296-207512661422930/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
ok: [managed-node3] => {
    "changed": false,
    "checksum": "938f4b81d4f781f61a6e3088f6ca196701ca4414",
    "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
}
<10.31.9.245> (0, b'', b'')
ok: [managed-node1] => {
    "changed": false,
    "checksum": "5ab25b14688e1894a10e5f326b601d54fa8ab065",
    "dest": "/etc/kdump.conf",
    "diff": {
        "after": {
            "path": "/etc/kdump.conf"
        },
        "before": {
            "path": "/etc/kdump.conf"
        }
    },
    "gid": 0,
    "group": "root",
    "invocation": {
        "module_args": {
            "_diff_peek": null,
            "_original_basename": "kdump.conf.j2",
            "access_time": null,
            "access_time_format": "%Y%m%d%H%M.%S",
            "attributes": null,
            "backup": null,
            "content": null,
            "delimiter": null,
            "dest": "/etc/kdump.conf",
            "directory_mode": null,
            "follow": false,
            "force": false,
            "group": null,
            "mode": "0644",
            "modification_time": null,
            "modification_time_format": "%Y%m%d%H%M.%S",
            "owner": null,
            "path": "/etc/kdump.conf",
            "recurse": false,
            "regexp": null,
            "remote_src": null,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "src": null,
            "state": "file",
            "unsafe_writes": false
        }
    },
    "mode": "0644",
    "owner": "root",
    "path": "/etc/kdump.conf",
    "secontext": "system_u:object_r:kdump_etc_t:s0",
    "size": 103,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] ***
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34
Saturday 14 December 2024  02:19:18 -0500 (0:00:00.731)       0:00:13.036 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272 `" && echo ansible-tmp-1734160758.949629-11334-52331938397272="` echo /root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752 `" && echo ansible-tmp-1734160758.9528587-11335-15763216611752="` echo /root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841 `" && echo ansible-tmp-1734160758.961884-11337-255150763317841="` echo /root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'ansible-tmp-1734160758.949629-11334-52331938397272=/root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272\n', b'')
<10.31.8.44> (0, b'ansible-tmp-1734160758.9528587-11335-15763216611752=/root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp9gbm48gs TO /root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272/AnsiballZ_slurp.py
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp8pg1qa3t TO /root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752/AnsiballZ_slurp.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.14.216> (0, b'ansible-tmp-1734160758.961884-11337-255150763317841=/root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpkuq5o411 TO /root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841/AnsiballZ_slurp.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp8pg1qa3t /root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752/AnsiballZ_slurp.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752/ /root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp9gbm48gs /root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272/AnsiballZ_slurp.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272/ /root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpkuq5o411 /root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841/AnsiballZ_slurp.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841/ /root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> (0, b'', b'')
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841/AnsiballZ_slurp.py && sleep 0'"'"''
<10.31.8.44> (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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160758.9528587-11335-15763216611752/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160758.961884-11337-255150763317841/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160758.949629-11334-52331938397272/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
ok: [managed-node2] => {
    "attempts": 1,
    "changed": false,
    "content": "MjAxMzI2NTkyCg==",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/sys/kernel/kexec_crash_size"
        }
    },
    "source": "/sys/kernel/kexec_crash_size"
}
<10.31.14.216> (0, b'', b'')
<10.31.9.245> (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"
}
ok: [managed-node1] => {
    "attempts": 1,
    "changed": false,
    "content": "MjAxMzI2NTkyCg==",
    "encoding": "base64",
    "invocation": {
        "module_args": {
            "src": "/sys/kernel/kexec_crash_size"
        }
    },
    "source": "/sys/kernel/kexec_crash_size"
}

TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] ****
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40
Saturday 14 December 2024  02:19:19 -0500 (0:00:00.392)       0:00:13.429 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49
Saturday 14 December 2024  02:19:19 -0500 (0:00:00.042)       0:00:13.471 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54
Saturday 14 December 2024  02:19:19 -0500 (0:00:00.035)       0:00:13.507 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59
Saturday 14 December 2024  02:19:19 -0500 (0:00:00.039)       0:00:13.547 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Reboot the managed node] ***************
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68
Saturday 14 December 2024  02:19:19 -0500 (0:00:00.036)       0:00:13.583 ***** 
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 : Clear the kdump_reboot_required flag] ***
task path: /tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74
Saturday 14 December 2024  02:19:19 -0500 (0:00:00.036)       0:00:13.620 ***** 
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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84
Saturday 14 December 2024  02:19:19 -0500 (0:00:00.036)       0:00:13.657 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> (0, b'/root\n', b'')
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113 `" && echo ansible-tmp-1734160759.575219-11398-40930242389113="` echo /root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113 `" ) && sleep 0'"'"''
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890 `" && echo ansible-tmp-1734160759.5761123-11397-36532044735890="` echo /root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299 `" && echo ansible-tmp-1734160759.585817-11400-71929677315299="` echo /root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'ansible-tmp-1734160759.575219-11398-40930242389113=/root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113\n', b'')
<10.31.9.245> (0, b'ansible-tmp-1734160759.5761123-11397-36532044735890=/root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpfj6k2x9t TO /root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113/AnsiballZ_systemd.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp1dc4x79e TO /root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890/AnsiballZ_systemd.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.14.216> (0, b'ansible-tmp-1734160759.585817-11400-71929677315299=/root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp8u1_9ixu TO /root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299/AnsiballZ_systemd.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpfj6k2x9t /root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113/AnsiballZ_systemd.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113/ /root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp1dc4x79e /root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890/AnsiballZ_systemd.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890/ /root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmp8u1_9ixu /root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299/AnsiballZ_systemd.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299/ /root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.44> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:40 EST", "ExecMainStartTimestampMonotonic": "341263633", "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:58 EST", "ExecMainExitTimestampMonotonic": "359784389", "ExecMainPID": "20403", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:58 EST] ; pid=20403 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:40 EST] ; pid=20394 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:18:58 EST", "StateChangeTimestampMonotonic": "359784781", "InactiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST", "InactiveExitTimestampMonotonic": "341263666", "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:58 EST", "ActiveEnterTimestampMonotonic": "359784781", "ActiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST", "ActiveExitTimestampMonotonic": "341239924", "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:40 EST", "InactiveEnterTimestampMonotonic": "341261958", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-14 02:18:40 EST", "ConditionTimestampMonotonic": "341262751", "AssertTimestamp": "Sat 2024-12-14 02:18:40 EST", "AssertTimestampMonotonic": "341262775", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "355ba088c9304c45a8c448c113868f00", "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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160759.575219-11398-40930242389113/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:45 EST", "ExecMainStartTimestampMonotonic": "368891171", "ExecMainExitTimestamp": "Sat 2024-12-14 02:19:04 EST", "ExecMainExitTimestampMonotonic": "387440187", "ExecMainPID": "16725", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:45 EST] ; stop_time=[Sat 2024-12-14 02:19:04 EST] ; pid=16725 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:45 EST] ; stop_time=[Sat 2024-12-14 02:18:45 EST] ; pid=16716 ; 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": "system.slice remote-fs.target systemd-journald.socket network-online.target network.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:19:04 EST", "StateChangeTimestampMonotonic": "387440643", "InactiveExitTimestamp": "Sat 2024-12-14 02:18:45 EST", "InactiveExitTimestampMonotonic": "368891195", "ActiveEnterTimestamp": "Sat 2024-12-14 02:19:04 EST", "ActiveEnterTimestampMonotonic": "387440643", "ActiveExitTimestamp": "Sat 2024-12-14 02:18:45 EST", "ActiveExitTimestampMonotonic": "368865735", "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:45 EST", "InactiveEnterTimestampMonotonic": "368889375", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-14 02:18:45 EST", "ConditionTimestampMonotonic": "368890235", "AssertTimestamp": "Sat 2024-12-14 02:18:45 EST", "AssertTimestampMonotonic": "368890257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "7ac9bdcf4f054e13a8f6522cb7114c86", "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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160759.585817-11400-71929677315299/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:30 EST", "ExecMainStartTimestampMonotonic": "331821920", "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:49 EST", "ExecMainExitTimestampMonotonic": "350451668", "ExecMainPID": "16696", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:30 EST] ; stop_time=[Sat 2024-12-14 02:18:49 EST] ; pid=16696 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:30 EST] ; stop_time=[Sat 2024-12-14 02:18:30 EST] ; pid=16687 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target systemd-journald.socket basic.target network-online.target system.slice network.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:18:49 EST", "StateChangeTimestampMonotonic": "350452111", "InactiveExitTimestamp": "Sat 2024-12-14 02:18:30 EST", "InactiveExitTimestampMonotonic": "331821954", "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:49 EST", "ActiveEnterTimestampMonotonic": "350452111", "ActiveExitTimestamp": "Sat 2024-12-14 02:18:30 EST", "ActiveExitTimestampMonotonic": "331797541", "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:30 EST", "InactiveEnterTimestampMonotonic": "331820178", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-14 02:18:30 EST", "ConditionTimestampMonotonic": "331820988", "AssertTimestamp": "Sat 2024-12-14 02:18:30 EST", "AssertTimestampMonotonic": "331821030", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "b9e75735a3a54ed2b7a526e5b8058ca3", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160759.5761123-11397-36532044735890/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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-12-14 02:18:58 EST",
        "ActiveEnterTimestampMonotonic": "359784781",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ActiveExitTimestampMonotonic": "341239924",
        "ActiveState": "active",
        "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "AssertTimestampMonotonic": "341262775",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ConditionTimestampMonotonic": "341262751",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:58 EST",
        "ExecMainExitTimestampMonotonic": "359784389",
        "ExecMainPID": "20403",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ExecMainStartTimestampMonotonic": "341263633",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:58 EST] ; pid=20403 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:40 EST] ; pid=20394 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "InactiveEnterTimestampMonotonic": "341261958",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "InactiveExitTimestampMonotonic": "341263666",
        "InvocationID": "355ba088c9304c45a8c448c113868f00",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:18:58 EST",
        "StateChangeTimestampMonotonic": "359784781",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22406",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
<10.31.14.216> (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-12-14 02:19:04 EST",
        "ActiveEnterTimestampMonotonic": "387440643",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "ActiveExitTimestampMonotonic": "368865735",
        "ActiveState": "active",
        "After": "system.slice remote-fs.target systemd-journald.socket network-online.target network.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "AssertTimestampMonotonic": "368890257",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "ConditionTimestampMonotonic": "368890235",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:19:04 EST",
        "ExecMainExitTimestampMonotonic": "387440187",
        "ExecMainPID": "16725",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "ExecMainStartTimestampMonotonic": "368891171",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:45 EST] ; stop_time=[Sat 2024-12-14 02:19:04 EST] ; pid=16725 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:45 EST] ; stop_time=[Sat 2024-12-14 02:18:45 EST] ; pid=16716 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "InactiveEnterTimestampMonotonic": "368889375",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:18:45 EST",
        "InactiveExitTimestampMonotonic": "368891195",
        "InvocationID": "7ac9bdcf4f054e13a8f6522cb7114c86",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:19:04 EST",
        "StateChangeTimestampMonotonic": "387440643",
        "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.9.245> (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-12-14 02:18:49 EST",
        "ActiveEnterTimestampMonotonic": "350452111",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "ActiveExitTimestampMonotonic": "331797541",
        "ActiveState": "active",
        "After": "remote-fs.target systemd-journald.socket basic.target network-online.target system.slice network.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "AssertTimestampMonotonic": "331821030",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "ConditionTimestampMonotonic": "331820988",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:49 EST",
        "ExecMainExitTimestampMonotonic": "350451668",
        "ExecMainPID": "16696",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "ExecMainStartTimestampMonotonic": "331821920",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:30 EST] ; stop_time=[Sat 2024-12-14 02:18:49 EST] ; pid=16696 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:30 EST] ; stop_time=[Sat 2024-12-14 02:18:30 EST] ; pid=16687 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "InactiveEnterTimestampMonotonic": "331820178",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:18:30 EST",
        "InactiveExitTimestampMonotonic": "331821954",
        "InvocationID": "b9e75735a3a54ed2b7a526e5b8058ca3",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:18:49 EST",
        "StateChangeTimestampMonotonic": "350452111",
        "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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94
Saturday 14 December 2024  02:19:20 -0500 (0:00:00.530)       0:00:14.187 ***** 
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021 `" && echo ansible-tmp-1734160760.1151366-11429-17929869476021="` echo /root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021 `" ) && sleep 0'"'"''
<10.31.9.245> (0, b'/root\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101 `" && echo ansible-tmp-1734160760.117174-11427-59871995211101="` echo /root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101 `" ) && sleep 0'"'"''
<10.31.14.216> (0, b'/root\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004 `" && echo ansible-tmp-1734160760.1249344-11430-113354481298004="` echo /root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'ansible-tmp-1734160760.1151366-11429-17929869476021=/root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpq7wf0ds7 TO /root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021/AnsiballZ_file.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.9.245> (0, b'ansible-tmp-1734160760.117174-11427-59871995211101=/root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.9.245> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpys_x0cn7 TO /root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101/AnsiballZ_file.py
<10.31.9.245> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/fa4f07b122 '[10.31.9.245]'
<10.31.14.216> (0, b'ansible-tmp-1734160760.1249344-11430-113354481298004=/root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/files/file.py
<10.31.14.216> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpc6ww3uow TO /root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004/AnsiballZ_file.py
<10.31.14.216> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/82ecab8e4e '[10.31.14.216]'
<10.31.9.245> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpys_x0cn7 /root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101/AnsiballZ_file.py\n', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101/ /root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpq7wf0ds7 /root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021/AnsiballZ_file.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021/ /root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021/AnsiballZ_file.py && sleep 0'"'"''
<10.31.14.216> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpc6ww3uow /root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004/AnsiballZ_file.py\n', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004/ /root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004/AnsiballZ_file.py && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 -tt 10.31.9.245 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101/AnsiballZ_file.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021/AnsiballZ_file.py && sleep 0'"'"''
<10.31.14.216> (0, b'', b'')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e -tt 10.31.14.216 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004/AnsiballZ_file.py && sleep 0'"'"''
<10.31.9.245> (0, b'\r\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null}}}\r\n', b'Shared connection to 10.31.9.245 closed.\r\n')
<10.31.9.245> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.9.245> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/fa4f07b122 10.31.9.245 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160760.117174-11427-59871995211101/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160760.1151366-11429-17929869476021/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.14.216> (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.14.216 closed.\r\n')
<10.31.14.216> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.14.216> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/82ecab8e4e 10.31.14.216 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160760.1249344-11430-113354481298004/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.9.245> (0, b'', b'')
<10.31.8.44> (0, b'', b'')
changed: [managed-node1 -> managed-node1] => {
    "changed": true,
    "diff": {
        "after": {
            "path": "/tmp/tests_ssh",
            "state": "absent"
        },
        "before": {
            "path": "/tmp/tests_ssh",
            "path_content": {
                "directories": [],
                "files": []
            },
            "state": "directory"
        }
    },
    "gid": 0,
    "group": "root",
    "invocation": {
        "module_args": {
            "_diff_peek": null,
            "_original_basename": null,
            "access_time": null,
            "access_time_format": "%Y%m%d%H%M.%S",
            "attributes": null,
            "backup": null,
            "content": null,
            "delimiter": null,
            "directory_mode": null,
            "follow": true,
            "force": false,
            "group": null,
            "mode": null,
            "modification_time": null,
            "modification_time_format": "%Y%m%d%H%M.%S",
            "owner": null,
            "path": "/tmp/tests_ssh",
            "recurse": false,
            "regexp": null,
            "remote_src": null,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "src": null,
            "state": "absent",
            "unsafe_writes": false
        }
    },
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/tests_ssh",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}
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.14.216> (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-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2
Saturday 14 December 2024  02:19:20 -0500 (0:00:00.403)       0:00:14.591 ***** 
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.31.8.44> (0, b'/root\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428 `" && echo ansible-tmp-1734160760.495816-11454-95708517779428="` echo /root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428 `" ) && sleep 0'"'"''
<10.31.8.44> (0, b'ansible-tmp-1734160760.495816-11454-95708517779428=/root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428\n', b'')
Using module file /usr/local/lib/python3.9/site-packages/ansible/modules/system/systemd.py
<10.31.8.44> PUT /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpm6_r6b_s TO /root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428/AnsiballZ_systemd.py
<10.31.8.44> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/6b35137e8c '[10.31.8.44]'
<10.31.8.44> (0, b'sftp> put /root/.ansible/tmp/ansible-local-10547i20uhp61/tmpm6_r6b_s /root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428/AnsiballZ_systemd.py\n', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428/ /root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.44> (0, b'', b'')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c -tt 10.31.8.44 '/bin/sh -c '"'"'/usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428/AnsiballZ_systemd.py && sleep 0'"'"''
<10.31.8.44> (0, b'\r\n{"name": "kdump", "changed": true, "status": {"Type": "oneshot", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:40 EST", "ExecMainStartTimestampMonotonic": "341263633", "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:58 EST", "ExecMainExitTimestampMonotonic": "359784389", "ExecMainPID": "20403", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:58 EST] ; pid=20403 ; code=exited ; status=0 }", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:40 EST] ; pid=20394 ; code=exited ; status=0 }", "Slice": "system.slice", "MemoryCurrent": "[not set]", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "[not set]", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22406", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target", "Description": "Crash recovery kernel arming", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2024-12-14 02:18:58 EST", "StateChangeTimestampMonotonic": "359784781", "InactiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST", "InactiveExitTimestampMonotonic": "341263666", "ActiveEnterTimestamp": "Sat 2024-12-14 02:18:58 EST", "ActiveEnterTimestampMonotonic": "359784781", "ActiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST", "ActiveExitTimestampMonotonic": "341239924", "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:40 EST", "InactiveEnterTimestampMonotonic": "341261958", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-12-14 02:18:40 EST", "ConditionTimestampMonotonic": "341262751", "AssertTimestamp": "Sat 2024-12-14 02:18:40 EST", "AssertTimestampMonotonic": "341262775", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "355ba088c9304c45a8c448c113868f00", "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.44 closed.\r\n')
<10.31.8.44> ESTABLISH SSH CONNECTION FOR USER: None
<10.31.8.44> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o ControlPath=/root/.ansible/cp/6b35137e8c 10.31.8.44 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1734160760.495816-11454-95708517779428/ > /dev/null 2>&1 && sleep 0'"'"''
<10.31.8.44> (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-12-14 02:18:58 EST",
        "ActiveEnterTimestampMonotonic": "359784781",
        "ActiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ActiveExitTimestampMonotonic": "341239924",
        "ActiveState": "active",
        "After": "remote-fs.target systemd-journald.socket network.target system.slice network-online.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "AssertTimestampMonotonic": "341262775",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ConditionTimestampMonotonic": "341262751",
        "ConfigurationDirectoryMode": "0755",
        "ControlPID": "0",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-12-14 02:18:58 EST",
        "ExecMainExitTimestampMonotonic": "359784389",
        "ExecMainPID": "20403",
        "ExecMainStartTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "ExecMainStartTimestampMonotonic": "341263633",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:58 EST] ; pid=20403 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-12-14 02:18:40 EST] ; stop_time=[Sat 2024-12-14 02:18:40 EST] ; pid=20394 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/kdump.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "InactiveEnterTimestampMonotonic": "341261958",
        "InactiveExitTimestamp": "Sat 2024-12-14 02:18:40 EST",
        "InactiveExitTimestampMonotonic": "341263666",
        "InvocationID": "355ba088c9304c45a8c448c113868f00",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-12-14 02:18:58 EST",
        "StateChangeTimestampMonotonic": "359784781",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22406",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
META: ran handlers
META: ran handlers

PLAY 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 14 December 2024  02:19:20 -0500 (0:00:00.464)       0:00:15.055 ***** 
=============================================================================== 
fedora.linux_system_roles.kdump : Install required packages ------------- 3.67s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 
Gathering Facts --------------------------------------------------------- 1.17s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 
Gather facts from managed-node1 ----------------------------------------- 0.81s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 
fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.75s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 
fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.73s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 
fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.58s
/tmp/collections-Kwx/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.58s
/tmp/collections-Kwx/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.56s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 
fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.55s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 
fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.53s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 
fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.52s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 
fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.47s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 
fedora.linux_system_roles.kdump : Restart kdump ------------------------- 0.46s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 
fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.45s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 
fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.41s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 
Cleanup kdump_path ------------------------------------------------------ 0.40s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:94 
fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.40s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 
fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.40s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 
fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.40s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 
fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.39s
/tmp/collections-Kwx/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-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:40
Saturday 14 December 2024  02:19:21 -0500 (0:00:15.944)       0:00:50.196 ***** 
changed: [managed-node3 -> localhost] => {
    "changed": true,
    "path": "/tmp/ansible.8qfbeugj.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 14 December 2024  02:19:21 -0500 (0:00:00.228)       0:00:50.425 ***** 
=============================================================================== 
fedora.linux_system_roles.kdump : Restart kdump ------------------------ 19.06s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 
Run ansible-playbook with tests_ssh.yml in check mode ------------------ 15.94s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:34 
fedora.linux_system_roles.kdump : Install required packages ------------- 2.98s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 
fedora.linux_system_roles.kdump : Create key if it does not exist ------- 1.10s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 
Gathering Facts --------------------------------------------------------- 0.90s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:2 
Create static inventory from hostvars ----------------------------------- 0.81s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:14 
fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.75s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 
fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.69s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 
Gathering Facts --------------------------------------------------------- 0.67s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:2 
Gather facts from managed-node3 ----------------------------------------- 0.65s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh.yml:56 
Gathering Facts --------------------------------------------------------- 0.61s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_ssh_wrapper.yml:27 
fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.54s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 
fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.48s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 
fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.47s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 
fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.46s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 
fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.46s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 
fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.44s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 
fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.38s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 
fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.35s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 
fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.35s
/tmp/collections-Kwx/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30