aboutsummaryrefslogblamecommitdiffstats
path: root/playbooks/init_vms.yml
blob: 3da35dcc9cf5ae59c8dd45f461096c44826ef29b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                    

# init_vm.yml
# Initialize mutliple vms, with os-agnostic tasks

---

- include: init_vm.yml
  vars:
    host: "{{ host }}"
    guest: "{{ item }}"
  loop: "{{ vms | select('search', 'iso') | list }}"
remember that computers suck.