############################### ## 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 %}