homeserver/roles/mgrote_rsync/tasks/destination.yml
Michael Grote f52aa4384b
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 8s
ansible-lint / Ansible Lint (pull_request) Failing after 1m8s
dfg
2024-10-28 18:32:18 +01:00

5 lines
164 B
YAML

---
- name: Ensure SSH-Public-Key is templated
ansible.posix.authorized_key:
user: "{{ rsync_mirror_user }}"
key: "{{ rsync_mirror_syncoid_ssh_pubkey }}"