ansible-roles/fluentd
Benoît S. 771c75c1de
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is passing
all-roles: Dot not use ansible_lsb as it is deprecated
We move from `ansible_lsb.codename` to `ansible_distribution_release`.
2019-07-03 09:41:35 +02:00
..
defaults Add fluentd installation role 2019-04-23 17:15:28 +02:00
files fluentd: store gpg key locally 2019-06-21 10:29:18 +02:00
handlers Add fluentd installation role 2019-04-23 17:15:28 +02:00
meta Add fluentd installation role 2019-04-23 17:15:28 +02:00
tasks all-roles: Dot not use ansible_lsb as it is deprecated 2019-07-03 09:41:35 +02:00
templates Add fluentd installation role 2019-04-23 17:15:28 +02: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.