3 changed files with 34 additions and 8 deletions
@ -0,0 +1,22 @@ |
|||
- name: Generate the Installer ISO image |
|||
hosts: all |
|||
vars_files: ../credentials.yaml |
|||
tasks: |
|||
- name: Create the initial ostree repo |
|||
ansible.builtin.import_playbook: initial_ostree.yaml |
|||
|
|||
|
|||
- name: Build the RPMS |
|||
ansible.builtin.import_playbook: build_RPMS.yaml |
|||
|
|||
- name: Repository Creation |
|||
ansible.builtin.import_playbook: repo_creation.yaml |
|||
|
|||
- name: Ostree construction |
|||
ansible.builtin.import_playbook: ostree_construction.yaml |
|||
|
|||
- name: Generate the Installer ISO image |
|||
ansible.builtin.import_playbook: gen_iso_image.yaml |
|||
|
|||
- name: Prepare & inject the Kickstart script |
|||
ansible.builtin.import_playbook: kickstart.yaml |
|||
Loading…
Reference in new issue