summaryrefslogtreecommitdiff
path: root/dan/usb-generate.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-11 04:21:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-11 04:21:12 +0200
commit18cfada22a9acd031d3b77ba6132d700b611eedb (patch)
treea4e1e6242274accb71edf7a9075a95de80fa3a02 /dan/usb-generate.yml
parentMerge branch 'topic/vm-host-network' (diff)
usb installer: add multi-host boot stick support
Diffstat (limited to 'dan/usb-generate.yml')
-rw-r--r--dan/usb-generate.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/dan/usb-generate.yml b/dan/usb-generate.yml
new file mode 100644
index 00000000..3340d93b
--- /dev/null
+++ b/dan/usb-generate.yml
@@ -0,0 +1,10 @@
+---
+- name: cook variables for host
+ hosts: "{{ install_hostnames }}"
+ gather_facts: no
+ tasks:
+ - set_fact:
+ install_cooked: "{{ install }}"
+ network_cooked: "{{ network }}"
+
+- import_playbook: ../common/usb-generate.yml