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

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