Has anyone successfully executed a awx job template run for the inventory which consist of GCP windows VM host?
My Execution Instance is a GCP linux [rhel9] vm instance which has been attached to AWX. I have a service account in GCP which has the IAP related role enabled. Not sure what else is required to make the playbook execution successful.
In GCP, we need to use IAP - [Identity-Aware Proxy] to enable a tunnel for secure connectivity. Now this is not something which is present for AWS, or VM based Windows hosts. Usage of IAP for Linux hosts requires a wrapper script in the ansible environment to run the ansible-tasks. So is there something similar setup that is required for windows hosts?
Note majority of our linux and windows hosts has no public IP address.