Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Javier Franco
/
inventories
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
89764c46
authored
2021-12-28 13:21:39 -0300
by
Javier Franco
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add group_vars all.yml variable for prod and test
1 parent
fb5c7e52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
elk/hosts
prod/group_vars/all.yml
test/group_vars/all.yml
elk/hosts
View file @
89764c4
...
...
@@ -7,8 +7,6 @@ elastic02.vue.gov.py ansible_host=10.9.3.70
kibana.vue.gov.py
[beat]
elastic01.vue.gov.py
elastic02.vue.gov.py
[elasticsearch]
kibana.vue.gov.py
...
...
prod/group_vars/all.yml
0 → 100644
View file @
89764c4
---
node_master_name
:
"
master-1"
cluster_name
:
elasticsearch
network_host
:
"
[_local_,
_site_]"
discovery_seed_hosts
:
'
["10.9.3.68"]'
cluster_initial_master_nodes
:
'
["master-1"]'
elastic_master_ip
:
"
10.9.3.68"
elasticsearch_hosts
:
'
["http://10.9.3.68:9200"]'
test/group_vars/all.yml
0 → 100644
View file @
89764c4
---
node_master_name
:
"
master-1"
cluster_name
:
elasticsearch
network_host
:
"
[_local_,
_site_]"
discovery_seed_hosts
:
'
["10.9.3.68"]'
cluster_initial_master_nodes
:
'
["master-1"]'
elastic_master_ip
:
"
10.9.3.68"
elasticsearch_hosts
:
'
["http://10.9.3.68:9200"]'
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment