Add autobackup support to pvc-ansible

This commit is contained in:
2023-10-27 02:07:49 -04:00
parent 677287fd2e
commit 90417621d7
10 changed files with 232 additions and 0 deletions

View File

@ -56,6 +56,11 @@
- include: pvc/main.yml
tags: pvc-daemon
# Install PVC autobackup
- include: autobackup/main.yml
tags: pvc-autobackup
when: pvc_autobackup is defined
# Install CPU tuning
- include: cputuning/main.yml
tags: pvc-cputuning