summaryrefslogtreecommitdiff
path: root/lib/ansible
Commit message (Expand)AuthorAgeFilesLines
* Make sure unicode params don't break logging in modulesJames Cammarata2014-02-171-1/+4
* Sanitize sudo success_key from stdout for raw/script modulesJames Cammarata2014-02-171-3/+8
* Config resoution order correction and documentation.Richard C Isaacson2014-02-141-10/+12
* Merge branch 'allow-equals-in-ini-vars' of https://github.com/worklez/ansible...James Cammarata2014-02-141-1/+1
|\
| * Allow equal sign in single-line ini variablesIlya Kuznetsov2014-02-141-1/+1
* | Merge pull request #6001 from jimi-c/issue_4087_sanitize_outputJames Cammarata2014-02-143-2/+52
|\ \ | |/ |/|
| * Filter out messages that match the pattern username:password@hostJames Cammarata2014-02-133-2/+52
* | Add the start of an integration test structure using Ansible playbooks, also ...Michael DeHaan2014-02-131-0/+56
* | Small fix for ec2 validate_certs optionChris Hoffman2014-02-131-1/+1
* | Adding 'validate_certs' option to EC2 modulesJames Cammarata2014-02-131-2/+16
|/
* directory detection should now work on BSDs, added AIX alternate pathBrian Coca2014-02-131-7/+8
* Fix log handling of unicode output to syslog in modulesJames Cammarata2014-02-121-3/+6
* Merge pull request #5969 from risaacson/pull_5136Richard Isaacson2014-02-121-14/+18
|\
| * Cleanup per notes.Richard C Isaacson2014-02-121-1/+1
| * Updates for the unarchive module and action_plugin.Richard C Isaacson2014-02-121-5/+3
| * Merge remote-tracking branch 'pib/unarchive_remote' into pull_5136Richard C Isaacson2014-02-111-10/+16
| |\
| | * If there is no tmp_src, don't modify the argsPaul Bonser2013-12-031-3/+6
| | * properly convert arg into booleanPaul Bonser2013-12-031-1/+1
| | * Optionally unarchive a file already on the remote machinePaul Bonser2013-12-021-7/+10
* | | 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-101-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-071-134/+0
* | | Revert "Revert "Revert "This patch makes Ansible reuse fork allocation betwee...Michael DeHaan2014-02-071-21/+47
* | | Revert "While the previous work on the foon class can't be quite recycled, it...Michael DeHaan2014-02-072-8/+20
* | | While the previous work on the foon class can't be quite recycled, it's still...Michael DeHaan2014-02-072-20/+8
* | | Revert "Revert "This patch makes Ansible reuse fork allocation between sepera...Michael DeHaan2014-02-071-47/+21
* | | Revert "Revert "Add the fork manager code (related to previous patch).""Michael DeHaan2014-02-071-0/+134
* | | Revert "This patch makes Ansible reuse fork allocation between seperate insta...Michael DeHaan2014-02-071-21/+47
* | | Revert "Add the fork manager code (related to previous patch)."Michael DeHaan2014-02-071-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-051-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | added new play_hosts varBrian Coca2014-01-251-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