--- - 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"