25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

boot_profile.yml 484B

123456789101112131415
  1. ---
  2. - name: load boot profile vars
  3. include_vars:
  4. file: "boot_profiles/{{partitioning_boot_profile}}.yml"
  5. name: _partitioning_boot_profile
  6. - name: set boot profile vars
  7. set_fact:
  8. debian_boot_packages: "{{ _partitioning_boot_profile.debian_boot_packages }}"
  9. grub_bootloader_target: "{{ _partitioning_boot_profile.grub_bootloader_target }}"
  10. - name: set hard disks boot profile
  11. set_fact:
  12. hard_disks: "{{lookup('template','hard_disks_boot_profile.json.j2')}}"