summaryrefslogtreecommitdiff
path: root/v2
Commit message (Expand)AuthorAgeFilesLines
* Test unquote works as expected and fix two bugs:Toshio Kuratomi2015-07-061-1/+1
* Add defaults and a link to os-client-config docsMonty Taylor2015-05-292-7/+7
* Remove unneeded required_one_of for openstackMonty Taylor2015-05-291-0/+32
* removed folding sudo/su to become logic from constants as it is already prese...Brian Coca2015-04-021-0/+13
* preliminary privlege escalation unification + pbrunv1.9.0-0.1.rc1Brian Coca2015-03-101-8/+8
* Update the modulesToshio Kuratomi2015-03-041-7/+7
* Fixing bug related to dynamic includes + with* loopsJames Cammarata2015-03-042-2/+5
* Getting dynamic includes working a bit better on v2James Cammarata2015-03-049-41/+149
* Add run_once/BYPASS_HOST_LOOP feature in v2James Cammarata2015-03-044-0/+24
* Reworking v2 play iterator and fixing some other bugsJames Cammarata2015-03-0428-416/+428
* fixed function call to proper number of paramsBrian Coca2015-03-041-1/+1
* Port changes from #10372 fixing checksumming on csh and backslashes in filena...Toshio Kuratomi2015-03-022-4/+15
* Merge pull request #10114 from bcoca/v2_url_lookupBrian Coca2015-02-261-0/+44
|\
| * v2: added draft url lookupBrian Coca2015-01-271-0/+44
* | Merge pull request #10305 from bcoca/cartesianBrian Coca2015-02-261-0/+46
|\ \
| * | adds cartesian product lookupBrian Coca2015-02-201-0/+46
* | | Update module pointersToshio Kuratomi2015-02-261-5/+8
* | | Port fix for #10300 to v2Toshio Kuratomi2015-02-252-6/+33
* | | Fixes bug #10225 - Runtime errorAlvaro Lopez Ortega2015-02-211-0/+2
|/ /
* | Optimize the plugin loader.Toshio Kuratomi2015-02-181-7/+29
* | Support nested modules with ANSIBLE_LIBRARY env varToshio Kuratomi2015-02-181-1/+1
* | fix links to ansible-devel in documentation pagesAlexey Shamrin2015-02-171-2/+2
* | Didn't port isbasestring/isunicodestring from kitchen so switch to isinstanceToshio Kuratomi2015-02-121-4/+4
* | Update to fix logentries issuesToshio Kuratomi2015-02-121-8/+5
* | Update modulesToshio Kuratomi2015-02-121-7/+7
* | Making task includes dynamic and fixing many other bugsJames Cammarata2015-02-1215-302/+154
* | Correct typosPaul Geraghty2015-02-111-2/+2
* | Move from using inspect to __file__ in order to find the path to theToshio Kuratomi2015-02-101-5/+1
* | First swing at making module_common.py more v2-ishToshio Kuratomi2015-02-105-128/+143
* | Fix in v2 for bare variable conversionJames Cammarata2015-02-101-7/+5
* | Add KSH compatToshio Kuratomi2015-02-091-1/+3
* | Fixing many bugs in v2James Cammarata2015-02-0917-132/+143
* | Explicitly close files opened by factsToshio Kuratomi2015-02-091-47/+61
* | Update modulesToshio Kuratomi2015-02-092-14/+14
* | Obfuscate passwords in more places where it is displayedToshio Kuratomi2015-02-091-80/+82
* | Port https://github.com/ansible/ansible/pull/10162 (py-2.4 compat fix) to v2 ...Toshio Kuratomi2015-02-041-1/+1
* | Update modulesToshio Kuratomi2015-02-032-14/+14
* | remove broken nad commented unicode conversion -- in v2, this is done when th...Toshio Kuratomi2015-02-021-12/+1
* | Add a function to change output from a str to unicodeToshio Kuratomi2015-02-021-0/+5
* | For now throw an exception if decoding a non-utf8 extra varToshio Kuratomi2015-02-021-1/+1
* | Make extra_vars into unicode string type earlyToshio Kuratomi2015-02-021-2/+4
* | Update the modulesToshio Kuratomi2015-02-021-5/+8
* | v2/plugins/filter is now a symlink as it does not differ between v1 and v2Toshio Kuratomi2015-02-023-390/+1
* | Change the v2 filter plugins into a symlink to v1 as the plugins are the same...Toshio Kuratomi2015-02-023-29/+78
* | Comment for why we have checksum and checksum_sToshio Kuratomi2015-02-021-0/+1
* | port fix for https://github.com/ansible/ansible/pull/10129 to v2Toshio Kuratomi2015-01-301-2/+54
* | Update modulesToshio Kuratomi2015-01-302-13/+10
* | Update modulesToshio Kuratomi2015-01-292-8/+14
* | Fixing more v2 bugsJames Cammarata2015-01-295-24/+22
* | made env var also consistentBrian Coca2015-01-291-1/+1