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.

20 lines
676B

  1. _host_vars_filename: partitioning
  2. _host_vars_default: {}
  3. _host_vars:
  4. hard_disks: "{{ hard_disks }}"
  5. mdraid_devices: "{{ mdraid_devices }}"
  6. dmcrypt_devices: "{{ dmcrypt_devices }}"
  7. volume_groups: "{{ volume_groups }}"
  8. logical_volumes: "{{ logical_volumes }}"
  9. filesystems: "{{ filesystems }}"
  10. swap_devices: "{{ swap_devices }}"
  11. debian_boot_packages: "{{ debian_boot_packages }}"
  12. grub_cmdline_linux: "{{ grub_cmdline_linux }}"
  13. grub_bootloader_target: "{{ grub_bootloader_target }}"
  14. _efi_partlabel: "{{inventory_hostname_short}}-efi"
  15. _efi_filesystems:
  16. - device: /dev/disk/by-partlabel/{{_efi_partlabel}}
  17. mount_point: /boot/efi
  18. fstype: vfat