summaryrefslogtreecommitdiff
path: root/roles/storage/zfs/syncoid/defaults/main.yml
blob: 1161423bd0d4a782456b73d952b006e1d6f20fd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
zfs_syncoid_autosuspend: no

# zfs_syncoid_target_pool: target

# zfs_syncoid_sources:
#   somehost:
#     ssh_hostname: 192.0.2.0
#     ssh_port: 222
#     periodic:  # optional
#       schedule: "*-*-* 01,13:30:00"
#       timeout: 8h
#     paths:
#       nvme/vm:
#         recursive: yes
#         skip_parent: yes
#       storage/vm:
#         recursive: yes
#         skip_parent: yes
#       storage:
#         recursive: yes
#         skip_parent: yes
#         exclude:
#         - storage/vm