summaryrefslogtreecommitdiff
path: root/dan/image-generate.yml
blob: a7d381493178d219fdb66400fe68a0b5f9bb8de6 (plain) (blame)
1
2
3
4
5
6
7
---
- name: generate os image
  hosts: "{{ install_hostnames }}"
  connection: local
  gather_facts: no
  roles:
  - role: "{{ install_distro }}/image"