Selaa lähdekoodia

crypttab fully configurable

master
vanhempi
commit
14b69130b3
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      templates/crypttab.j2

+ 4
- 1
templates/crypttab.j2 Näytä tiedosto

@@ -1,3 +1,6 @@
{{ansible_managed|comment}}

# <name> <device> <password> <options>
{% for cryptdev in dmcrypt_devices %}
{{ cryptdev.name }} {{ cryptdev.device }} none luks{{ cryptdev.discard | default(false) | ternary(',discard','') }}
{{ cryptdev.name }} {{ cryptdev.device }} {{ cryptdev.password | default('none') }} {{ cryptdev.options | default('luks') }}
{% endfor %}

Loading…
Peruuta
Tallenna