Add rclone and resticprofile installation playbooks, and update profiles for Yandex Disk backups
Deploy ru-vps / deploy (push) Successful in 16s
Deploy mini-pc / deploy (push) Successful in 29s
Deploy cloud-pc / deploy (push) Failing after 41s

This commit is contained in:
Dmitry
2026-05-28 13:12:33 +03:00
parent b1ec5566d6
commit c09754a161
6 changed files with 166 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
- name: Install rclone
hosts: servers
become: true
tasks:
- name: Install rclone package
ansible.builtin.apt:
name: rclone
state: present
update_cache: true