summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Merge pull request #14989 from nifoc/patch-fetch_urlBrian Coca2016-03-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Check return value of get_distribution()Daniel Kempkens2016-03-161-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #15008 from qqo/develToshio Kuratomi2016-03-161-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError...qqo2016-03-171-1/+2
| * | | | | | | | | | | | | | | | | | Revert "fix TypeError: coercing to Unicode: need string or buffer, AnsiblePar...qqo2016-03-171-2/+2
| * | | | | | | | | | | | | | | | | | fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError...qqo2016-03-161-2/+2
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | strip keys recursivelyBrian Coca2016-03-161-0/+2
* | | | | | | | | | | | | | | | | | Update extras submodule refToshio Kuratomi2016-03-161-5/+8
* | | | | | | | | | | | | | | | | | Merge pull request #14929 from robynbergeron/develGreg DeKoenigsberg2016-03-161-12/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | update proposals proposalRobyn Bergeron2016-03-111-12/+15
* | | | | | | | | | | | | | | | | | Small cleanup to use class attribute directly instead of property for transpo...Toshio Kuratomi2016-03-163-13/+3
* | | | | | | | | | | | | | | | | | Move BUFSIZE to __init__ since it's common to many connection pluginsToshio Kuratomi2016-03-166-15/+7
* | | | | | | | | | | | | | | | | | Merge pull request #15001 from ansible/become-unprivileged-user-problem-docsToshio Kuratomi2016-03-161-3/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Document the issue with modules being created world-readable on the client in...Toshio Kuratomi2016-03-161-3/+63
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Update link targetToshio Kuratomi2016-03-161-1/+1
* | | | | | | | | | | | | | | | | | Fix another docs link problemToshio Kuratomi2016-03-161-1/+1
* | | | | | | | | | | | | | | | | | Update submodule refs for docs fixesToshio Kuratomi2016-03-161-8/+5
* | | | | | | | | | | | | | | | | | Update submodule refsToshio Kuratomi2016-03-162-15/+12
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #14984 from cboylan/fix-openstack-inventoryMonty Taylor2016-03-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix openstack inventory for multiple serversClark Boylan2016-03-151-1/+1
* | | | | | | | | | | | | | | | | | Merge pull request #14995 from karmab/include_ovirt_in_docBrian Coca2016-03-161-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Include Ovirt in inventory listkarimb2016-03-161-1/+2
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #14949 from mscherer/fix_faq_syntaxBrian Coca2016-03-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix the lexer used, jinja2 is not valid, jinja isMichael Scherer2016-03-131-1/+1
* | | | | | | | | | | | | | | | | | Fix saving of tracebacks on module failureToshio Kuratomi2016-03-152-8/+7
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | changelog: append cs_zone_factsRene Moser2016-03-151-7/+8
* | | | | | | | | | | | | | | | | Merge pull request #14275 from resmo/tests/new-modules-2.1René Moser2016-03-1519-0/+1115
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | cloudstack: new integration tests test_cs_resourcelimitRene Moser2016-03-155-0/+217
| * | | | | | | | | | | | | | | | cloudstack: new integration tests test_clusterRene Moser2016-03-153-0/+215
| * | | | | | | | | | | | | | | | cloudstack: new integration tests test_cs_podRene Moser2016-03-153-1/+214
| * | | | | | | | | | | | | | | | cloudstack: new integration tests test_cs_instance_factsRene Moser2016-03-154-0/+62
| * | | | | | | | | | | | | | | | cloudstack: new integration tests test_cs_configurationRene Moser2016-03-158-0/+408
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #13183 from resmo/for-ansibleRené Moser2016-03-154-0/+225
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | cloudstack: cs_volume: add tests for volume resizeRene Moser2015-12-202-1/+33
| * | | | | | | | | | | | | | | | cloudstack: add tests for cs_volumeRene Moser2015-12-204-0/+193
* | | | | | | | | | | | | | | | | Merge pull request #14974 from holmboe/patch-1René Moser2016-03-151-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | 2016 is the yearHenrik Holmboe2016-03-151-2/+2
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Make the fact gathering give a little more information on failureToshio Kuratomi2016-03-151-37/+37
* | | | | | | | | | | | | | | | | Adding iproute to certain RH-based docker imagesJames Cammarata2016-03-153-0/+3
* | | | | | | | | | | | | | | | | add a fact gathering check for the default of allToshio Kuratomi2016-03-152-8/+25
* | | | | | | | | | | | | | | | | Update submodule refsToshio Kuratomi2016-03-152-12/+15
* | | | | | | | | | | | | | | | | Merge pull request #14967 from ansible/facts-subset-and-cleanupToshio Kuratomi2016-03-1511-222/+410
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Make integration tests for fact gathering assert on failurefacts-subset-and-cleanupToshio Kuratomi2016-03-142-16/+98
| * | | | | | | | | | | | | | | | Make ohai and facter work via module_utils Fact classes rather than in the se...Toshio Kuratomi2016-03-149-100/+131
| * | | | | | | | | | | | | | | | Make changes proposed during review of restrict fact gathering feature:Toshio Kuratomi2016-03-143-187/+131
| * | | | | | | | | | | | | | | | Allow FieldAttribute lists and sets to be set from a comma separated stringToshio Kuratomi2016-03-141-5/+12
| * | | | | | | | | | | | | | | | Add a way to restrict gathered facts in Ansible:Yannig Perré2016-03-148-9/+133
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | don't raise exceptoins on bad hosts filesBrian Coca2016-03-141-7/+9
* | | | | | | | | | | | | | | | added warning about additional requirementsBrian Coca2016-03-141-0/+4
* | | | | | | | | | | | | | | | fixes ansible-modules-code#3250Peter Sprygada2016-03-141-1/+1