summaryrefslogtreecommitdiff
path: root/roles/chaos-at-home/fileserver/defaults/main.yml
blob: 8a4452ce23210fe916b625773d5845e22313d537 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
---
# fileserver_zfs_default_pool: tank
# fileserver_zfs_filesystems:
#   foo:
#     pool: bar
#     properties:
#       quota: 100G
#     export_as: bar
#     export_to:
#     - dest: 192.0.2.3/32
#       opts:
#       - ro
#       - async
#   private:
#     properties:
#       quota: 100G
#     export: no
#   public:
#     properties:
#       quota: 100G

fileserver_zfs_common_properties:
  snapdir: visible
  compression: lz4

# fileserver_nfs_root: /srv/exports
# fileserver_nfs_default_options:
#   - ro
#   - sync
#   - root_squash
# fileserver_nfs_default_destinations:
#   - dest: 192.0.2.0/24
#   - dest: 192.0.2.128/29
#     opts:
#     - rw
#     - sync
#     - root_squash