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

25 lines
678B

  1. ---
  2. - name: load base profile vars
  3. include_vars:
  4. file: "base_profiles/{{partitioning_base_profile}}.yml"
  5. name: _partitioning_base_profile
  6. - name: set base profile vars
  7. set_fact:
  8. debian_boot_packages: "{{ _partitioning_base_profile.debian_boot_packages }}"
  9. grub_bootloader_target: "{{ _partitioning_base_profile.grub_bootloader_target }}"
  10. - name: set hard disks base profile
  11. set_fact:
  12. hard_disks: "{{lookup('template','hard_disks_base_profile.json.j2')}}"
  13. - name: set hard disks
  14. set_fact:
  15. hard_disks: "{{lookup('template','hard_disks_set.json.j2')}}"
  16. # - name: debug hard hard_disks
  17. # debug:
  18. # msg:
  19. # hard_disks: "{{hard_disks}}"