uptime kuma backups work
This commit is contained in:
parent
eddde5e53a
commit
dac4a98f79
5 changed files with 103 additions and 7 deletions
11
ansible/infra/900_install_rsync.yml
Normal file
11
ansible/infra/900_install_rsync.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- name: Install rsync
|
||||
hosts: all
|
||||
vars_files:
|
||||
- ../infra_vars.yml
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Install rsync
|
||||
apt:
|
||||
name: rsync
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue