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 264fd56ee6 - Show all commits

View file

@ -68,10 +68,8 @@
ansible.builtin.include_tasks: source.yml ansible.builtin.include_tasks: source.yml
when: when:
- sanoid_syncoid_source_host is defined and sanoid_syncoid_source_host is true - sanoid_syncoid_source_host is defined and sanoid_syncoid_source_host is true
- sanoid_syncoid_ssh_pubkey is defined
- name: include destination-host tasks # todo - name: include destination-host tasks # todo
ansible.builtin.include_tasks: destination.yml ansible.builtin.include_tasks: destination.yml
when: when:
- sanoid_syncoid_destination_host is defined and sanoid_syncoid_destination_host is true - sanoid_syncoid_destination_host is defined and sanoid_syncoid_destination_host is true
- sanoid_syncoid_ssh_privkey is defined