ansible/roles/cryptoraid/templates/dmcrypt_block.j2

8 lines
148 B
Plaintext
Raw Normal View History

2022-10-19 11:21:27 +02:00
{% for entry in dmcrypt_targets %}
# {{ entry.name }}
target='{{ entry.target }}'
source='/dev/disk/by-uuid/{{ entry.source_uuid }}'
{% endfor %}