diff options
Diffstat (limited to 'spreadspace')
-rw-r--r-- | spreadspace/cloud-install.yml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |