Update OpenBSD to 7.4
This commit is contained in:
parent
5026dddb1e
commit
0eff4dd804
1 changed files with 4 additions and 4 deletions
|
@ -70,8 +70,8 @@
|
||||||
|
|
||||||
- name: Create tftp pxeboot loader for OpenBSD installs
|
- name: Create tftp pxeboot loader for OpenBSD installs
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.3/amd64/pxeboot"
|
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.4/amd64/pxeboot"
|
||||||
checksum: sha1:161b36d4ae3d786aa98c4836abba25f2bca8979d
|
checksum: sha1:677293059655da474ec81c45ed235b8497017e56
|
||||||
dest: /srv/tftpboot/pxeboot
|
dest: /srv/tftpboot/pxeboot
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
owner: root
|
owner: root
|
||||||
|
@ -79,8 +79,8 @@
|
||||||
|
|
||||||
- name: Create tftp ramdisk for OpenBSD installs
|
- name: Create tftp ramdisk for OpenBSD installs
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.3/amd64/bsd.rd"
|
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.4/amd64/bsd.rd"
|
||||||
checksum: sha1:72b46ad8e97b2082d145a739264e818dcd154021
|
checksum: sha1:c0af0223ab0aa38c27fd55a2b94873345c2d88f7
|
||||||
dest: /srv/tftpboot/bsd.rd
|
dest: /srv/tftpboot/bsd.rd
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Reference in a new issue