mg
451bb91a99
bugfix laptop in user vars laptop von group zu host vars polybar dependencie playbboks verschoben Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#109 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
9 lines
356 B
YAML
9 lines
356 B
YAML
---
|
|
- hosts: proxmoxprod
|
|
roles:
|
|
- { role: geerlingguy.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
|