Update OpenBSD installer to 7.7
This commit is contained in:
parent
2ab0ad40a3
commit
300ea72da2
2 changed files with 4 additions and 4 deletions
|
@ -18,4 +18,4 @@ num_cpus: 2
|
|||
# extra args for virt-install
|
||||
virt_install_os_args: --cdrom {{ boot_url }}/openbsd/openbsd.iso
|
||||
virt_install_os_variant: openbsd7.4
|
||||
virt_install_python_cmd: pkg_add -I -x python
|
||||
virt_install_python_cmd: pkg_add -I -x python%3
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
- name: Create tftp pxeboot loader for OpenBSD installs
|
||||
ansible.builtin.get_url:
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.6/amd64/pxeboot"
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.7/amd64/pxeboot"
|
||||
checksum: sha1:c696836c1e6cc67c6c31f6ceb5daaaa4ec0632b7
|
||||
dest: /srv/tftpboot/pxeboot
|
||||
mode: "0644"
|
||||
|
@ -102,8 +102,8 @@
|
|||
|
||||
- name: Create tftp ramdisk for OpenBSD installs
|
||||
ansible.builtin.get_url:
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.6/amd64/bsd.rd"
|
||||
checksum: sha1:f690655c768ec9ef208188921ac53634a9233aca
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.7/amd64/bsd.rd"
|
||||
checksum: sha1:1331f4ec1ba94866399d19423706e7848de2bd42
|
||||
dest: /srv/tftpboot/bsd.rd
|
||||
mode: "0644"
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue