Add node001
This commit is contained in:
parent
e68f2f2cec
commit
822ec5fcb7
7 changed files with 69 additions and 16 deletions
playbooks
9
playbooks/unlock-backup.yml
Normal file
9
playbooks/unlock-backup.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Unlock backups
|
||||
hosts: serguzim_net
|
||||
become: true
|
||||
tasks:
|
||||
- name: Change password
|
||||
ansible.builtin.shell:
|
||||
cmd: autorestic unlock --force && autorestic exec -va unlock
|
||||
chdir: "{{ (services_path, 'backup') | path_join }}"
|
Loading…
Add table
Add a link
Reference in a new issue