[ansible-project] Re: win_updates not working

2015-12-30 Thread Joseph Jenkins
Anyone have any updates on this? It looks like the issue is because Ansible is calling the remote PowerShell Session, but isn't doing it as a "Run As Administrator". I was able to take the script and run it, but unless I do it from a Administrator session it doesn't actually install. Does

[ansible-project] Re: How to handle data common to a set of roles?

2015-12-30 Thread Yassen Damyanov
Alexey, Thanks for pointing me to the right direction. This seems to be "The Right Way" to do it ;) I am reading that page right now. Cheers, -Y. On Wednesday, December 30, 2015 at 3:27:21 PM UTC+2, Alexey Vazhnov wrote: > > You can place your common variables in group_vars/all/. > Did you read

[ansible-project] ansible rax not picking up virtualenv python executable

2015-12-30 Thread the af
Hi I have a site spectific module for deploying cloud objects on Rackspaces platform. The objects created are the following: networks, vyatta and cloud servers. I use rax.py that i have symlinked to 4 inventory directories. The purpose of the symylinking is to allow each environment to be

[ansible-project] How to handle data common to a set of roles?

2015-12-30 Thread Yassen Damyanov
Guys, Could you suggest a way to handle data common to a set of roles, e.g. the IP address of the DNS or the DHCP server on the network? These seem to be fixed for now but can change in future and I'd like to have a convenient way to do a change in one place and then have all roles working

[ansible-project] Re: How to handle data common to a set of roles?

2015-12-30 Thread Alexey Vazhnov
You can place your common variables in group_vars/all/. Did you read this http://docs.ansible.com/ansible/playbooks_variables.html ? On Wednesday, December 30, 2015 at 4:48:06 PM UTC+5, Yassen Damyanov wrote: > > Guys, > > Could you suggest a way to handle data common to a set of roles, e.g. the

Re: [ansible-project] Problem trying to use a specific string with templates

2015-12-30 Thread Guido
Thank you very much, I worked, that was exactly what I needed. 2015-12-29 11:54 GMT-03:00 Matt Martz : > What you need to do is tell jinja2 that the value should not be parsed. > To do this you can use `{% raw %} ... {% endraw %}` such as: > > api_log_format: "{% raw