ansible-roles/fluentd
Jeremy Lecour 36c29f7f85
Some checks failed
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap:
gitea/ansible-roles/pipeline/head There was a failure building this commit
monitoringctl: fixes
2024-09-10 17:14:51 +02:00
..
defaults monitoringctl: using the wrapper or not is automatic 2024-09-10 17:04:40 +02:00
files Install deb822 sources on Debian >=12 2023-03-20 15:43:34 +01:00
handlers Use FQCN 2023-03-20 23:33:19 +01:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks monitoringctl: fixes 2024-09-10 17:14:51 +02:00
templates Install deb822 sources on Debian >=12 2023-03-20 15:43:34 +01:00
.kitchen.yml Add fluentd installation role 2019-04-23 17:15:28 +02:00
README.md Add fluentd installation role 2019-04-23 17:15:28 +02:00

Fluentd

Installation and basic configuration of Fluentd.

This role is based on https://docs.fluentd.org/v1.0/articles/install-by-deb

Tasks

Everything is in the tasks/main.yml file.

Available variables

Main variables are :

  • fluentd_conf_path: config file location ;

The full list of variables (with default values) can be found in defaults/main.yml.