ソースを参照

current

master
コミット
76074c6b7d
2個のファイルの変更9行の追加0行の削除
  1. +6
    -0
      tasks/main.yml
  2. +3
    -0
      templates/crypttab.j2

+ 6
- 0
tasks/main.yml ファイルの表示

@@ -0,0 +1,6 @@
---

- name: crypttab
template:
src: crypttab.j2
dest: "{{ root_target_directory | default('') }}/etc/crypttab"

+ 3
- 0
templates/crypttab.j2 ファイルの表示

@@ -0,0 +1,3 @@
{% for cryptdev in dmcrypt_devices %}
{{ cryptdev.name }} {{ cryptdev.device }} none luks
{% endfor %}

読み込み中…
キャンセル
保存