[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, I

[ansible-project] Re: Some doubts / problems about ansible-playbook with ansible-vault crypted files

2014-11-25 Thread Ricard Clau
and private keys. > > - James > > On Monday, November 24, 2014 3:03:33 PM UTC-5, Ricard Clau wrote: >> >> Well, maybe I am doing something terribly stupid... these files will be >> stored in bitbucket / github as part of the ansible infrastructure repo so >>

[ansible-project] Re: Some doubts / problems about ansible-playbook with ansible-vault crypted files

2014-11-24 Thread Ricard Clau
-vault only works for structured data files (yaml, json). Also, > out of curiosity, why bother encrypting public keys? > > - James > > On Friday, November 21, 2014 8:52:03 AM UTC-5, Ricard Clau wrote: >> >> Hi everyone >> >> I was having a problem earlier toda

[ansible-project] Some doubts / problems about ansible-playbook with ansible-vault crypted files

2014-11-21 Thread Ricard Clau
Hi everyone I was having a problem earlier today in a playbook using vault crypted files. I managed to refactor it to make it work but anyway I wanted to know your feedback in case this is my misunderstanding on how these features work or maybe there is some bug So, I was trying to create a p