Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-dmcrypt_crypttab
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
current
master
Markus Katharina Brechtel
8 vuotta sitten
commit
76074c6b7d
2 muutettua tiedostoa
jossa
9 lisäystä
ja
0 poistoa
Jaettu näkymä
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
Näytä tiedosto
@@ -0,0 +1,6 @@
---
- name: crypttab
template:
src: crypttab.j2
dest: "{{ root_target_directory | default('') }}/etc/crypttab"
+ 3
- 0
templates/crypttab.j2
Näytä tiedosto
@@ -0,0 +1,3 @@
{% for cryptdev in dmcrypt_devices %}
{{ cryptdev.name }} {{ cryptdev.device }} none luks
{% endfor %}
Write
Preview
Loading…
Peruuta
Tallenna