: restic munin plugins

This commit is contained in:
VC
2025-02-25 07:56:29 +01:00
parent e7a070d099
commit aa4ff098fc
6 changed files with 91 additions and 2 deletions

View File

@@ -135,3 +135,8 @@
- name: Execute specific garage commands
ansible.builtin.include_tasks: garage.yml
when: "'garageservers' in group_names"
# Specific restic commands
- name: Execute specific restic commands
ansible.builtin.include_tasks: restic.yml
when: "'resticservers' in group_names"