Here is some more troubleshooting information. Also as a side note. I am running an partner NFR self-support only version of AAP and have zero support from RedHat on this. It also doesn't seem to matter if I run the job through command line ansible or through AAP. The error is the same.
My Group Vars
---
ansible_connection: winrm
ansible_winrm_server_cert_validation: ignore
Host Inventory
my WinRM settings after running the ConfigureAnsibleRemoting.ps1 script
PS C:\Users\ubermike\Desktop> winrm configSDDL default
Service
RootSDDL = O:NSG:BAD:P(A;;GA;;;BA)(A;;GR;;;IU)(A;;GAGR;;;S-1-5-21-809043649-619790271-106372718-1977)S:P(AU;FA;GA;;;WD)(AU;SA;GXGW;;;WD)
MaxConcurrentOperations = 4294967295
MaxConcurrentOperationsPerUser = 1500
EnumerationTimeoutms = 240000
MaxConnections = 300
MaxPacketRetrievalTimeSeconds = 120
AllowUnencrypted = true
Auth
Basic = true
Kerberos = true
Negotiate = true
Certificate = false
CredSSP = true
CbtHardeningLevel = Relaxed
DefaultPorts
HTTP = 5985
HTTPS = 5986
IPv4Filter = *
IPv6Filter = *
EnableCompatibilityHttpListener = false
EnableCompatibilityHttpsListener = false
CertificateThumbprint
AllowRemoteAccess = true
My Ansible Host Kerb ticket
[uber...@domain.ca@ansible ~]$ klist -c
Ticket cache: KCM:1944601976:978
Default principal: uber...@DOMAIN.CA
Valid starting Expires Service principal
2022-06-12 08:10:56 2022-06-12 18:10:56 krbtgt/DOMA...@DOMAIN.CA
renew until 2022-06-19 08:10:56
Latest Error Output from the job
{
"unreachable": true,
"msg": "kerberos: authGSSClientStep() failed: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Server not found in Kerberos database', -1765328377)), ssl: HTTPSConnectionPool(host='inventory_hostname', port=5986): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3ca1fd2430>: Failed to establish a new connection: [Errno -2] Name or service not known'))",
"changed": false
}