blob: d6a00ed7d55e62fbe4f19aea4aa77bc82dc04954 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
- name: fetch and generate iso installer
hosts: "{{ install_hostnames }}"
connection: local
gather_facts: no
tasks:
- vars:
installer_base_path: "{{ global_cache_dir }}/{{ installer_variant }}-installer"
installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"
include_role:
name: "installer/{{ installer_variant }}/iso"
|