summaryrefslogtreecommitdiff
path: root/chaos-at-home/usb-install.yml
blob: 0f62bc85427e513aaf2bc930180a8c75a89e78b4 (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 | default({}) }}"
      network: "{{ network | default({}) }}"

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