Add (start of) USB installer
[noc.git] / ansible / usb-install.yml
1 ---
2 - name: Fetch debian installer and bake initrd
3   hosts: "{{ hostname }}"
4   connection: local
5   pre_tasks:
6     - set_fact:
7         install_cooked: "{{ install }}"
8         network_cooked: "{{ network }}"
9   roles:
10     - usb-install
11   vars:
12     preseed_path: "{{ global_artifacts_dir }}"
13     debian_installer_path: "{{ global_cache_dir }}/debian-installer"