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

5 lines
156 B
YAML

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