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 --- dan/cloud-install.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'dan/cloud-install.yml') diff --git a/dan/cloud-install.yml b/dan/cloud-install.yml index 24d8d9c2..9b5bbee9 100644 --- a/dan/cloud-install.yml +++ b/dan/cloud-install.yml @@ -1,6 +1,10 @@ --- -- name: basic installation +- name: setup variables hosts: "{{ hostname }}" gather_facts: no - roles: - - role: cloud-install + tasks: + - set_fact: + install_cooked: "{{ install }}" + network_cooked: "{{ network }}" + +- import_playbook: ../common/cloud-install.yml -- cgit v1.2.3