summaryrefslogtreecommitdiff
path: root/elevate/vm-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/vm-install.yml
parentallow ssh jump users to also do reverse forwards (diff)
split environment group dan to skillz and elevate
Diffstat (limited to 'elevate/vm-install.yml')
-rw-r--r--elevate/vm-install.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/elevate/vm-install.yml b/elevate/vm-install.yml
new file mode 100644
index 00000000..da6a29a5
--- /dev/null
+++ b/elevate/vm-install.yml
@@ -0,0 +1,11 @@
+---
+- name: cook variables for host
+ hosts: "{{ install_hostname }}"
+ gather_facts: no
+ tasks:
+ - set_fact:
+ install: "{{ install | default({}) }}"
+ network: "{{ network | default({}) }}"
+ vm_host: "{{ vm_host | default({}) }}"
+
+- import_playbook: ../common/vm-install.yml