2014-08-17 00:35:57 +03:00
|
|
|
---
|
|
|
|
- name: Install munin package
|
2018-04-02 15:51:29 +03:00
|
|
|
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
|
|
|
|
template: src=munin.conf.j2 dest=/etc/munin/munin.conf owner=root group=root mode=0644
|
|
|
|
|
|
|
|
# vim: set ts=2 sw=2:
|