summaryrefslogtreecommitdiff
path: root/spreadspace/cloud-install.yml
blob: 167cf458f9082d0e3ac60fa73ee6dbbd5254b915 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: setup variables
  hosts: "{{ install_hostname }}"
  gather_facts: no
  tasks:
  - set_fact:
      install_cooked: "{{ install }}"
      network_cooked: "{{ network }}"

- import_playbook: ../common/cloud-install.yml