[ansible-project] Connecting to Windows hosts in EC2 using Kerberos (Tower) (maybe not what you think)

2018-02-13 Thread travisk
Hello! Currently in Tower we have dynamic inventory set up to pull in data about EC2 instances from our AWS account. We have vpc_destination_variable set to internal IPs since we connect to EC2 via Direct Connect. After a lot of work, I have Kerberos working with my Windows hosts! However, my

[ansible-project] Passing extra_vars via provisioning callback using PowerShell

2018-03-09 Thread travisk
Hello, I have a template that needs to be run against Windows hosts that make use the callback URL to initiate the job against them. This works for that purpose: Invoke-WebRequest -Method POST -Body @{host_config_key=''} However, I also need to pass extra_vars as a part of the callback. I've