89764c46 by Javier Franco

add group_vars all.yml variable for prod and test

1 parent fb5c7e52
...@@ -7,8 +7,6 @@ elastic02.vue.gov.py ansible_host=10.9.3.70 ...@@ -7,8 +7,6 @@ elastic02.vue.gov.py ansible_host=10.9.3.70
7 kibana.vue.gov.py 7 kibana.vue.gov.py
8 8
9 [beat] 9 [beat]
10 elastic01.vue.gov.py
11 elastic02.vue.gov.py
12 10
13 [elasticsearch] 11 [elasticsearch]
14 kibana.vue.gov.py 12 kibana.vue.gov.py
......
1 ---
2 node_master_name: "master-1"
3 cluster_name: elasticsearch
4 network_host: "[_local_, _site_]"
5 discovery_seed_hosts: '["10.9.3.68"]'
6 cluster_initial_master_nodes: '["master-1"]'
7 elastic_master_ip: "10.9.3.68"
8 elasticsearch_hosts: '["http://10.9.3.68:9200"]'
1 ---
2 node_master_name: "master-1"
3 cluster_name: elasticsearch
4 network_host: "[_local_, _site_]"
5 discovery_seed_hosts: '["10.9.3.68"]'
6 cluster_initial_master_nodes: '["master-1"]'
7 elastic_master_ip: "10.9.3.68"
8 elasticsearch_hosts: '["http://10.9.3.68:9200"]'
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!