mrlesmithjr / ansible-consul

Ansible role to install/configure Consul
MIT License
8 stars 5 forks source link

allow user to configure consul_bind_address #59

Closed jardleex closed 7 years ago

jardleex commented 7 years ago

Hi @mrlesmithjr,

this request will allow the user to adjust the consul_bind_address. Right now the set_facts way make it impossible to adjust this variable. E.g. we needed this as some of our servers running in a routed environment where the IP to set for consul is a secondary IP on the loopback interface. Setting this was not possible in the current role state.

Best

Jard

mrlesmithjr commented 7 years ago

Merged! Thanks!