Update OpenBSD installer to 7.2
This commit is contained in:
parent
ce09f1519b
commit
01f87134a7
1 changed files with 4 additions and 4 deletions
|
@ -64,16 +64,16 @@
|
|||
group: "{{ ansible_wheel }}"
|
||||
- name: create tftp pxeboot loader for openbssd
|
||||
get_url:
|
||||
url: "https://mirrors.foo.sh/openbsd/7.1/amd64/pxeboot"
|
||||
checksum: sha1:2acf476afc545f099840945bc03c23de321f421f
|
||||
url: "https://mirrors.foo.sh/openbsd/7.2/amd64/pxeboot"
|
||||
checksum: sha1:e5f8117a9c65ab3b31f2d5464940879406caf80e
|
||||
dest: /srv/tftpboot/pxeboot
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
- name: create tftp ramdisk for openbsd
|
||||
get_url:
|
||||
url: "https://mirrors.foo.sh/openbsd/7.1/amd64/bsd.rd"
|
||||
checksum: sha1:3ed026859ab7fb54b4e279b65f3d3e58a56dda5d
|
||||
url: "https://mirrors.foo.sh/openbsd/7.2/amd64/bsd.rd"
|
||||
checksum: sha1:7f8eb578d65401f4076c074802f47a5c732aadb3
|
||||
dest: /srv/tftpboot/bsd.rd
|
||||
mode: 0644
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Reference in a new issue