{{- range .Vars.crypttab }}
{{- if ne .name "root" }}
{{.name}}	UUID={{.uuid}}	{{.keyfile}}	{{.options}}
{{- end }}
{{- end }}
