You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
__init__.py Add missing __init__.py file 10 years ago
consul.py Fix default service_address in consul module (#2454) 9 years ago
consul_acl.py consul: fix param name for verify SSL (#2194) 9 years ago
consul_kv.py consul: fix param name for verify SSL (#2194) 9 years ago
consul_session.py add 'behavior' attribute to consul_session (#2183) 9 years ago
kubernetes.py Fixing/cleaning up kubernetes submission 9 years ago
znode.py Add support for recursive znode deletion 9 years ago