summaryrefslogtreecommitdiff
path: root/chaos-at-home/cloud-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/cloud-install.yml')
-rw-r--r--chaos-at-home/cloud-install.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/chaos-at-home/cloud-install.yml b/chaos-at-home/cloud-install.yml
index 24d8d9c2..9b5bbee9 100644
--- a/chaos-at-home/cloud-install.yml
+++ b/chaos-at-home/cloud-install.yml
@@ -1,6 +1,10 @@
---
-- name: basic installation
+- name: setup variables
hosts: "{{ hostname }}"
gather_facts: no
- roles:
- - role: cloud-install
+ tasks:
+ - set_fact:
+ install_cooked: "{{ install }}"
+ network_cooked: "{{ network }}"
+
+- import_playbook: ../common/cloud-install.yml