summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes for bcoca's review of #1916pr/1916Toshio Kuratomi2015-11-021-5/+7
* Give include_recommends a useless default to make the parser happy.Harlan Lieberman-Berg2015-11-021-1/+1
* Add missing brace.Harlan Lieberman-Berg2015-11-021-1/+1
* Change install_recommended in apt to a trinary.Harlan Lieberman-Berg2015-11-021-5/+5
* Change behavior of apt.py around installing recommended packages.Harlan Lieberman-Berg2015-11-021-2/+4
* Fix issues version_added and chaged => changed typoToshio Kuratomi2015-11-021-10/+10
* Fix messageMichael Schuett2015-11-021-4/+4
* Handle connection errorMichael Schuett2015-11-021-0/+14
* remove .geturl()Michael Schuett2015-11-021-1/+1
* Remove faulty logicMichael Schuett2015-11-021-1/+1
* Documentation FixMichael Schuett2015-11-021-1/+36
* Improve MessageMichael Schuett2015-11-021-0/+2
* Improve Error ReportingMichael Schuett2015-11-021-0/+23
* docker_image TLSMichael Schuett2015-11-021-3/+88
* Merge pull request #953 from rwky/asg_542Brian Coca2015-11-021-3/+10
|\
| * Fixes #542 error when ec2_asg arguments aren't specifiedRowan Wookey2015-03-161-3/+10
* | code cleanup and reoorg, renamed vars and functions to actual purposeBrian Coca2015-10-311-106/+108
* | document mysql collation can only be set during creationBrian Coca2015-10-311-1/+1
* | Merge pull request #2285 from evanccnyc/develToshio Kuratomi2015-10-301-1/+1
|\ \
| * | add documentation stating that JSON files can be loaded with include_varsEvan Carter2015-10-151-1/+1
* | | Merge pull request #2373 from ansible/fix-wait-for-foreverToshio Kuratomi2015-10-291-38/+62
|\ \ \
| * | | Use select in wait_for so that we don't get stuck in cornercases:fix-wait-for-foreverToshio Kuratomi2015-10-281-38/+62
|/ / /
* | | Document and return an error if httplib2 >= 0.7 is not present. WeToshio Kuratomi2015-10-281-5/+12
* | | since find doesn't make changes, support check mode and gather data for other...Brian Coca2015-10-281-0/+1
* | | Correct typo in yum module docsToshio Kuratomi2015-10-271-1/+1
* | | Merge pull request #2367 from Jmainguy/mysql_user_password_doc_fixBrian Coca2015-10-271-1/+1
|\ \ \
| * | | Update doc to reflect password is required if adding a new userJonathan Mainguy2015-10-271-1/+1
|/ / /
* | | Merge pull request #2366 from Jmainguy/mysql_error_more_explicitBrian Coca2015-10-271-1/+2
|\ \ \
| * | | Update error message to be more explicitJonathan Mainguy2015-10-271-1/+2
|/ / /
* | | Merge pull request #2354 from CaptTofu/issue_12912Brian Coca2015-10-261-1/+1
|\ \ \
| * | | Fix to issue 12912. Supply 'force' to install of python-apt.Patrick Galbraith2015-10-261-1/+1
* | | | Merge pull request #2345 from larsks/bug/port-allow-secgroup-listBrian Coca2015-10-261-11/+8
|\ \ \ \
| * | | | allow os_port to accept a list of security groupsLars Kellogg-Stedman2015-10-231-11/+8
* | | | | Merge pull request #2349 from larsks/bug/router-should-return-idBrian Coca2015-10-261-1/+3
|\ \ \ \ \
| * | | | | make os_router return a top level 'id' keyLars Kellogg-Stedman2015-10-231-1/+3
| |/ / / /
* | | | | Simplify logic to handle options set to empty stringToshio Kuratomi2015-10-261-15/+15
* | | | | Merge pull request #2327 from ryansydnor/develBrian Coca2015-10-261-6/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add capability for stat module to use more hash algorithmsRyan Sydnor2015-10-221-6/+17
* | | | | Note the difference between yum package groups and environment groups.Toshio Kuratomi2015-10-261-0/+12
* | | | | Merge pull request #2350 from bcoca/service_fixesBrian Coca2015-10-261-5/+26
|\ \ \ \ \
| * | | | | rearranged systemd check, removed redundant systemctl checkBrian Coca2015-10-231-5/+26
|/ / / / /
* | | | | Merge pull request #2341 from reactormonk/develBrian Coca2015-10-231-16/+1
|\ \ \ \ \
| * | | | | added earlier paths to systemdSimon Hafner2015-10-241-1/+1
| * | | | | simpler way to check if systemd is the init systemSimon Hafner2015-10-221-16/+1
| |/ / / /
* | | | | Merge pull request #2262 from bcoca/find_regexBrian Coca2015-10-231-19/+43
|\ \ \ \ \
| * | | | | final form, use_regex now controls if patterns is glob or regexBrian Coca2015-10-191-24/+33
| * | | | | changed so regexes and shell globs work transparentlyBrian Coca2015-10-191-8/+19
| * | | | | fixed bug in specBrian Coca2015-10-191-1/+1
| * | | | | added regex support to find, also added 'singular' aliasess to patterns and p...Brian Coca2015-10-191-11/+15
* | | | | | Merge pull request #2342 from chriskarel/develBrian Coca2015-10-231-0/+9
|\ \ \ \ \ \