Re: [ansible-project] Intersections in templates and variables?

2014-03-12 Thread Gustavo Hexsel
Just for documentation purposes, here's my working solution: ... ... Thank you On Mon, Mar 10, 2014 at 12:28 PM, wrote: > This is in a Jinja template. I was reading a bit more in Jinja and I > think I can do a double loop with an if condition. > > Thanks. > > > On Monday, March 10, 2014

Re: [ansible-project] Bug in github_hooks?

2014-03-12 Thread Michael DeHaan
Yeah, that's not good :) Can you file a bug at github.com/ansible/ansible? We're not using this one ourselves, so if you'd like to take a crack at fixing it, that would also be welcome and probably expedite things a bit more! On Wed, Mar 12, 2014 at 2:22 PM, Mike Titus wrote: > Thought I wo

[ansible-project] Bug in github_hooks?

2014-03-12 Thread Mike Titus
Thought I would post this here before raising an issue on GitHub: This line in a role produced the error below: github_hooks: action=create hookurl=http://{{ inventory_hostname }}:88 user={{ github_user }} oauthkey={{ github_oauth }} repo=https://github.com/{{ yii_admin_repo }} The role *was*

Re: [ansible-project] Large-scale deployments with Ansible?

2014-03-12 Thread Jesse Keating
On 3/12/14, 10:26 AM, Patrick Galbraith wrote: Hi all! I'm wanting to talk to anyone who has some large-scale deployments with Ansible to chat about. Please do contact me at p...@patg.net to share or IRC "CaptTofu" We do large scale deployments at Rackspace with Ansible. Mostly application d

[ansible-project] Large-scale deployments with Ansible?

2014-03-12 Thread Patrick Galbraith
Hi all! I'm wanting to talk to anyone who has some large-scale deployments with Ansible to chat about. Please do contact me at p...@patg.net to share or IRC "CaptTofu" Thanks! Regards, Patrick -- You received this message because you are subscribed to the Google Groups "Ansible Project" gr

Re: [ansible-project] Re: Ansible 1.5.1 released: security updates

2014-03-12 Thread Michael DeHaan
The validate_certs thing is different from the shell stuff. We are currently working on some fixes for places that needed to have shell access (small number, but facts are included for non-Linux for example, and some git usage) and also are upgrading the cert detection. Should have a release soon

[ansible-project] Re: Ansible 1.5.1 released: security updates

2014-03-12 Thread Prune
Le lundi 10 mars 2014 19:23:45 UTC-4, Michael DeHaan a écrit : > > Ansible 1.5.1 Release Notes > > Finally, code that performs URL downloads of https:// URLs has been > upgraded to validate the certificates where possible, unless a new > parameter “validate_certs=no” is passed to the module.