- 12 Feb, 2014 3 commits
-
-
Some small changes to per notes from @mpdehann.
Richard C Isaacson committed -
There is a bit going on with the changes here. Most of the changes are cleanup of files so that they line up with the standard files. PR #5136 was merged into the current devel and brought up to working order. A few bug fixes had to be done to get the code to test correctly. Thanks out to @pib! Issue #5431 was not able to be confirmed as it behaved as expected with a sudo user. Tests were added via a playbook with archive files to verify functionality. All tests fire clean including custom playbooks across multiple linux and solaris systems.
Richard C Isaacson committed -
Richard C Isaacson committed
-
- 10 Feb, 2014 2 commits
-
-
Fix typo in CODING_GUIDELINES.md
Michael DeHaan committed -
satoru committed
-
- 09 Feb, 2014 7 commits
-
-
Improve ec2 module docs
Michael DeHaan committed -
Change reference to open 'intranet' to 'internet'
Michael DeHaan committed -
Include all man pages in Arch Linux package.
Michael DeHaan committed -
Fix Linode inventory plugin causing a Chube exception when attempting to obtain information on a specific Linode host
Michael DeHaan committed -
Aaron Rice committed
-
While we're on it, change $pkgdesc to follow its counterpart from official repositories. Additionally don't install RELEASES.txt and CONTRIBUTING.md; there is little use for them from the user's perspective.
Bartłomiej Piotrowski committed -
The Internet is being referred to, but the documentation uses the word 'intranet'.
Jeff Geerling committed
-
- 08 Feb, 2014 8 commits
-
-
add missing ' in Linode documentation
Michael DeHaan committed -
Refining the fix made in #5885. Merging this quickly after PR as further testing of of earlier fix demonstrated flaws. Those flaws are now removed and tested to be removed.
Richard Isaacson committed -
It turns out that some of the assumptions in #5885 were slightly off. The previous fix relied on a call to the module to creat a tmp_path. This is insufficent as there are few cases that we need to have the tmp directory before we make the module call. If we don't have a tmp_path before we do a recursive call or when we find a file that does not match the remote md5 hash we need to create a tmp directory. Also we are not more percise when we will need to clean up the remote tmp_path.
Richard C Isaacson committed -
Jon Chen committed
-
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 20 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
-