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