#######################################################################################################
You can find our other roles in the Manala Ansible Collection. You will find informations on its usage on the collection repository
#######################################################################################################
❗ 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.
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
None.
Using ansible galaxy cli:
ansible-galaxy install manala.rtail
Using ansible galaxy requirements file:
- src: manala.rtail
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 |
- hosts: servers
roles:
- { role: manala.rtail }
MIT
Manala (http://www.manala.io/)