- 27 Mar, 2014 13 commits
-
-
Add meta to the directory layout for roles
Michael DeHaan committed -
Fix typo in with_first_found doc.
Michael DeHaan committed -
Tim Miller committed
-
jjshoe committed
-
Micro-optimizations
Michael DeHaan committed -
timeit shows a speedup of ~1.4x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed -
timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed -
Fixed ufw module doc reset vs reseted
Michael DeHaan committed -
James Tanner committed
-
James Tanner committed
-
Ahti Kitsik committed
-
Make ssh_config paramiko 1.12/1.13 compatible
Michael DeHaan committed -
Henry Finucane committed
-
- 26 Mar, 2014 21 commits
-
-
rax module: Support arbitrary extra args
Michael DeHaan committed -
James Cammarata committed
-
James Tanner committed
-
Share p.communicate alternative logic between exec_command and put_file
jctanner committed -
The jid will now also contain the PID of the async_wrapper process, and can each unique jid from each host is tracked rather than just relying on one global jid per task. Fixes #5582
James Cammarata committed -
James Tanner committed
-
Matt Martz committed
-
Add extra_create_args and extra_client_args to rax module to support passing advanced configuration options to client instantiation and server create calls.
Matt Martz committed -
Fix template validation docs and example.
Michael DeHaan committed -
Jeff Geerling committed
-
James Tanner committed
-
Fixes minor typos in the GCE guide, one of which causes a code block to ...
Michael DeHaan committed -
Fixes #5618
James Cammarata committed -
James Tanner committed
-
Chris Conway committed
-
Show argument dependency
jctanner committed -
failed: [192.168.1.2] => {"cmd": "rsync --delay-updates -FF --compress --timeout=10 --delete-after --rsh 'ssh -i /home/jjshoe/.vagrant.d/insecure_private_key -o StrictHostKeyChecking=no' --rsync-path 'sudo rsync' --out-format='<<CHANGED>>%i %n%L' /tmp/app vagrant@192.168.1.2:/home/ubuntu/app", "failed": true, "item": "", "rc": 1} msg: rsync: --delete does not work without --recursive (-r) or --dirs (-d). rsync error: syntax or usage error (code 1) at main.c(1453) [client=3.0.9]
jjshoe committed -
James Cammarata committed
-
https://github.com/maniaplanet/ansible
Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export
James Cammarata committed -
Fixes #5395
James Cammarata committed -
Fixes #6692
James Cammarata committed
-
- 25 Mar, 2014 6 commits
-
-
Correct module name in changelog
Michael DeHaan committed -
James Tanner committed
-
Changed call to EDITOR to allow for parameters
jctanner committed -
The EDITOR environment variable is used to create and edit files in the vault. But if the EDITOR variable contains parameters, subprocess.call() breaks. This fixes the EDITOR environment variable to be safely split into a list. It adds a dependency on shlex.
Ramon de la Fuente committed -
Fixes #5117
James Cammarata committed -
Fixes #6682
James Cammarata committed
-