remove syncoid, switch to rsync #221

Merged
mg merged 132 commits from sanoid_weg into master 2024-10-31 12:01:46 +01:00
Showing only changes of commit 9942d44b0e - Show all commits

View file

@ -1,5 +1,6 @@
--- ---
- name: Ensure SSH-Public-Key is templated - name: Ensure SSH-Public-Key is templated
become: true
ansible.posix.authorized_key: ansible.posix.authorized_key:
user: "{{ rsync_mirror_user }}" user: "{{ rsync_mirror_user }}"
key: "{{ rsync_mirror_public_key }}" key: "{{ rsync_mirror_public_key }}"