[ansible-project] EC2 dynamic inventory + windows hosts, any way to do a group_vars for that?

2016-05-11 Thread Josh Smift
We wanted a way to combine static and dynamic inventories with a single set of inventory variables, and wrote a script to do it; check out https://github.com/caredotcom/ansible-quartermaster and see if it's any help (either as-is, or as an example, or for humor value, or whatever).

[ansible-project] EC2 dynamic inventory + windows hosts, any way to do a group_vars for that?

2016-05-11 Thread Ricard Clau
Hi I was trying to use the EC2 dynamic inventory to manage a number of Windows and Linux instances and I am struggling trying to find a clean way to do something like a group_vars file in order to use winrm if the host is windows and ssh if the host is Linux Of course, in a static inventory,