Commit Graph

52 Commits (2a5812a0e8d09df8bd07f63a129e58898cf1b0d8)

Author SHA1 Message Date
Ian Levesque cd03f10b9c Fix session-based kv acquire/release (#2181)
* Fix session-based kv acquire/release

* add example of using session in doc
8 years ago
Rene Moser 3feb69f614 consul: add docs, fix typos, minor style fix 9 years ago
Sun JianKang 08f5a3b6d0 add service address when register service (#1299) 9 years ago
James Cammarata 393e43b876 Fixing/cleaning up kubernetes submission
1) Removed kubectl functionality. We'll move that into a different
   module in the future. Also removed post/put/patch/delete options,
   as they are not Ansible best practice.
2) Expanded error handling in areas where tracebacks were most likely,
   based on bad data from users, etc.
3) Added an 'insecure' option and made the password param optional, to
   enable the use of the local insecure port.
4) Allowed the data (both inline and from the file) to support multiple
   items via a list. This is common in YAML files where mutliple docs
   are used to create/remove multiple resources in one shot.
5) General bug fixing.
9 years ago
James Cammarata dc356ffd92 Merge branch 'google-kubernetes' of https://github.com/erjohnso/ansible-modules-extras into erjohnso-google-kubernetes 9 years ago
René Moser 31e7463e68 Merge pull request #1793 from ctooley/add_https_to_consul_lookup
Add https support for consul clustering modules
9 years ago
Chris Tooley 04982da9b8 Modify consul certificate validation bypass keyword from 'verify' to 'validate_certs' 9 years ago
René Moser 33dea8ef76 Merge pull request #1642 from justingood/devel
Add support for recursive znode deletion
9 years ago
René Moser 1c79efb64d Merge pull request #1725 from mscherer/clean_consul
Clean consul
9 years ago
Chris Tooley 516f7d98e7 Add version_added to documentation 9 years ago
Chris Tooley b5390824c2 Add https support for consul clustering modules 9 years ago
Michael Scherer 250494eaef Remove unused variables
Session_id is unused in update_session, changed is always specifically
set in all exit_json call, and consul_client.session.destroy return True
or False, and is unused later (nor checked)
9 years ago
Michael Scherer 05ac6edd45 Rename consul variable to consul_client
Since the module is also named consul, pyflakes emit a warning
about it since the variable shadow the module.
9 years ago
Michael Scherer 9e61b49d58 Pyflakes complain about unused import, so remove it 9 years ago
Michael Scherer 1084bb31b8 Add a datacenter parameter, fix #1693 9 years ago
Justin Good b8bc7ed9ff Add support for recursive znode deletion 9 years ago
Toshio Kuratomi d6af6f8477 Update for modules which import json.
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed

Fixes #1298
9 years ago
Eric Johnson ffd1cac13c Adding kubernetes module 9 years ago
Joel Thompson ae8a4581f4 Add no_log=True to consul modules' API tokens
API tokens should be considered sensitive and not logged.
9 years ago
twmartin 90327ad76b Correct 'object not iterable' TypeError 9 years ago
Jimmy Tang b51d096c31 Fix documentation, the correct parameter is "name" 9 years ago
Brian Coca fdb4a58f97 added version_added and fixed some doc parsing issues 9 years ago
Brian Coca 6e01848602 Merge pull request #837 from jemmyw/consul-http-checks
Add consul http checks to consul.py
9 years ago
Brian Coca 15480e3d04 fixed option in examples 9 years ago
Jeremy Wells cf4b4be901 Add consul http checks to consul.py
Consul module already supports ttl and script checks. This commit adds
http checks.
9 years ago
Matt Martz e6b6bac820 znode requires a minimum of python2.6 9 years ago
Toshio Kuratomi 962afeed54 Make the znode module a valid ansible module 9 years ago
Konstantin Manna 11041dd00e bugfix: uncall an uncallable dict 9 years ago
Chris Hoffman e861e587d7 Removing token obfuscation 9 years ago
Chris Hoffman fa20898c2d Adding support for service ACLs in consul_acl module 9 years ago
Brian Coca e31a4be192 fixes to prevent doc brekage 9 years ago
Brian Coca 27e1ace8a1 moved znode to clustering added version_added 9 years ago
Toshio Kuratomi 79173ac18d Clean up unneeded urllib2 imports 9 years ago
Brian Coca cf764bf060 minor doc fixes 9 years ago
Matt Martz 8ba11e97e2 Add missing __init__.py file 9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
mlamatr 80663e0fbe corrected typo in URL for consul.io 9 years ago
Brian Coca c223716bc7 fixed version on consul modules 9 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 9 years ago
Greg DeKoenigsberg 609b6d05f3 Adding author's github id 9 years ago
Greg DeKoenigsberg da89e65dc0 Adding author's github id 9 years ago
Greg DeKoenigsberg 7ed647d292 Adding author's github id 9 years ago
Greg DeKoenigsberg 6f30acd0d2 Adding author's github id 9 years ago
Toshio Kuratomi e5022ba87b Add python >= 2.6 to documented deps 10 years ago
Matt Martz 1b3b0caa51 Give consul modules a .py extension 10 years ago
Steve Gargan 3a6f57cbc0 use module.fail_json to report import errors. document valid duration units 10 years ago
Steve Gargan 3900643352 documentation tweaks to fix missing arguments and specification of defaults 10 years ago
Steve Gargan b553f59a54 Properly report exception causes particularly connection exceptions contacting the consul agent 10 years ago
Steve Gargan 0c6d426c40 require a valid duration suffix for interval and ttl values 10 years ago
Steve Gargan a8584ade95 fix logic that tests for change in an existing registered service 10 years ago