Update OpenBSD installer to version 7.3
This commit is contained in:
parent
2d7c1b4d63
commit
9b07acec2b
1 changed files with 4 additions and 4 deletions
|
@ -70,8 +70,8 @@
|
|||
|
||||
- name: Create tftp pxeboot loader for OpenBSD installs
|
||||
ansible.builtin.get_url:
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.2/amd64/pxeboot"
|
||||
checksum: sha1:e5f8117a9c65ab3b31f2d5464940879406caf80e
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.3/amd64/pxeboot"
|
||||
checksum: sha1:161b36d4ae3d786aa98c4836abba25f2bca8979d
|
||||
dest: /srv/tftpboot/pxeboot
|
||||
mode: 0644
|
||||
owner: root
|
||||
|
@ -79,8 +79,8 @@
|
|||
|
||||
- name: Create tftp ramdisk for OpenBSD installs
|
||||
ansible.builtin.get_url:
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD//7.2/amd64/bsd.rd"
|
||||
checksum: sha1:7f8eb578d65401f4076c074802f47a5c732aadb3
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD//7.3/amd64/bsd.rd"
|
||||
checksum: sha1:72b46ad8e97b2082d145a739264e818dcd154021
|
||||
dest: /srv/tftpboot/bsd.rd
|
||||
mode: 0644
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue