Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

14 lines
383B

  1. partitioning_boot_profile: bios-gpt
  2. partitioning_base_profile: data-partition
  3. partitioning_raid_profile: "{{ ( hard_disks | length > 1 ) | ternary('mirror','single') }}"
  4. partitioning_crypt_profile: none
  5. hard_disks_scan: false
  6. last_partition_end: -1MiB
  7. primary_volume_group_name: "{{inventory_hostname_short}}-vg0"
  8. root_partition_default_size: 32G
  9. swap_partition_default_size: 2G