blob: 99d1558d8fa2c423c83ff331db36c836fc936ede (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---
- name: setup variables
hosts: "{{ hostname }}"
gather_facts: no
tasks:
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
- import_playbook: ../common/vm-install.yml
|