remove syncoid, switch to rsync #221
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
state: directory
|
state: directory
|
||||||
owner: "{{ rsync_mirror_user }}"
|
owner: "{{ rsync_mirror_user }}"
|
||||||
group: "{{ rsync_mirror_user_group }}"
|
group: "{{ rsync_mirror_user_group }}"
|
||||||
mode: "0600"
|
mode: "0700"
|
||||||
with_items:
|
with_items:
|
||||||
- "/etc/rsync_mirror/"
|
- "/etc/rsync_mirror/"
|
||||||
- "/etc/rsync_mirror/.ssh"
|
- "/etc/rsync_mirror/.ssh"
|
||||||
|
|
Loading…
Reference in a new issue