Re: [ansible-project] MySQL w/o plain text passwords

2014-01-11 Thread Peter Gehres
Aha. Okay, so there is a feature on the roadmap called vault that I think will be perfect for this use case. It is what I was hinting at in my first reply where the password is stored in ciphertext on the control host and easily decryptable by Ansible. It doesn't deter a determined attacker, but

Re: [ansible-project] command: docker pull sometimes hangs indefinitely

2014-01-11 Thread Michael DeHaan
It's probably that the command is asking for user input. See if it offers any batch flags, or consider feeding it /dev/null using the 'shell' module. Really I'd like to see *much* better module support for Docker, though I can't really tell just yet what everyone is doing with it as people are

[ansible-project] hostkey enhancements to the git module

2014-01-11 Thread James Tanner
I created a new feature in the git module to help with hostkey management and prevent task hangs with unknown keys: https://github.com/ansible/ansible/commit/8665b0638a1d3a70f985126b0f007a26c81273cb https://github.com/ansible/ansible/commit/1e1c5aa9dd4f84175966e0f9e467fd7fc600 The module

[ansible-project] Re: Forums vs mailing list? Here's a short 2-question voting survey.

2014-01-11 Thread rektide
only about 50% of the respondents wanted to keep the mailing list. This implies strongly that switching away from the mailing list would be a potentially positive thing. Ugg. I really don't look forward to some crappy forum software being the interface of choice. Every single person is

Re: [ansible-project] Re: Forums vs mailing list? Here's a short 2-question voting survey.

2014-01-11 Thread Jan-Piet Mens
+1 for each paragraph == +4. -JP -- You received this message because you are subscribed to the Google Groups Ansible Project group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group,

[ansible-project] Re: Quick Galaxy Update

2014-01-11 Thread Steve
On Saturday, January 11, 2014 2:21:58 AM UTC, James Cammarata wrote: Thanks, and again let us know if you run into any issues! The 'Import Status' column for 'My Roles' shows '(import status unknown: FAILED)' for a newly created role. Clicking the 'Re-import' button gives the message

[ansible-project] dmg module for Mac OSX?

2014-01-11 Thread Steve Morin
Does anyone know of a ansible DMG module for Max OSX? I would like one that can check if a application exists and only install the dmg if it doesn't exist. It should download it and do a full install if it doesn't. -Steve -- You received this message because you are subscribed to the Google

Re: [ansible-project] dmg module for Mac OSX?

2014-01-11 Thread James Tanner
On 01/11/2014 02:55 PM, Steve Morin wrote: Does anyone know of a ansible DMG module for Max OSX? I would like one that can check if a application exists and only install the dmg if it doesn't exist. It should download it and do a full install if it doesn't. -Steve -- You received this

Re: [ansible-project] hostkey enhancements to the git module

2014-01-11 Thread Peter Gehres
Hopefully this makes the git module easier for our new users. It also makes it easier for us non-new users. Thanks! -- Peter Gehres Site Reliability Engineer | AppDynamics, Inc. www.appdynamics.com | AS62897 -- You received this message because you are subscribed to the Google Groups