ansible/clustering
Joel Thompson 800da3ae16 Fix default service_address in consul module (#2454)
PR #1299 introduced the service_address parameter but specified a
default value of localhost. This is a breaking change; prior to that,
the consul module would always assume that the service should advertise
the address that the Consul agent was listening on. With this change,
the consul module will now default to advertising localhost to all nodes
for the service, which isn't the desired behavior. This changes the
default back to None which is the implicit default prior to #1299.
2016-06-19 17:58:44 +02:00
..
__init__.py Add missing __init__.py file 2015-06-30 13:45:24 -05:00
consul.py Fix default service_address in consul module (#2454) 2016-06-19 17:58:44 +02:00
consul_acl.py consul: fix param name for verify SSL (#2194) 2016-05-27 15:46:56 +02:00
consul_kv.py consul: fix param name for verify SSL (#2194) 2016-05-27 15:46:56 +02:00
consul_session.py add 'behavior' attribute to consul_session (#2183) 2016-06-13 14:50:19 -04: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