summaryrefslogtreecommitdiff
path: root/common/usb-generate.yml
blob: ffb780bbef0d27b5e78aee98df5f2172a0045bfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: fetch and generate usb installer
  hosts: "{{ install_hostnames }}"
  connection: local
  gather_facts: no
  vars_prompt:
  - name: usb_install_path
    prompt: "Path to the the USB installation mountpoint or device"
    private: 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 }}/usb"