You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
253B

  1. {{ansible_managed|comment}}
  2. # <name> <device> <password> <options>
  3. {% for cryptdev in dmcrypt_devices %}
  4. {{ cryptdev.name }} {{ cryptdev.device }} {{ cryptdev.password | default('none') }} {{ cryptdev.options | default('luks') }}
  5. {% endfor %}