summaryrefslogtreecommitdiff
path: root/chaos-at-home/vm-install.yml
blob: da6a29a5bb799c8a79b67e00059a2154390d607e (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: "{{ install | default({}) }}"
      network: "{{ network | default({}) }}"
      vm_host: "{{ vm_host | default({}) }}"

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