summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/usb-install.yml8
-rw-r--r--chaos-at-home/vm-install.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/chaos-at-home/usb-install.yml b/chaos-at-home/usb-install.yml
index 7912f21a..b7a1c8be 100644
--- a/chaos-at-home/usb-install.yml
+++ b/chaos-at-home/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/chaos-at-home/vm-install.yml b/chaos-at-home/vm-install.yml
index b5d8bf2e..99d1558d 100644
--- a/chaos-at-home/vm-install.yml
+++ b/chaos-at-home/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