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
f266e4cd
Commit
f266e4cd
authored
Jul 24, 2017
by
Daniel Berman
Committed by
GitHub
Jul 24, 2017
Browse files
Update main.yml
parent
267a6fc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
roles/metricbeat/tasks/main.yml
roles/metricbeat/tasks/main.yml
+12
-9
No files found.
roles/metricbeat/tasks/main.yml
View file @
f266e4cd
...
...
@@ -2,14 +2,17 @@
#
# Installing Metricbeat
#
# Enable Metricbeat service
-
name
:
Enabling Metricbeat service
systemd
:
name
:
metricbeat
enabled
:
yes
daemon_reload
:
yes
# Start Metricbeat service
-
name
:
Starting Metricbeat service
systemd
:
# Install Metricbeat
-
name
:
Install Metricbeat with apt
apt
:
name
:
metricbeat
update_cache
:
yes
# Starting Metricbeat
-
name
:
Starting Metricbeat
service
:
name
:
metricbeat
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