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.

36 lines
661B

  1. label_type: gpt
  2. partitions_first_device:
  3. - name: "{{_efi_partlabel}}"
  4. part_type: ESP
  5. start: 4MiB
  6. end: 512MiB
  7. flags:
  8. - boot
  9. partitions:
  10. - prefix: "{{inventory_hostname_short}}-"
  11. suffix: -boot
  12. start: 512MiB
  13. end: 1GiB
  14. typecode: 8300
  15. usage: boot
  16. - prefix: "{{inventory_hostname_short}}-"
  17. suffix: -rescue
  18. start: 1GiB
  19. end: 2GiB
  20. typecode: 8300
  21. usage: rescue
  22. - prefix: "{{inventory_hostname_short}}-"
  23. suffix: -data
  24. start: 2GiB
  25. end: "{{last_partition_end}}"
  26. typecode: 8300
  27. usage: data
  28. debian_boot_packages:
  29. - efibootmgr
  30. - grub-efi-amd64
  31. grub_bootloader_target: x86_64-efi