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.
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