Update to 2021-02-12 19:00

master
Daniel Berteaud 3 years ago
parent e1edef4ddc
commit c14114f908
  1. 8
      roles/repo_filebeat/tasks/install_Debian.yml
  2. 2
      roles/repo_filebeat/tasks/install_RedHat.yml
  3. 2
      roles/repo_filebeat/tasks/main.yml

@ -3,13 +3,13 @@
apt_key:
url: https://artifacts.elastic.co/GPG-KEY-elasticsearch
environment:
https_proxy: "{{ system_proxy }}"
tags: repo
https_proxy: "{{ system_proxy | default('') }}"
tags: repo,logs
- name: Add Filebeat repository
apt_repository:
repo: deb https://artifacts.elastic.co/packages/{{ filebeat_major_version }}.x/apt stable main
filename: filebeat
environment:
https_proxy: "{{ system_proxy }}"
tags: repo
https_proxy: "{{ system_proxy | default('') }}"
tags: repo,logs

@ -8,4 +8,4 @@
repo_gpgcheck: True
gpgkey: https://artifacts.elastic.co/GPG-KEY-elasticsearch
includepkgs: filebeat* journalbeat*
tags: repo
tags: repo,logs

@ -1,3 +1,3 @@
---
- include_tasks: install_{{ ansible_os_family }}.yml
- include: install_{{ ansible_os_family }}.yml

Loading…
Cancel
Save