summaryrefslogtreecommitdiff
path: root/dan/vm-install.yml
blob: 405e14db476a09f23cd70eee2b43e3a297f8576a (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/vm-install.yml