mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
copr: incremental backup to storinator, part 2
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- name: backup script
|
||||
template:
|
||||
src: client-backup-script.sh.j2
|
||||
dest: /usr/local/bin/"{{ item.value.command }}"
|
||||
dest: "/usr/local/bin/{{ item.value.command }}"
|
||||
owner: "{{ item.value.user }}"
|
||||
group: "{{ item.value.user }}"
|
||||
mode: 0700
|
||||
@@ -17,6 +17,8 @@
|
||||
owner: "{{ item.value.user }}"
|
||||
group: "{{ item.value.user }}"
|
||||
mode: 0700
|
||||
with_dict:
|
||||
- "{{ rsnapshot_push.cases }}"
|
||||
delegate_to: "{{ rsnapshot_push.server_host }}"
|
||||
tags: rsnapshot_push
|
||||
|
||||
|
||||
Reference in New Issue
Block a user