summaryrefslogtreecommitdiff
path: root/common/usb-generate.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb-generate.yml')
-rw-r--r--common/usb-generate.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/usb-generate.yml b/common/usb-generate.yml
new file mode 100644
index 00000000..f5da253e
--- /dev/null
+++ b/common/usb-generate.yml
@@ -0,0 +1,16 @@
+---
+- name: fetch debian installer and bake initrd
+ hosts: "{{ install_hostnames }}"
+ connection: local
+ gather_facts: no
+
+ vars_prompt:
+ - name: usb_install_path
+ prompt: Where is the USB installation medium mounted to?
+ private: no
+
+ roles:
+ - role: installer/debian/usb
+ install_hostname: "{{ inventory_hostname }}"
+ installer_base_path: "{{ global_cache_dir }}/debian-installer"
+ installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"