1 changed files with 7 additions and 22 deletions
@ -1,22 +1,7 @@ |
|||||
- name: Generate the Installer ISO image |
--- |
||||
hosts: all |
- import_playbook: initial_ostree.yaml |
||||
vars_files: ../credentials.yaml |
- import_playbook: build_RPMS.yaml |
||||
tasks: |
- import_playbook: repo_creation.yaml |
||||
- name: Create the initial ostree repo |
- import_playbook: ostree_construction.yaml |
||||
ansible.builtin.import_playbook: initial_ostree.yaml |
- import_playbook: gen_iso_image.yaml |
||||
|
- import_playbook: kickstart.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