2014-08-16 23:35:57 +02:00
|
|
|
---
|
|
|
|
- name: Install munin package
|
2017-10-31 21:41:40 +01:00
|
|
|
apt: name={{ item }} state=present
|
2014-08-16 23:35:57 +02:00
|
|
|
with_items:
|
|
|
|
- munin
|
2016-08-14 15:33:48 +02:00
|
|
|
tags: packages
|
2014-08-16 23:35:57 +02: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:
|