summaryrefslogtreecommitdiff
path: root/skillz/iso-generate.yml
diff options
context:
space:
mode:
Diffstat (limited to 'skillz/iso-generate.yml')
-rw-r--r--skillz/iso-generate.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/skillz/iso-generate.yml b/skillz/iso-generate.yml
new file mode 100644
index 00000000..584b8914
--- /dev/null
+++ b/skillz/iso-generate.yml
@@ -0,0 +1,10 @@
+---
+- name: cook variables for host
+ hosts: "{{ install_hostnames }}"
+ gather_facts: no
+ tasks:
+ - set_fact:
+ install: "{{ install | default({}) }}"
+ network: "{{ network | default({}) }}"
+
+- import_playbook: ../common/iso-generate.yml