Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ijaz Ahmad
ansible-elk-playbook
Commits
ed6445a8
Commit
ed6445a8
authored
Jul 24, 2017
by
Daniel Berman
Committed by
GitHub
Jul 24, 2017
Browse files
Update main.yml
parent
3bb1bf60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
roles/elasticsearch/tasks/main.yml
roles/elasticsearch/tasks/main.yml
+10
-1
No files found.
roles/elasticsearch/tasks/main.yml
View file @
ed6445a8
...
...
@@ -19,4 +19,13 @@
regexp
:
'
http.port:'
line
:
'
http.port:
9200'
# Starting Elasticsearch
-
shell
:
sudo service elasticsearch start
-
name
:
Enabling Elasticsearch service
systemd
:
name
:
elasticsearch
enabled
:
yes
daemon_reload
:
yes
# Start Elasticsearch service
-
name
:
Starting Elasticsearch service
systemd
:
name
:
elasticsearch
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