summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-24 01:03:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-24 01:03:28 +0200
commit81e07aa0953cee321eb0249f8630c52fe73ab5d0 (patch)
tree35cfeadab46de682bd611f584113d736b4a1c531 /common
parentyet another refactoring of the network config (diff)
final fixes for iso installer and add installer generate helper scripts
Diffstat (limited to 'common')
-rw-r--r--common/iso-generate.yml5
-rw-r--r--common/usb-generate.yml2
2 files changed, 4 insertions, 3 deletions
diff --git a/common/iso-generate.yml b/common/iso-generate.yml
index 87e05ede..fdecf07a 100644
--- a/common/iso-generate.yml
+++ b/common/iso-generate.yml
@@ -1,9 +1,10 @@
---
-- name: fetch debian installer bake iso
- hosts: "{{ install_hostname }}"
+- 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"
diff --git a/common/usb-generate.yml b/common/usb-generate.yml
index f5da253e..e7ce94c6 100644
--- a/common/usb-generate.yml
+++ b/common/usb-generate.yml
@@ -1,5 +1,5 @@
---
-- name: fetch debian installer and bake initrd
+- name: fetch and generate usb installer
hosts: "{{ install_hostnames }}"
connection: local
gather_facts: no