소스 검색

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 %}

불러오는 중...
취소
저장