|
|
|
|
|
|
|
|
- name: partition.mkpart |
|
|
- name: partition.mkpart |
|
|
- device: {{ disk_name }} |
|
|
- device: {{ disk_name }} |
|
|
- part_type: primary |
|
|
- part_type: primary |
|
|
|
|
|
{%- if partition.type is defined %} |
|
|
- fs_type: {{ partition.type }} |
|
|
- fs_type: {{ partition.type }} |
|
|
|
|
|
{%- endif %} |
|
|
- start: {{ end_size }}MB |
|
|
- start: {{ end_size }}MB |
|
|
- end: {{ end_size + partition.size }}MB |
|
|
- end: {{ end_size + partition.size }}MB |
|
|
- unless: "blkid {{ disk_name }}{{ loop.index }} {{ disk_name }}p{{ loop.index }}" |
|
|
- unless: "blkid {{ disk_name }}{{ loop.index }} {{ disk_name }}p{{ loop.index }}" |