Role to install and configure fluentd.
Ansible 2.4
# true if td-agent v4 is installed on the host
fluentd_migrate_to_v5: false
fluentd_del_old_conf: false
# for ssl
ssl_directory_path: "/etc/ssl_certs"
domain_directory: "example.com"
fluentd_plugins: []
fluentd_config:
- directive: system
data:
- |
process_name fluentd
log_level warn
None
- name: Install and configure Fluentd
hosts: localhost
remote_user: root
roles:
- fluentd
Apache 2.0
Stanislaw Bogatkin (https://sbog.ru)