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