mirror of https://github.com/ansible/ansible.git
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.pull/18777/head
parent
e235f88a91
commit
be695eda69
Loading…
Reference in New Issue