mg
7dbe75f7b8
munin supertux Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#161 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
11 lines
390 B
YAML
11 lines
390 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- { role: mgrote.munin-node,
|
|
become: true,
|
|
tags: "munin",
|
|
when: "not 'laptop' in group_names" }
|
|
|
|
### Die Host müssen auch beim Docker-Container: "munin-master eingetragen" werden.
|
|
### wird nur auf physischen Rechnern ausgeführt.
|
|
### Wenn ein Plugin nicht geht: munin-node-configure --shell --families=contrib,auto | sh -x
|