1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-30 00:53:23 +02:00
2021-12-01 19:13:34 +01:00

12 lines
353 B
YAML

---
- 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