Initial commit

This commit is contained in:
2020-08-18 07:42:39 +02:00
commit 7ba09982cd
219 changed files with 3277 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
# tasks file for Acronis
- name: Install Acronis_client
shell: 'cd /root/Desktop && ./AcronisBackup_12.5_64-bit.x86_64 -a -i BackupAndRecoveryAgent --ams "{{server_acronis}}" --login "{{user_acronis}}" --password "{{password_acronis}}"'