mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-07-01 09:23:09 +00:00
add bind_addr and verbosity for logging
This commit is contained in:
@ -11,6 +11,7 @@ consul_agent_group: consul_agent
|
||||
|
||||
consul_config: {}
|
||||
consul_default_config:
|
||||
bind_addr: "{{ ansible_default_ipv4.address }}"
|
||||
server: "{{ true if inventory_hostname in groups[consul_server_group] else false }}"
|
||||
ui_config:
|
||||
enabled: "{{ true if inventory_hostname in groups[consul_server_group] else false }}"
|
||||
|
Reference in New Issue
Block a user