summaryrefslogtreecommitdiff
path: root/elevate/iso-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-08-24 19:25:40 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-08-24 19:25:40 +0200
commitb17c559251dfd157fe2cf220044887f08208bb3c (patch)
treef395cb16d81a65955f9a12a88c9eab862848d976 /elevate/iso-install.yml
parentallow ssh jump users to also do reverse forwards (diff)
split environment group dan to skillz and elevate
Diffstat (limited to 'elevate/iso-install.yml')
-rw-r--r--elevate/iso-install.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/elevate/iso-install.yml b/elevate/iso-install.yml
new file mode 100644
index 00000000..5defe6d3
--- /dev/null
+++ b/elevate/iso-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/iso-install.yml