summaryrefslogtreecommitdiff
path: root/dan/iso-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/iso-install.yml')
-rw-r--r--dan/iso-install.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/dan/iso-install.yml b/dan/iso-install.yml
new file mode 100644
index 00000000..0ae125a2
--- /dev/null
+++ b/dan/iso-install.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-install.yml