ansible-base/roles/munin-async
Nemo 1401957497 OpenBSD adaptation 2020-08-23 17:55:09 +02:00
..
defaults Move some specific-OS group_vars into role vars (ex: Debian.yml in the role vars folder) 2020-07-12 12:04:23 +02:00
meta Move some specific-OS group_vars into role vars (ex: Debian.yml in the role vars folder) 2020-07-12 12:04:23 +02:00
tasks OpenBSD adaptation 2020-08-23 17:55:09 +02:00
vars OpenBSD adaptation 2020-08-23 17:55:09 +02:00
README.md Move some specific-OS group_vars into role vars (ex: Debian.yml in the role vars folder) 2020-07-12 12:04:23 +02:00

README.md

Ansible Role: mnin-async

This role set up munin-async service for a GNU/Linux server.

Requirements

Munin node installed on nodes.

Role 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-asyncd
munin-async_package: munin-async

# SSH pubkey of Munin server
munin_async_authorized_keys: []

# Munin async user
munin_async_user: munin-async

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - munin-async

License

BSD

Author Information

This role was created in 2020 by Nemo.