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