summaryrefslogtreecommitdiff
path: root/spreadspace/iso-generate.yml
blob: 59a077aee606aad7d86f389009ad8e30cd1fd6b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: cook variables for host
  hosts: "{{ install_hostnames }}"
  gather_facts: no
  tasks:
  - set_fact:
      install: "{{ install }}"
      network: "{{ network }}"

- import_playbook: ../common/iso-generate.yml