add geth_consul_enabled variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-26 12:50:09 +02:00
parent e0c965f6ab
commit fe02beb837
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ geth_cache: 1536
geth_public_addr: '{{ ansible_host }}' geth_public_addr: '{{ ansible_host }}'
# Consul config # Consul config
geth_consul_enabled: true
geth_consul_default_tags: geth_consul_default_tags:
- geth - geth
- '{{ env }}.{{ stage }}' - '{{ env }}.{{ stage }}'

View File

@ -4,3 +4,4 @@
- import_tasks: firewall.yml - import_tasks: firewall.yml
- import_tasks: save_enode.yml - import_tasks: save_enode.yml
- import_tasks: consul.yml - import_tasks: consul.yml
when: geth_consul_enabled