Add autobackup support to pvc-ansible
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user