25개 이상의 토픽을 선택하실 수 없습니다. 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 %}