Merge "Add tags for beats setup tasks"

This commit is contained in:
Zuul 2018-09-25 15:24:03 +00:00 committed by Gerrit Code Review
commit 27ef77f601
7 changed files with 14 additions and 0 deletions

View File

@ -70,6 +70,8 @@
- Enable and restart apm server
- include_tasks: apm_setup.yml
tags:
- setup
- name: Force beat handlers
meta: flush_handlers

View File

@ -83,6 +83,8 @@
- Enable and restart auditbeat
- include_tasks: auditbeat_setup.yml
tags:
- setup
- name: Force beat handlers
meta: flush_handlers

View File

@ -193,6 +193,8 @@
- Enable and restart filebeat
- include_tasks: filebeat_setup.yml
tags:
- setup
- name: Force beat handlers
meta: flush_handlers

View File

@ -89,6 +89,8 @@
- Enable and restart heartbeat
- include_tasks: heartbeat_setup.yml
tags:
- setup
- name: Force beat handlers
meta: flush_handlers

View File

@ -131,6 +131,8 @@
After: network-online.target
- include_tasks: journalbeat_setup.yml
tags:
- setup
- name: Force beat handlers
meta: flush_handlers

View File

@ -263,6 +263,8 @@
- Enable and restart metricbeat
- include_tasks: metricbeat_setup.yml
tags:
- setup
- name: Force beat handlers
meta: flush_handlers

View File

@ -74,6 +74,8 @@
- Enable and restart packetbeat
- include_tasks: packetbeat_setup.yml
tags:
- setup
- name: Force beat handlers
meta: flush_handlers