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.
 
 

16 lines
542 B

---
- name: Include partitioning role for {{ disk_format }} disk format.
include_role:
name: "disk/{{ disk_format }}/partitioning"
public: true
- name: Bootstrap system with base packages.
import_role:
name: base_packages
- name: Include postpartitioning role for {{ disk_format }} disk format.
include_role:
name: "disk/{{ disk_format }}/postpartitioning"
public: true
- name: Include bootloader role for {{ disk_format }} disk format.
include_role:
name: "disk/{{ disk_format }}/bootloader"
public: true