Compare commits
No commits in common. "460fe20559a2e158a067407a4aa5c34b725e48f5" and "492388011e5ebd1d2343fc3a5eb7831392809c7b" have entirely different histories.
460fe20559
...
492388011e
2 changed files with 2 additions and 13 deletions
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
- hosts: backup_server
|
||||
roles:
|
||||
- name: common
|
||||
vars:
|
||||
ansible_cfg_repo: infra/backups
|
||||
|
||||
tasks:
|
||||
# - name: install necessary packages
|
||||
# ansible.builtin.apt:
|
||||
|
@ -81,12 +76,6 @@
|
|||
register: rsnapshot_conf
|
||||
tags: rsnapshot
|
||||
|
||||
- name: Check rsnapshot config
|
||||
ansible.builtin.command:
|
||||
cmd: rsnapshot configtest
|
||||
register: rsnapshot_configtest
|
||||
tags: rsnapshot
|
||||
|
||||
- name: Copy systemd unit files
|
||||
ansible.builtin.copy:
|
||||
src: files/{{ item }}
|
||||
|
|
|
@ -235,7 +235,7 @@ backup /mnt/kdrive/ kdrive/
|
|||
|
||||
|
||||
### kubernetes PVCs
|
||||
backup /mnt/syno/k8home/ k8home/
|
||||
backup /mnt/syno/k8home/ k8home/
|
||||
|
||||
# LOCALHOST
|
||||
#backup /home/ localhost/
|
||||
|
@ -265,4 +265,4 @@ backup /mnt/syno/k8home/ k8home/
|
|||
|
||||
|
||||
|
||||
# vim: ts=4:sw=4:noet:
|
||||
|
||||
|
|
Loading…
Reference in a new issue