ddd
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Successful in 25s

This commit is contained in:
Michael Grote 2024-10-04 14:38:22 +02:00
parent 88edfc5c92
commit 3204205cc9
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@
- 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.

View file

@ -24,3 +24,4 @@
tags: "ssh"
- role: mgrote_netplan
tags: "netplan"
when: "not 'fileserver' in group_names"