Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
Infrastructure
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIT-SWE
Infrastructure
Commits
63ad9941
Commit
63ad9941
authored
Feb 19, 2018
by
Christopher Harm
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
e1f36c51
' into develop
parents
909e5a1c
e1f36c51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
roles/elasticsearch/tasks/main.yml
roles/elasticsearch/tasks/main.yml
+7
-0
No files found.
roles/elasticsearch/tasks/main.yml
View file @
63ad9941
...
...
@@ -50,6 +50,13 @@
line='network.publish_host:
{{
ansible_eth1.ipv4.address
}}'"
notify
:
-
restart elasticsearch
-
name
:
Configuring elasticsearch
lineinfile
:
"
dest=/etc/elasticsearch/elasticsearch.yml
insertafter=EOF
regexp='^bootstrap.system_call_filter.*'
line='bootstrap.system_call_filter:
false'"
notify
:
-
restart elasticsearch
-
name
:
make sure elasticsearch is started
service
:
name="{{ elasticsearch_service_name }}" state="started"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment