--- - name: fetch and generate usb installer hosts: "{{ install_hostnames }}" connection: local gather_facts: no vars: installer_variant: debian vars_prompt: - name: usb_install_path prompt: "Path to the the USB installation mountpoint or device" private: no roles: - role: "installer/{{ installer_variant }}/usb" installer_base_path: "{{ global_cache_dir }}/{{ installer_variant }}-installer" installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"