From d4dd2f186ea9c5977ea66d3fcc13da8f1553b9d3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 8 Sep 2019 00:20:46 +0200 Subject: major refactoring for cloud install --- spreadspace/cloud-install.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 spreadspace/cloud-install.yml (limited to 'spreadspace') diff --git a/spreadspace/cloud-install.yml b/spreadspace/cloud-install.yml new file mode 100644 index 00000000..9b5bbee9 --- /dev/null +++ b/spreadspace/cloud-install.yml @@ -0,0 +1,10 @@ +--- +- name: setup variables + hosts: "{{ hostname }}" + gather_facts: no + tasks: + - set_fact: + install_cooked: "{{ install }}" + network_cooked: "{{ network }}" + +- import_playbook: ../common/cloud-install.yml -- cgit v1.2.3