homeserver/roles/mgrote_rsync/tasks/destination.yml

7 lines
171 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 19:10:33 +01:00
become: true
2024-10-28 18:24:29 +01:00
ansible.posix.authorized_key:
2024-10-28 18:27:43 +01:00
user: "{{ rsync_mirror_user }}"
2024-10-28 19:01:39 +01:00
key: "{{ rsync_mirror_public_key }}"