ansible/clustering
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.
2016-04-14 16:43:59 -04:00
..
__init__.py Add missing __init__.py file 2015-06-30 13:45:24 -05:00
consul.py Modify consul certificate validation bypass keyword from 'verify' to 'validate_certs' 2016-03-23 13:23:30 +00:00
consul_acl.py Modify consul certificate validation bypass keyword from 'verify' to 'validate_certs' 2016-03-23 13:23:30 +00:00
consul_kv.py Modify consul certificate validation bypass keyword from 'verify' to 'validate_certs' 2016-03-23 13:23:30 +00:00
consul_session.py Merge pull request #1793 from ctooley/add_https_to_consul_lookup 2016-03-23 21:15:37 +01:00
kubernetes.py Fixing/cleaning up kubernetes submission 2016-04-14 16:43:59 -04:00
znode.py Add support for recursive znode deletion 2016-02-23 10:20:44 +00:00