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