mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-20 04:03:15 +02:00
12 lines
353 B
YAML
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
|