summaryrefslogtreecommitdiff
path: root/lib/ansible/runner
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8020 from msabramo/error_when_private_key_file_permission...Michael DeHaan2014-08-081-0/+10
|\
| * Error if private_key_file is group/world readableMarc Abramowitz2014-07-021-0/+10
* | Merge branch 'retf_py' of git://github.com/berendt/ansible into develMichael DeHaan2014-08-082-5/+5
|\ \
| * | fixed typos found by RETF rules in PY filesChristian Berendt2014-05-032-5/+5
* | | adding min() and max() filters for use in Jinja templatesMichael Peters2014-08-081-0/+10
* | | Merge pull request #6619 from sergevanginderachter/ansible_version_varMichael DeHaan2014-08-081-0/+3
|\ \ \
| * | | Introduce an ansible_version dict as runner variableSerge van Ginderachter2014-04-081-0/+3
* | | | Fix missing variable initialization for async jidJames Cammarata2014-08-071-0/+1
* | | | Catch auth errors in winrm and properly raise errorsJames Cammarata2014-08-071-3/+5
* | | | Removing leftover import of atomic_moveJames Cammarata2014-08-061-1/+0
* | | | Revert "Atomically move known hosts file into place when edited by paramiko c...James Cammarata2014-08-061-20/+2
* | | | Avoid templating raw lookup stringsJames Cammarata2014-08-061-1/+1
* | | | Merge branch 'callback_template_delegate' of https://github.com/sergevanginde...James Cammarata2014-08-051-0/+5
|\ \ \ \
| * | | | template Runner.module_vars['delegate_to'] to accommodate callbacksSerge van Ginderachter2014-08-051-0/+5
* | | | | Merge branch 'sets_v2' of https://github.com/bcoca/ansible into bcoca-sets_v2James Cammarata2014-08-051-5/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | now unique actually works, all operations also now use it to returnBrian Coca2014-06-011-5/+7
| * | | | changed exception handling for hashable testBrian Coca2014-05-261-10/+11
| * | | | set theory v2, now can handle non hashable items like dictsBrian Coca2014-05-251-5/+26
* | | | | Atomically move known hosts file into place when edited by paramiko connectionsJames Cammarata2014-08-041-2/+20
* | | | | Revert "Use atomic move function on known host file in paramiko to prevent ra...Michael DeHaan2014-08-041-7/+1
* | | | | Remove unnecessary unicode conversions from parse_kvJames Cammarata2014-08-041-1/+0
* | | | | Use atomic move function on known host file in paramiko to prevent rare occur...Michael DeHaan2014-08-041-1/+7
* | | | | Add some whitespace to make paramiko_ssh more browseableMichael DeHaan2014-08-041-0/+47
* | | | | Merge branch 'patch-1' of https://github.com/debfx/ansible into debfx-patch-1James Cammarata2014-07-311-1/+1
|\ \ \ \ \
| * | | | | Fix regression: Sanitize sudo success_key from stdoutFelix Geyer2014-07-161-1/+1
* | | | | | Move splitter to module_utils so modules can use it and fix command arg split...James Cammarata2014-07-291-1/+1
* | | | | | Merge pull request #7950 from mesk41in/develMichael DeHaan2014-07-281-1/+7
|\ \ \ \ \ \
| * | | | | | Fix unsupported regexp parameter in assemblemesk41in2014-06-271-1/+7
* | | | | | | Merge pull request #8271 from tksmd/fix-copy-set-fs-attributes-issueJames Cammarata2014-07-251-0/+1
|\ \ \ \ \ \ \
| * | | | | | | fix an issue that copying directory will fail when trying to change file attr...someda2014-07-241-0/+1
* | | | | | | | Start of unit tests for split_args function, moved split_args to utils since ...Michael DeHaan2014-07-241-1/+1
* | | | | | | | Using custom splitting function for module param countingJames Cammarata2014-07-241-7/+4
* | | | | | | | Fixes for module param counting and additional shell quoting issuesJames Cammarata2014-07-231-11/+14
|/ / / / / / /
* | | | | | | fix for unarchive 8257Benno Joy2014-07-231-1/+6
* | | | | | | Security fixes:James Cammarata2014-07-214-13/+84
* | | | | | | Revert "Explicitly set the user option for ssh connections"James Cammarata2014-07-211-1/+2
* | | | | | | Load existing group_vars file for new group_by groupSerge van Ginderachter2014-07-161-0/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'task-host-loop-bypass' of https://github.com/sivel/ansible into...James Cammarata2014-07-141-1/+3
|\ \ \ \ \ \
| * | | | | | Add run_once task keyMatt Martz2014-05-191-1/+3
* | | | | | | Tweak to only show msg on assert failure if setJames Cammarata2014-07-081-5/+12
* | | | | | | Merge branch 'assert-with-msg' of https://github.com/darkk/ansible into darkk...James Cammarata2014-07-081-2/+2
|\ \ \ \ \ \ \
| * | | | | | | assert: add optional `msg` argumentLeonid Evdokimov2014-07-071-2/+2
* | | | | | | | Allow empty yaml vars filesJames Cammarata2014-07-041-1/+3
|/ / / / / / /
* | | | | | | When parsing json from untrusted sources, remove templating tagsJames Cammarata2014-07-012-3/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix exec_command prototype for the pluginMichael Scherer2014-06-281-1/+7
| |/ / / / |/| | | |
* | | | | Remove redundant 'self.user or' added by 0f91addJames Cammarata2014-06-241-1/+1
* | | | | Explicitly set the user option for ssh connectionsThomas Mangin2014-06-231-2/+1
* | | | | Handle TemplateNotFound to render more helpful error message.Paul Sokolovsky2014-06-231-1/+1
* | | | | Merge branch 'Mbosco-patch-1' into develJames Cammarata2014-06-231-3/+9
|\ \ \ \ \
| * \ \ \ \ Merge branch 'patch-1' of https://github.com/Mbosco/ansible into Mbosco-patch-1James Cammarata2014-06-231-3/+9
| |\ \ \ \ \