wazuh-ansible-4.8.1/roles/wazuh/ansible-filebeat/tasks/RedHat.yml

10 lines
328 B
YAML
Executable File

---
- 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/7.x/yum
gpgkey: https://artifacts.elastic.co/GPG-KEY-elasticsearch
gpgcheck: true
changed_when: false