Update to OpenBSD 7.5
This commit is contained in:
parent
8752c36391
commit
5cd6edc1b1
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.4/amd64/pxeboot"
|
||||
checksum: sha1:677293059655da474ec81c45ed235b8497017e56
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.5/amd64/pxeboot"
|
||||
checksum: sha1:187d24bc9fddf2b032540017cec375051fc65afc
|
||||
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.4/amd64/bsd.rd"
|
||||
checksum: sha1:c0af0223ab0aa38c27fd55a2b94873345c2d88f7
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.5/amd64/bsd.rd"
|
||||
checksum: sha1:4362ec59d407f369be4840002cbc6942015afd8c
|
||||
dest: /srv/tftpboot/bsd.rd
|
||||
mode: "0644"
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Reference in a new issue