You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
581 B

---
- name: Include partitioning role for selected partitioning strategy.
include_role:
name: "disksetup/{{ disksetup_strategy }}/partitioning"
public: true
- name: Bootstrap system with base packages.
import_role:
name: base_packages
- name: Include postpartitioning role for selected partitioning strategy.
include_role:
name: "disksetup/{{ disksetup_strategy }}/postpartitioning"
public: true
- name: Include bootloader role for selected partitioning strategy.
include_role:
name: "disksetup/{{ disksetup_strategy }}/bootloader"
public: true