homeserver/friedhof/mgrote_rsync/tasks/destination.yml
Michael Grote 563223e182
All checks were successful
ansible-lint / gitleaks (push) Successful in 57s
ansible-lint / Ansible Lint (push) Successful in 1m19s
replace rsync with freefilesync (#286)
the replacement gets replaced :-D

- old: 7a2ccbabb6

see also:

- ddaa6835b5
- 56e85dfa93

Reviewed-on: #286
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2025-01-18 19:08:01 +01:00

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 }}"