25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yml 341B

6 년 전
4 년 전
6 년 전
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