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

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