summaryrefslogtreecommitdiff
path: root/roles/zfs/sanoid/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-04 00:51:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-04 00:51:06 +0200
commit1f3ad3812836ed0f8f4f290346014821e6601c4d (patch)
tree0a973d531da3e61ae33e4ee79542f0ed69dabeb3 /roles/zfs/sanoid/templates
parentmove cryptdisk role to new storage subdir (diff)
move zfs roles to new storage subdir
Diffstat (limited to 'roles/zfs/sanoid/templates')
-rw-r--r--roles/zfs/sanoid/templates/sanoid.conf.j223
1 files changed, 0 insertions, 23 deletions
diff --git a/roles/zfs/sanoid/templates/sanoid.conf.j2 b/roles/zfs/sanoid/templates/sanoid.conf.j2
deleted file mode 100644
index 82eb27a9..00000000
--- a/roles/zfs/sanoid/templates/sanoid.conf.j2
+++ /dev/null
@@ -1,23 +0,0 @@
-###############################
-## modules
-###############################
-{% for name,options in zfs_sanoid_modules.items() %}
-
-[{{ name }}]
-{% for option,value in options.items() %}
- {{ option }} = {{ value }}
-{% endfor %}
-{% endfor %}
-
-
-###############################
-## templates
-###############################
-{% set templates = zfs_sanoid_templates | combine(zfs_sanoid_templates_extra) %}
-{% for name,options in templates.items() %}
-
-[template_{{ name }}]
-{% for option,value in options.items() %}
- {{ option }} = {{ value }}
-{% endfor %}
-{% endfor %}