- 08 Jan, 2014 9 commits
-
-
James Tanner committed
-
James Tanner committed
-
remove useless create/delete remote tmp dir roundtrip in copy module
jctanner committed -
jeromew committed
-
Make sure 'tmp' is in the remote tmp dirname to ensure correct cleanup
jctanner committed -
Improved the documentation for password generation
Michael DeHaan committed -
Remove testing code
jctanner committed -
I guess this is left over from testing
lichesser committed -
Joshua Lund committed
-
- 07 Jan, 2014 9 commits
-
-
Retroactively added v1.4.4 to CHANGELOG.md that was omitted during release.
Michael DeHaan committed -
Timothy Appnel committed
-
jeromew committed
-
James Tanner committed
-
James Tanner committed
-
rax module: improvements
jctanner committed -
Adding support for detecting RHEV Hypervisor in ansible_virtualization_type
Michael DeHaan committed -
While looking into filters, I noticed that the documentation has a typo....
Michael DeHaan committed -
Fixes #5513. set is built-in since 2.4 and deprecated since 2.6
jctanner committed
-
- 06 Jan, 2014 12 commits
-
-
Modified docsite layout to use Google custom search.
Michael DeHaan committed -
Chris Houseknecht committed
-
Synchronize Module: Improved sudo override behaviour.
jctanner committed -
ec2 modules: Move more responsibility to common EC2 module
jctanner committed -
file module: Fixed missing prev_state == 'directory' in file
jctanner committed -
James Tanner committed
-
ec2 inventory: Fail EC2 inventory better with restricted EC2 users
jctanner committed -
Allow multiple users to use ec2 inventory scripts
jctanner committed -
James Tanner committed
-
James Tanner committed
-
This may still be an issue if users create roles with a '.' in the name though. We will probably have to disallow that in the role naming convention.
James Cammarata committed -
James Tanner committed
-
- 04 Jan, 2014 10 commits
-
-
Fact gathering on a second play against the same hosts should not be implicitly off since this is an undocumented beheavior and potentially rather unwanted when a play could change a fact. gather_facts: True/False can still be explicitly used per play. Reverts 564a212b
Michael DeHaan committed -
Michael DeHaan committed
-
fix issue #5372 on ssh_alt: accept -K option for a user with NOPASSWD
Michael DeHaan committed -
Use "brew list <name>" instead of grepping the output of "brew list". Fix for #5488
Michael DeHaan committed -
Return early from setup step when possible
Michael DeHaan committed -
git://github.com/j2sol/ansibleMichael DeHaan committed
-
Michael DeHaan committed
-
For loops can be inefficient, particularly when doing a dot command with them. https://wiki.python.org/moin/PythonSpeed/PerformanceTips#Loops and https://wiki.python.org/moin/PythonSpeed/PerformanceTips#Avoiding_dots... This patch makes use of list comprehensions to be as efficient as possible while still retaining order. Efficiency was lost a bit when switching away from sets() but this gains some of it back.
Jesse Keating committed -
Fixed typo in example documentation
Michael DeHaan committed