- 10 Feb, 2014 1 commit
-
-
Matt Martz committed
-
- 08 Feb, 2014 4 commits
-
-
This reverts commit 60d3611b.
Michael DeHaan committed -
Revert "Revert "Revert "This patch makes Ansible reuse fork allocation between seperate instantations of the runner API, therefore the overhead of recreating forks""" This reverts commit 73ca1a17.
Michael DeHaan committed -
Revert "While the previous work on the foon class can't be quite recycled, it's still a nice abstraction." This reverts commit caab52ae.
Michael DeHaan committed -
Michael DeHaan committed
-
- 07 Feb, 2014 23 commits
-
-
Revert "Revert "This patch makes Ansible reuse fork allocation between seperate instantations of the runner API, therefore the overhead of recreating forks"" This reverts commit 6685b498.
Michael DeHaan committed -
This reverts commit c53538dc.
Michael DeHaan committed -
Revert "This patch makes Ansible reuse fork allocation between seperate instantations of the runner API, therefore the overhead of recreating forks" This reverts commit 85d66b9a.
Michael DeHaan committed -
This reverts commit adb1719f.
Michael DeHaan committed -
Michael DeHaan committed
-
This patch makes Ansible reuse fork allocation between seperate instantations of the runner API, therefore the overhead of recreating forks between tasks in a playbook is avoided. The fork pool will be regenerated when a second play comes along and needs more hosts.
Michael DeHaan committed -
Added port documentation to postgresql_db and postgresql_user.
Richard Isaacson committed -
Addresses #5739 and cleans up copy.py
Richard Isaacson committed -
Support for -a to accept a file with test-module
jctanner committed -
If the CLI value for -a starts with an @, treat it like a file, and dump the contents into complex_args This supports yaml or json.
Matt Martz committed -
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
A fix for uri module regarding following redirects. The old behavior would follow redirects either way. This change clarifies the functionality and makes it a bit more explicit. Comparing the old behavior to the new 'yes' == 'all', 'no' == 'safe' and now 'no' will not follow any redirects. Historic behavior is still supported and documented with a push to the new values.
Richard Isaacson committed -
Arturs Vonda committed
-
James Tanner committed
-
Add exact_count and count_tag to the ec2 module.
jctanner committed -
James Tanner committed
-
James Tanner committed
-
Confirmed that these are small changes to the docs that help with the clarity.
Richard Isaacson committed -
James Tanner committed
-
Afterburn committed
-
Afterburn committed
-
- 06 Feb, 2014 5 commits
-
-
Create a common EC2 connection argument spec for EC2 modules
jctanner committed -
Refactor the currently well-factored ec2 modules (i.e. those that already use ec2_connect) to have a common argument spec. The idea is that new modules can use this spec without duplication of code, and that new functionality can be added to the ec2 connection code (e.g. security token argument)
Will Thames committed -
Fixes #4723
James Cammarata committed -
James Tanner committed
-
added new play_hosts var
jctanner committed
-
- 05 Feb, 2014 7 commits
-
-
James Tanner committed
-
acl module: acl now supports 'default'
jctanner committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Make PKGBUILD packaging standards compliant.
jctanner committed -
* replace pointless patch with PYTHON=python2 * simplify git describe command * move pkgver() function lower, so build chroots can make use of it * align packages in optdepends using spaces * use double quotation marks only where it's needed * unify usage of brackets sorrounding variables * shorten pkgdesc (kudos to Fedora) * update README
Bartłomiej Piotrowski committed -
Clarify doc for get_url
Richard Isaacson committed -
James Tanner committed
-