summaryrefslogtreecommitdiff
path: root/spreadspace
diff options
context:
space:
mode:
Diffstat (limited to 'spreadspace')
-rw-r--r--spreadspace/usb-install.yml8
-rw-r--r--spreadspace/vm-install.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/spreadspace/usb-install.yml b/spreadspace/usb-install.yml
index 7912f21a..b7a1c8be 100644
--- a/spreadspace/usb-install.yml
+++ b/spreadspace/usb-install.yml
@@ -1,2 +1,10 @@
---
+- name: setup variables
+ hosts: "{{ hostname }}"
+ gather_facts: no
+ tasks:
+ - set_fact:
+ install_cooked: "{{ install }}"
+ network_cooked: "{{ network }}"
+
- import_playbook: ../common/usb-install.yml
diff --git a/spreadspace/vm-install.yml b/spreadspace/vm-install.yml
index b5d8bf2e..99d1558d 100644
--- a/spreadspace/vm-install.yml
+++ b/spreadspace/vm-install.yml
@@ -1,2 +1,10 @@
---
+- name: setup variables
+ hosts: "{{ hostname }}"
+ gather_facts: no
+ tasks:
+ - set_fact:
+ install_cooked: "{{ install }}"
+ network_cooked: "{{ network }}"
+
- import_playbook: ../common/vm-install.yml