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

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