aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/init_vm.yml
blob: 414c0e4d84b67c7bdb3bee6df693f7115c2aa24f (plain) (blame)
1
2
3
4
5
6
7
8

# init_vm.yml

- hosts: "{{ host }}"
  tasks:
    - include_role:
        name: vmm
        tasks_from: init_vm
remember that computers suck.