Update OpenBSD installer to 7.2

This commit is contained in:
Timo Makinen 2022-10-25 05:37:36 +00:00
parent ce09f1519b
commit 01f87134a7

View file

@ -64,16 +64,16 @@
group: "{{ ansible_wheel }}" group: "{{ ansible_wheel }}"
- name: create tftp pxeboot loader for openbssd - name: create tftp pxeboot loader for openbssd
get_url: get_url:
url: "https://mirrors.foo.sh/openbsd/7.1/amd64/pxeboot" url: "https://mirrors.foo.sh/openbsd/7.2/amd64/pxeboot"
checksum: sha1:2acf476afc545f099840945bc03c23de321f421f checksum: sha1:e5f8117a9c65ab3b31f2d5464940879406caf80e
dest: /srv/tftpboot/pxeboot dest: /srv/tftpboot/pxeboot
mode: 0644 mode: 0644
owner: root owner: root
group: "{{ ansible_wheel }}" group: "{{ ansible_wheel }}"
- name: create tftp ramdisk for openbsd - name: create tftp ramdisk for openbsd
get_url: get_url:
url: "https://mirrors.foo.sh/openbsd/7.1/amd64/bsd.rd" url: "https://mirrors.foo.sh/openbsd/7.2/amd64/bsd.rd"
checksum: sha1:3ed026859ab7fb54b4e279b65f3d3e58a56dda5d checksum: sha1:7f8eb578d65401f4076c074802f47a5c732aadb3
dest: /srv/tftpboot/bsd.rd dest: /srv/tftpboot/bsd.rd
mode: 0644 mode: 0644
owner: root owner: root