Drops wimboot out of the tree and retrieve latest build from the upstream location.
@@ -699,3 +699,4 @@ utilitiespcbios:
util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
version: '538'
wimboot_location: http://${boot_domain}/wimboot
+wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot
@@ -31,13 +31,17 @@
- "{{ netbootxyz_root }}/ipxe"
- "{{ cert_dir }}"
+ - name: Retreive latest wimboot
+ get_url:
+ url: "{{ wimboot_upstream_url }}"
+ dest: "{{ netbootxyz_root }}/wimboot"
+
- name: Copy helper apps
copy:
src: "{{ item }}"
dest: "{{ netbootxyz_root }}"
with_items:
- memdisk
- - wimboot
- name: Install required packages
package: