summaryrefslogtreecommitdiff
path: root/vminstall.yaml
blob: 7db24d67b2b6afc3a3f7b3d4411b370554048344 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: Basic Installation
  hosts: "{{ vmname }}"
  gather_facts: no
  roles:
    - role: vm-install

- import_playbook: "playbooks/{{ vmname }}.yaml"

- name: Reboot and wait for VM come back
  hosts: "{{ vmname }}"
  gather_facts: no
  roles:
    - { role: reboot-and-wait, reboot_delay: 10, reboot_timeout: 120 }