Laptop (#161)
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>
This commit is contained in:
parent
6c001f470b
commit
7dbe75f7b8
2 changed files with 5 additions and 1 deletions
|
@ -46,6 +46,8 @@
|
||||||
- vlc
|
- vlc
|
||||||
- libreoffice
|
- libreoffice
|
||||||
- gnome-calculator
|
- gnome-calculator
|
||||||
|
- supertux
|
||||||
|
- python3-pip
|
||||||
### mgrote.apt_manage_sources
|
### mgrote.apt_manage_sources
|
||||||
manage_sources_apt_proxy_url: ""
|
manage_sources_apt_proxy_url: ""
|
||||||
### mgrote.ntp_chrony_server
|
### mgrote.ntp_chrony_server
|
||||||
|
|
|
@ -3,7 +3,9 @@
|
||||||
roles:
|
roles:
|
||||||
- { role: mgrote.munin-node,
|
- { role: mgrote.munin-node,
|
||||||
become: true,
|
become: true,
|
||||||
tags: "munin"}
|
tags: "munin",
|
||||||
|
when: "not 'laptop' in group_names" }
|
||||||
|
|
||||||
### Die Host müssen auch beim Docker-Container: "munin-master eingetragen" werden.
|
### Die Host müssen auch beim Docker-Container: "munin-master eingetragen" werden.
|
||||||
### wird nur auf physischen Rechnern ausgeführt.
|
### wird nur auf physischen Rechnern ausgeführt.
|
||||||
### Wenn ein Plugin nicht geht: munin-node-configure --shell --families=contrib,auto | sh -x
|
### Wenn ein Plugin nicht geht: munin-node-configure --shell --families=contrib,auto | sh -x
|
||||||
|
|
Loading…
Reference in a new issue