You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 年之前
5 年之前
6 年之前
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. data_device: "{{_partitioning_crypt_profile.data_device}}"
  10. debian_boot_packages: "{{ debian_boot_packages | union(_partitioning_crypt_profile.debian_boot_packages) }}"