summaryrefslogtreecommitdiff
path: root/roles/vm/install/tasks/installer-openbsd.yml
blob: f3802afd6176d3de8bec7059b220faa033d9fc7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- name: fetch openbsd installer files
  vars:
    openbsd_installer_version: "{{ install_codename }}"
    openbsd_installer_arch: "{{ install_cooked.arch | default('amd64') }}"
  import_role:
    name: installer/openbsd/fetch

- name: generate host specific autoinstall iso
  vars:
    ssh_keys_root: "{{ hostvars[install_hostname].ssh_keys_root }}"
    obsd_autoinstall_tmpdir: "{{ tmpdir.path }}"
    obsd_autoinstall_serial_device: com0
    install_interface: vio0
  import_role:
    name: installer/openbsd/autoinstall