選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

main.yml 341B

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