summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* When using jsonify in modules, try several unicode encoding for dumps()James Cammarata2014-02-111-1/+6
* Refactor the synchronize action plugin and add unit testsJames Tanner2014-02-111-8/+41
* Open LOG_LOCK file with FD_CLOEXEC to prevent file descriptor leakageJames Cammarata2014-02-101-3/+10
* Merge branch 'issue_4812' into develJames Cammarata2014-02-101-1/+9
|\
| * Use finalize method in jinja2 to convert None values to empty stringsJames Cammarata2014-02-061-1/+9
* | Specify mode in the makedirs call for fireball/accelerate keysJames Cammarata2014-02-101-1/+1
* | Merge branch 'devel' of https://github.com/xyrix/ansible into xyrix-develJames Cammarata2014-02-102-3/+16
|\ \
| * | fixed thinkoesxyrix2014-02-061-2/+2
| * | fixed file perms checkingxyrix2014-02-061-1/+7
| * | made accelerate keys directory configurable, and permissions for the file and...xyrix2014-02-062-3/+10
| |/
* | Refining the fix made in #5885.Richard C Isaacson2014-02-081-5/+24
* | Revert "Revert "Revert "Add the fork manager code (related to previous patch)...Michael DeHaan2014-02-081-134/+0
* | Revert "Revert "Revert "This patch makes Ansible reuse fork allocation betwee...Michael DeHaan2014-02-081-21/+47
* | Revert "While the previous work on the foon class can't be quite recycled, it...Michael DeHaan2014-02-082-8/+20
* | While the previous work on the foon class can't be quite recycled, it's still...Michael DeHaan2014-02-082-20/+8
* | Revert "Revert "This patch makes Ansible reuse fork allocation between sepera...Michael DeHaan2014-02-081-47/+21
* | Revert "Revert "Add the fork manager code (related to previous patch).""Michael DeHaan2014-02-081-0/+134
* | Revert "This patch makes Ansible reuse fork allocation between seperate insta...Michael DeHaan2014-02-081-21/+47
* | Revert "Add the fork manager code (related to previous patch)."Michael DeHaan2014-02-081-134/+0
* | Add the fork manager code (related to previous patch).Michael DeHaan2014-02-071-0/+134
* | This patch makes Ansible reuse fork allocation between seperate instantations...Michael DeHaan2014-02-071-47/+21
* | Merge pull request #5885 from risaacson/issue5739_4Richard Isaacson2014-02-072-56/+98
|\ \
| * | Dug into the remaining FIXME and replaced with comments to document the expec...Richard C Isaacson2014-02-051-2/+3
| * | Addresses #5739 and cleans up copy.pyRichard C Isaacson2014-02-042-56/+97
* | | Check mutually_exclusive parameters before applying defaultsJames Tanner2014-02-071-1/+4
* | | Merge pull request #5880 from willthames/ec2_modules_refactorjctanner2014-02-061-0/+9
|\ \ \ | |_|/ |/| |
| * | Create a common EC2 connection argument spec for EC2 modulesWill Thames2014-02-061-0/+9
* | | Merge pull request #5771 from bcoca/play_hosts2jctanner2014-02-061-0/+2
|\ \ \ | |/ / |/| |
| * | added new play_hosts varBrian Coca2014-01-261-0/+2
* | | Properly count newlines appearing at the end of templates after renderingJames Cammarata2014-02-052-2/+18
* | | Fix slow sshLuca Berruti2014-02-052-0/+6
* | | Merge pull request #5576 from xyrix/symlink-bug-fixjctanner2014-02-041-1/+1
|\ \ \
| * | | fixed bug causing symlinks to fail in the host_vars, group_vars etc directoriesjay2014-01-101-1/+1
* | | | Merge pull request #5662 from RSpiertz/update_playbook_errorjctanner2014-02-041-2/+11
|\ \ \ \
| * | | | PlayBook: better error messageRutger Spiertz2014-01-171-2/+11
* | | | | Fixes 5870 Template delegate hostname earlier in the processJames Tanner2014-02-041-5/+4
* | | | | Fixes #5818 Default to all known connection information for the delegate hostJames Tanner2014-02-031-30/+84
| |_|_|/ |/| | |
* | | | reword "except Error as e:" into "except Error, e:" to be compatible with Pyt...Timur Batyrshin2014-02-033-3/+3
* | | | Revert "Fix for issue 5739. The copy module does not delete directories it wi...James Cammarata2014-02-031-0/+2
* | | | Fix issue with handler notifications being sent out incorrectlyJames Cammarata2014-02-031-1/+1
* | | | Merge branch 'issue5739_3' of https://github.com/risaacson/ansible into risaa...James Cammarata2014-02-031-2/+0
|\ \ \ \
| * | | | Fix for issue 5739. The copy module does not delete directories it will only ...Richard C Isaacson2014-02-011-2/+0
* | | | | now with_items also accepts setsBrian Coca2014-02-011-2/+2
* | | | | Adding no_log: capability for tasksJames Cammarata2014-01-317-9/+26
|/ / / /
* | | | Revert "Merge branch 'slow_ssh' of git://github.com/lberruti/ansible into lbe...James Tanner2014-01-302-8/+28
* | | | Detect remote_user change in accelerate daemon and allow a restartJames Cammarata2014-01-301-0/+48
* | | | Merge pull request #5527 from sergevanginderachter/basedirdwimjctanner2014-01-302-1/+4
|\ \ \ \
| * | | | path_dwim: fix when basedir not setSerge van Ginderachter2014-01-082-1/+4
* | | | | Handle implicit localhost when using '-i host,' syntaxJames Cammarata2014-01-301-9/+13
* | | | | Merge pull request #5806 from sivel/rax-mod-utils-improvementsjctanner2014-01-301-7/+39
|\ \ \ \ \