Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20 lignes
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