summaryrefslogtreecommitdiff
path: root/clustering
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-066-0/+24
* kubernetes: handle situation when target host does not have yaml library (fix...Krzysztof Magosa2016-12-051-1/+9
* Make `main()` calls conditional - clustering (#3647)Fabio Alessandro Locati2016-12-051-1/+2
* Native YAML (#3573)Fabio Alessandro Locati2016-12-011-5/+22
* consul: Pass through service_id if specified on a check (#3295)James Hart2016-11-111-6/+19
* consul_kv, consul_acl: fix missing types bool (#3327)Jeremy Olexa2016-11-092-3/+3
* More isinstance fixes (#3405)jctanner2016-11-091-1/+1
* consul_kv: remove default token (#3373)Steve Gargan2016-11-081-3/+3
* allow services to be removed by name as well as id (#3372)Steve Gargan2016-11-081-5/+5
* Make consul modules pass sanity test for python 3Michael Scherer2016-10-174-18/+18
* remove duration from lock delay as seconds are the only granularity supported...Steve Gargan2016-09-141-20/+10
* correctly iterate and return results of any service checks. (#2878)Steve Gargan2016-09-081-3/+2
* Pass through YAML parsed object instead of string. (#2347)David Edmonds2016-07-221-1/+4
* consul.py doc fix (#2589)Colin Hutchinson2016-07-201-1/+1
* Add ability to create event and query acl rules for a given acl token (#2076)Kaz Cheng2016-07-161-2/+6
* consul_acl: fix docs, arg_spec not matching docs (#2544)René Moser2016-07-111-3/+5
* Fix Kubernetes API auth regression from 393e43b8 (#2503)Kevin Borgolte2016-07-101-9/+13
* added missing msg=Brian Coca2016-06-301-1/+1
* Fix default service_address in consul module (#2454)Joel Thompson2016-06-191-6/+8
* add 'behavior' attribute to consul_session (#2183)Ian Levesque2016-06-131-0/+13
* consul: fix param name for verify SSL (#2194)René Moser2016-05-273-3/+3
* Fix session-based kv acquire/release (#2181)stable-21Ian Levesque2016-05-111-13/+27
* consul: add docs, fix typos, minor style fixRene Moser2016-04-251-7/+7
* add service address when register service (#1299)Sun JianKang2016-04-251-2/+18
* Fixing/cleaning up kubernetes submissionerjohnso-google-kubernetesJames Cammarata2016-04-141-179/+122
* Merge branch 'google-kubernetes' of https://github.com/erjohnso/ansible-modul...James Cammarata2016-04-131-0/+449
|\
| * Adding kubernetes moduleEric Johnson2016-01-051-0/+449
* | Merge pull request #1793 from ctooley/add_https_to_consul_lookupRené Moser2016-03-234-0/+62
|\ \
| * | Modify consul certificate validation bypass keyword from 'verify' to 'validat...Chris Tooley2016-03-234-11/+11
| * | Add version_added to documentationChris Tooley2016-03-054-0/+8
| * | Add https support for consul clustering modulesChris Tooley2016-03-054-0/+54
* | | Merge pull request #1642 from justingood/develRené Moser2016-03-191-2/+9
|\ \ \
| * | | Add support for recursive znode deletionJustin Good2016-02-231-2/+9
| |/ /
* | | Merge pull request #1725 from mscherer/clean_consulRené Moser2016-03-151-13/+8
|\ \ \
| * | | Remove unused variablesMichael Scherer2016-02-241-4/+1
| * | | Rename consul variable to consul_clientMichael Scherer2016-02-241-8/+8
| * | | Pyflakes complain about unused import, so remove itMichael Scherer2016-02-241-2/+0
| |/ /
* | | Add a datacenter parameter, fix #1693Michael Scherer2016-02-241-1/+2
|/ /
* | Update for modules which import json.json-imports-fallbackToshio Kuratomi2016-01-112-10/+0
|/
* Add no_log=True to consul modules' API tokensJoel Thompson2015-12-173-4/+4
* Correct 'object not iterable' TypeErrortwmartin2015-12-101-2/+1
* Fix documentation, the correct parameter is "name"Jimmy Tang2015-11-061-1/+1
* added version_added and fixed some doc parsing issuesBrian Coca2015-10-141-15/+10
* Merge pull request #837 from jemmyw/consul-http-checksBrian Coca2015-10-141-16/+59
|\
| * Add consul http checks to consul.pyJeremy Wells2015-10-121-16/+59
* | fixed option in examplesBrian Coca2015-10-121-4/+4
* | znode requires a minimum of python2.6Matt Martz2015-10-011-0/+1
* | Make the znode module a valid ansible moduleToshio Kuratomi2015-09-301-0/+0
* | bugfix: uncall an uncallable dictKonstantin Manna2015-09-301-1/+1
* | Removing token obfuscationChris Hoffman2015-08-181-5/+2