Michael Grote
7a2ccbabb6
no more zfs send mirroring with rsync snaps an both sides Reviewed-on: #221 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
6 lines
171 B
YAML
6 lines
171 B
YAML
---
|
|
- name: Ensure SSH-Public-Key is templated
|
|
become: true
|
|
ansible.posix.authorized_key:
|
|
user: "{{ rsync_mirror_user }}"
|
|
key: "{{ rsync_mirror_public_key }}"
|