homeserver/roles/mgrote_rsync/tasks/destination.yml

6 lines
164 B
YAML
Raw Normal View History

2024-10-28 18:17:23 +01:00
---
2024-10-28 18:32:18 +01:00
- name: Ensure SSH-Public-Key is templated
2024-10-28 18:24:29 +01:00
ansible.posix.authorized_key:
2024-10-28 18:27:43 +01:00
user: "{{ rsync_mirror_user }}"
key: "{{ rsync_mirror_syncoid_ssh_pubkey }}"