2014-08-16 23:35:57 +02:00
|
|
|
---
|
|
|
|
- name: Install munin package
|
2022-09-10 17:09:12 +02:00
|
|
|
ansible.builtin.apt: name=munin state=present
|
2016-08-14 15:33:48 +02:00
|
|
|
tags: packages
|
2014-08-16 23:35:57 +02:00
|
|
|
|
|
|
|
- name: Create munin configuration file
|
2022-09-10 17:09:12 +02:00
|
|
|
ansible.builtin.template: src=munin.conf.j2 dest=/etc/munin/munin.conf owner=root group=root mode=0644
|
2014-08-16 23:35:57 +02:00
|
|
|
|
|
|
|
# vim: set ts=2 sw=2:
|