summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10893 from sidick/fix_fetch_url_with_custom_https_portBrian Coca2015-05-011-0/+1
|\
| * Allow the use of HTTP on custom ports in the fetch_url functionSimon Dick2015-05-011-0/+1
* | Update module refsToshio Kuratomi2015-05-014-18/+22
* | Fix issue where included blocks were not filtered on tags (v2)James Cammarata2015-05-014-2/+7
|/
* Pull in route53 fixToshio Kuratomi2015-04-301-5/+8
* v2 ansible-doc now does everything v1 didBrian Coca2015-04-302-25/+195
* v2 ansible-doc can now list modulesBrian Coca2015-04-303-15/+202
* Update core module ref for docker fixToshio Kuratomi2015-04-301-5/+5
* fixed typoBrian Coca2015-04-301-1/+1
* one cli to bind them allBrian Coca2015-04-3013-57/+298
* there will be only one cliBrian Coca2015-04-305-190/+68
* Change python-q into sharutils as the epel repo for centos6 is being funky.Toshio Kuratomi2015-04-301-29/+29
* Update core pointer to pick up docker fixToshio Kuratomi2015-04-301-8/+5
* Add Fedora mysql vars so we get mariadb rather than mariadb-galeraToshio Kuratomi2015-04-302-0/+8
* Fix include test to keep typeToshio Kuratomi2015-04-301-1/+17
* Fix filename of output fileToshio Kuratomi2015-04-301-1/+1
* Merge pull request #10885 from bcoca/galaxy_v2Brian Coca2015-04-3017-517/+1714
|\
| * most of galaxy is working, install still needs workBrian Coca2015-04-297-231/+221
| * now prevents option overrideBrian Coca2015-04-291-2/+2
| * refactored most binariesBrian Coca2015-04-298-712/+779
| * fixed var name for ansible vault editing existing dataBrian Coca2015-04-291-1/+1
| * no exceptions with less than 3 'v'sBrian Coca2015-04-292-0/+4
| * initial galaxy port to v2Brian Coca2015-04-297-0/+1125
| * now all cli use display.errorBrian Coca2015-04-292-4/+4
| * now uses display.errorBrian Coca2015-04-291-2/+2
| * made error color red from bright redBrian Coca2015-04-291-1/+1
| * verbose is only to screenBrian Coca2015-04-291-2/+2
| * added errorBrian Coca2015-04-291-0/+10
| * added os_server_facts to changelogBrian Coca2015-04-291-0/+1
* | Update core modules to pick up mysql_user fixToshio Kuratomi2015-04-302-6/+7
* | Make template test work with both py2.6 and 2.7+Toshio Kuratomi2015-04-303-3/+21
* | Add play to the parent object structures for inheritence in v2James Cammarata2015-04-309-44/+98
* | to_nice_json filter no longer has a trailing space when formatting dictsToshio Kuratomi2015-04-301-3/+3
* | Update core module pointers for v1 and v2Toshio Kuratomi2015-04-302-6/+6
* | Merge pull request #10853 from cgar/spellingBrian Coca2015-04-3032-38/+38
|\ \ | |/ |/|
| * just a few spelling error changesCarlos E. Garcia2015-04-2832-38/+38
* | Fixing tag logic in v2James Cammarata2015-04-293-17/+9
* | Fix duplicate callback issue in v2James Cammarata2015-04-297-13/+48
* | Another test case for testing splitter parsingToshio Kuratomi2015-04-281-0/+3
* | Fixing option order in connection info (v2)James Cammarata2015-04-282-5/+9
* | fixed default become user to be 'root'Brian Coca2015-04-281-1/+1
* | Update extras submodule refs to pick up docs fixesToshio Kuratomi2015-04-282-16/+10
* | Fix title underline for rstToshio Kuratomi2015-04-281-1/+1
* | Update submodulesToshio Kuratomi2015-04-283-19/+21
* | Fix up connection plugin test for new_stdin parameterToshio Kuratomi2015-04-281-6/+9
* | Not a full port to v2's api, just a few fixupsToshio Kuratomi2015-04-281-3/+9
* | accidentally 'fixes' ubuntu distribution parsing, this order should not matte...Brian Coca2015-04-282-4/+4
|/
* Merge pull request #10835 from logston/update-ec2.pyBrian Coca2015-04-271-12/+16
|\
| * Use six to check for string_typesPaul Logston2015-04-251-3/+1
| * Use six.moves to import configparserPaul Logston2015-04-251-5/+1