move consul_catalog_url to all.yml group
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6b360decfd
commit
123b32befe
|
@ -16,3 +16,6 @@ bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
|
|||
|
||||
# Consul Encryption
|
||||
consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}'
|
||||
|
||||
# Consul Catalog API
|
||||
consul_catalog_url: 'http://localhost:8500/v1/catalog'
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
# 8GB to match RAM
|
||||
swap_file_size_mb: 8192
|
||||
|
||||
# Data volume mount point
|
||||
bootstrap__extra_volume_path: '/data'
|
||||
bootstrap__extra_volume_bind_path: '/docker'
|
||||
|
||||
# Open Nginx Ports
|
||||
open_ports_comment: 'HTTP & HTTPS'
|
||||
open_ports_list:
|
||||
|
@ -19,8 +15,6 @@ cassandra_db_users:
|
|||
- user: '{{ lookup("passwordstore", "services/TheHive/Cassandra/user") }}'
|
||||
pass: '{{ lookup("passwordstore", "services/TheHive/Cassandra/pass") }}'
|
||||
|
||||
consul_catalog_url: 'http://localhost:8500/v1/catalog'
|
||||
|
||||
# ElasticSearch Cluster
|
||||
es_cluster_name: 'the-hive'
|
||||
es_cont_name: elasticsearch
|
||||
|
|
Loading…
Reference in New Issue