AWX Directory Structure for Infrastructure Specific Tasks

Hi all,

Working on an new AWX install. I’m looking to define some plays that will clone a new Windows VM from a template residing on a VSphere cluster, and provision it. Wondering what the directory structure should look like. I have read the “Best Practices” that are published out there, but those seem specific to configuration management, not infrastructure creation. For example, when creating a new VM, inventory doesn’t really play into it since how can the VM be in an inventory if it doesn’t exist? Also, in the vmware_guest module, that runs on localhost. The AWX server is a Linux machine. When I want to provision the VM though, I have to use winrm, so I need to set that variable just for the provisioning phase. Just trying to wrap my head around what this tree should look like and how best to split the parts out.

Thanks,
Paul