ansible-base/roles/munin_async_server
Nemo 0e99212daf Change path for Munin async SSH keys and create directory 2020-07-10 22:44:15 +02:00
..
defaults Add Munin async server role 2020-07-10 22:32:32 +02:00
meta Add Munin async server role 2020-07-10 22:32:32 +02:00
tasks Change path for Munin async SSH keys and create directory 2020-07-10 22:44:15 +02:00
README.md Add Munin async server role 2020-07-10 22:32:32 +02:00

README.md

Ansible Role: munin async server

This role set up Munin async server for a GNU/Linux server.

Requirements

The role geerlingguy.munin needs to be deploy on the Munin server before using the current role.

Roll Variables

All variables and default values are defined in defaults/main.yml :

# Name of the munin-async service and munin-async package (depends on your OS, can be munin-async, munin-asyncd...)
munin_async_service_name: munin-async
munin_async_package: munin-async

# Private/Public SSH keys of Munin async server to access all Munin async client account
private_key_munin_async_user_host: ""
public_key_munin_async_user_host: ""

Dependencies

None.

Example Playbook

- hosts: munin_server
  roles:
    - munin_async_server

License

BSD

Author Information

This role was created in 2020 by Nemo.