Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-dmcrypt_crypttab
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
current
master
Markus Katharina Brechtel
8 anni fa
commit
76074c6b7d
2 ha cambiato i file
con
9 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -0,0 +1,6 @@
---
- name: crypttab
template:
src: crypttab.j2
dest: "{{ root_target_directory | default('') }}/etc/crypttab"
+ 3
- 0
templates/crypttab.j2
Vedi File
@@ -0,0 +1,3 @@
{% for cryptdev in dmcrypt_devices %}
{{ cryptdev.name }} {{ cryptdev.device }} none luks
{% endfor %}
Write
Preview
Loading…
Annulla
Salva