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