fluent-bit: Enable EPEL repo if needed

The _fluent-bit_ package is provided by EPEL for Red Hat/CentOS/AlmaLinux.
This commit is contained in:
2025-10-19 09:28:47 -05:00
parent 0b914d617e
commit 7308b45047
2 changed files with 13 additions and 0 deletions

11
epel.yml Normal file
View File

@@ -0,0 +1,11 @@
- import_playbook: dyngroups.yml
- hosts: AlmaLinux:CentOS
tasks:
- name: ensure epel-release is installed
package:
name: epel-release
state: present
tags:
- install
tags:
- epel

View File

@@ -1,3 +1,5 @@
- import_playbook: epel.yml
- hosts: '!kubelet'
roles:
- role: fluent-bit