add geth_consul_enabled variable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e0c965f6ab
commit
fe02beb837
|
@ -58,6 +58,7 @@ geth_cache: 1536
|
|||
geth_public_addr: '{{ ansible_host }}'
|
||||
|
||||
# Consul config
|
||||
geth_consul_enabled: true
|
||||
geth_consul_default_tags:
|
||||
- geth
|
||||
- '{{ env }}.{{ stage }}'
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
- import_tasks: firewall.yml
|
||||
- import_tasks: save_enode.yml
|
||||
- import_tasks: consul.yml
|
||||
when: geth_consul_enabled
|
||||
|
|
Loading…
Reference in New Issue