Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
/ ansible-role-rtail Public archive

[READ-ONLY] Ansible role dealing with the setup of RTail

Notifications You must be signed in to change notification settings

manala/ansible-role-rtail

Repository files navigation

#######################################################################################################

❗ DEPRECATION ❗

This repository and the role associated are deprecated.

You can find our other roles in the Manala Ansible Collection. You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: RTail Build Status

This role is deprecated

This role will deal with the setup and install of RTail.

It's part of the Manala Ansible stack but can be used as a stand alone component.

Requirements

This role is made to work with the manala rtail debian package, available on the manala debian repository. Please use the manala.apt role to handle it properly.

manala_apt_preferences:
  - rtail@manala

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.rtail

Using ansible galaxy requirements file:

- src: manala.rtail

Role Variables

Definition

Name Default Type Description
manala_rtail_install_packages ~ Array Dependency packages to install
manala_rtail_install_packages_default ['rtail'] Array Default dependency packages to install
manala_rtail_config_template ~ String Configuration template path
manala_rtail_config [] Array Configuration directives

Example playbook

- hosts: servers
  roles:
    - { role: manala.rtail }

Licence

MIT

Author information

Manala (http://www.manala.io/)