Download OpenBSD install images from public mirror
This commit is contained in:
parent
16f5035934
commit
422e1dc9e6
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
- name: Create tftp pxeboot loader for OpenBSD installs
|
||||
ansible.builtin.get_url:
|
||||
url: "https://mirrors.foo.sh/openbsd/7.2/amd64/pxeboot"
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.2/amd64/pxeboot"
|
||||
checksum: sha1:e5f8117a9c65ab3b31f2d5464940879406caf80e
|
||||
dest: /srv/tftpboot/pxeboot
|
||||
mode: 0644
|
||||
|
@ -79,7 +79,7 @@
|
|||
|
||||
- name: Create tftp ramdisk for OpenBSD installs
|
||||
ansible.builtin.get_url:
|
||||
url: "https://mirrors.foo.sh/openbsd/7.2/amd64/bsd.rd"
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD//7.2/amd64/bsd.rd"
|
||||
checksum: sha1:7f8eb578d65401f4076c074802f47a5c732aadb3
|
||||
dest: /srv/tftpboot/bsd.rd
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue