This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-dmcrypt_crypttab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
current
master
Markus Katharina Brechtel
8 years ago
commit
76074c6b7d
2 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/main.yml
+3
-0
templates/crypttab.j2
+ 6
- 0
tasks/main.yml
View File
@@ -0,0 +1,6 @@
---
- name: crypttab
template:
src: crypttab.j2
dest: "{{ root_target_directory | default('') }}/etc/crypttab"
+ 3
- 0
templates/crypttab.j2
View File
@@ -0,0 +1,3 @@
{% for cryptdev in dmcrypt_devices %}
{{ cryptdev.name }} {{ cryptdev.device }} none luks
{% endfor %}
Write
Preview
Loading…
Cancel
Save