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
7dbb17cb
Commit
7dbb17cb
authored
Jul 25, 2017
by
Daniel Berman
Committed by
GitHub
Jul 25, 2017
Browse files
Update main.yml
parent
c5b3b70d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
roles/kibana/tasks/main.yml
roles/kibana/tasks/main.yml
+8
-8
No files found.
roles/kibana/tasks/main.yml
View file @
7dbb17cb
...
...
@@ -5,27 +5,27 @@
# Install Kibana
-
name
:
Install Kibana with apt
apt
:
name
:
kibana
update_cache
:
yes
-
name
:
Install Kibana with apt
apt
:
name
:
kibana
update_cache
:
yes
# Configurations
-
name
:
Updating the config file to allow outside access
lineinfile
:
lineinfile
:
destfile
:
/etc/kibana/kibana.yml
regexp
:
'
server.host:'
line
:
'
server.host:
0.0.0.0'
-
name
:
Defining server port
lineinfile
:
lineinfile
:
destfile
:
/etc/kibana/kibana.yml
regexp
:
'
server.port:'
line
:
'
server.port:
5601'
-
name
:
Defining Elasticsearch URL
lineinfile
:
lineinfile
:
destfile
:
/etc/kibana/kibana.yml
regexp
:
'
elasticsearch.url:'
line
:
'
elasticsearch.url:
"http://localhost:9200"'
...
...
@@ -33,6 +33,6 @@
# Starting Kibana
-
name
:
Starting Kibana
service
:
service
:
name
:
kibana
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