summaryrefslogtreecommitdiff
path: root/common/iso-generate.yml
blob: fdecf07a9ef628ed5ff30d67c17ac3a0c94493a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: fetch and generate iso installer
  hosts: "{{ install_hostnames }}"
  connection: local
  gather_facts: no
  roles:
  - role: installer/debian/iso
    install_hostname: "{{ inventory_hostname }}"
    installer_base_path: "{{ global_cache_dir }}/debian-installer"
    installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"