Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

cloudalchemy/ansible-fluentd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluentd logo

Ansible Role: fluentd

Build Status License: MIT Ansible Role GitHub tag

Role installs fluentd log forwarder and agregator

Examples

Use it in a playbook as follows:

- hosts: all
  become: true
  roles:
    - cloudalchemy.fluentd

Have a look at the defaults/main.yml for role variables that can be overridden.