Re: [ansible-project] Cannot reach newly created Windows VM

2019-07-30 Thread Walter Kessler
So, I discovered the powershell command to do this "invoke-webrequest" and it worked on a playbook as expected. However, the 'inventory' issue still remains -- the machine has to BE in the inventory assigned to the job template or the callback won't work. I can obviously just add and inventory

Re: [ansible-project] Cannot reach newly created Windows VM

2019-07-29 Thread Walter Kessler
What's the best method for a Windows machine to do a callback? PowerShell Run-once? On Mon, Jul 29, 2019 at 4:44 PM Jonathan Lozada De La Matta < jloza...@redhat.com> wrote: > checkout > https://docs.ansible.com/ansible-tower/latest/html/userguide/job_templates.html#provisioning-callbacks > > On

Re: [ansible-project] Cannot reach newly created Windows VM

2019-07-29 Thread Jonathan Lozada De La Matta
checkout https://docs.ansible.com/ansible-tower/latest/html/userguide/job_templates.html#provisioning-callbacks On Mon, Jul 29, 2019 at 5:07 PM Walter Kessler wrote: > I currently have a Workflow in Tower that does what I want, but it is > doing so via a cumbersome method: > >- First playboo

[ansible-project] Cannot reach newly created Windows VM

2019-07-29 Thread Walter Kessler
I currently have a Workflow in Tower that does what I want, but it is doing so via a cumbersome method: - First playbook creates a VM - VMware Inventory sync - Run additional playbooks (that may now be targeting already configured Windows VMs) to configure settings and install apps.