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
e204b3d4
Commit
e204b3d4
authored
Jul 24, 2017
by
Daniel Berman
Committed by
GitHub
Jul 24, 2017
Browse files
Create site.yml
parent
fca416f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
site.yml
site.yml
+14
-0
No files found.
site.yml
0 → 100644
View file @
e204b3d4
#
# Playbook to install the ELK stack + Beats
#
-
hosts
:
elkserver
remote_user
:
ubuntu
become
:
yes
become_user
:
root
roles
:
-
{
role
:
java
}
-
{
role
:
elasticsearch
}
-
{
role
:
kibana
}
-
{
role
:
metricbeat
}
-
{
role
:
filebeat
}
-
{
role
:
logstash
}
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