summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-prometheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-22 18:40:16 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-22 18:40:16 +0200
commit217cf13903aacb3ed8dee6b28b59be7ecb837f3b (patch)
tree2c3eefa59277e1519076dae8fd5c4c069ef3272e /inventory/host_vars/ch-prometheus.yml
parentadd role wireguard p2p (diff)
add fileserver role
Diffstat (limited to 'inventory/host_vars/ch-prometheus.yml')
-rw-r--r--inventory/host_vars/ch-prometheus.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-prometheus.yml b/inventory/host_vars/ch-prometheus.yml
index 425411df..f06ecb85 100644
--- a/inventory/host_vars/ch-prometheus.yml
+++ b/inventory/host_vars/ch-prometheus.yml
@@ -86,3 +86,35 @@ zfs_sanoid_modules:
use_template: production
recursive: yes
process_children_only: yes
+
+
+fileserver_zfs_default_pool: storage
+fileserver_zfs_filesystems:
+ archiv:
+ properties:
+ quota: 1T
+ buffer:
+ properties:
+ quota: 50G
+ home:
+ properties:
+ quota: 500G
+ export: no
+ movies:
+ properties:
+ quota: 1T
+ music:
+ properties:
+ quota: 500G
+ series:
+ properties:
+ quota: 4T
+
+fileserver_nfs_root: /srv/_nfs4_root_
+fileserver_nfs_default_options:
+ - rw
+ - sync
+ - root_squash
+ - no_subtree_check
+fileserver_nfs_default_destinations:
+ - dest: "{{ network_zones.lan.prefix }}"