10 lines
328 B
YAML
10 lines
328 B
YAML
---
|
|
- name: RedHat/CentOS/Fedora/Amazon Linux | Install Filebeats repo
|
|
yum_repository:
|
|
name: elastic_repo
|
|
description: Elastic repository for 6.x packages
|
|
baseurl: https://artifacts.elastic.co/packages/6.x/yum
|
|
gpgkey: https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
|
gpgcheck: true
|
|
changed_when: false
|