diff options
Diffstat (limited to 'elevate/usb-install.yml')
-rw-r--r-- | elevate/usb-install.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/elevate/usb-install.yml b/elevate/usb-install.yml new file mode 100644 index 00000000..0f62bc85 --- /dev/null +++ b/elevate/usb-install.yml @@ -0,0 +1,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 |