You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
353 B
11 lines
353 B
---
|
|
- name: Add Filebeat repository
|
|
yum_repository:
|
|
name: filebeat
|
|
description: Filebeat
|
|
baseurl: https://artifacts.elastic.co/packages/oss-{{ filebeat_major_version }}.x/yum
|
|
gpgcheck: True
|
|
repo_gpgcheck: True
|
|
gpgkey: https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
|
includepkgs: filebeat* journalbeat*
|
|
tags: repo,logs
|
|
|