Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

crypt_profile.yml 448B

7 år sedan
123456789101112
  1. ---
  2. - name: load crypt profile vars
  3. include_vars:
  4. file: "crypt_profiles/{{partitioning_crypt_profile}}.yml"
  5. name: _partitioning_crypt_profile
  6. - name: set crypt profile vars
  7. set_fact:
  8. dmcrypt_devices: "{{_partitioning_crypt_profile.dmcrypt_devices}}"
  9. system_device: "{{_partitioning_crypt_profile.system_device}}"
  10. debian_boot_packages: "{{ debian_boot_packages | union(_partitioning_crypt_profile.debian_boot_packages) }}"