Michael Grote
e4b82dd91b
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/200 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
10 lines
329 B
YAML
10 lines
329 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- role: mgrote_munin_node
|
|
become: true
|
|
tags: "munin"
|
|
|
|
### 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
|