Update OpenBSD installs to 7.6
This commit is contained in:
parent
f8cbdb29a1
commit
8cef5964ba
2 changed files with 5 additions and 5 deletions
|
@ -17,5 +17,5 @@ num_cpus: 2
|
|||
|
||||
# extra args for virt-install
|
||||
virt_install_os_args: --cdrom {{ boot_url }}/openbsd/openbsd.iso
|
||||
virt_install_os_variant: openbsd7.0
|
||||
virt_install_os_variant: openbsd7.4
|
||||
virt_install_python_cmd: pkg_add python3 -I -x
|
||||
|
|
|
@ -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.5/amd64/pxeboot"
|
||||
checksum: sha1:187d24bc9fddf2b032540017cec375051fc65afc
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.6/amd64/pxeboot"
|
||||
checksum: sha1:c696836c1e6cc67c6c31f6ceb5daaaa4ec0632b7
|
||||
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.5/amd64/bsd.rd"
|
||||
checksum: sha1:4362ec59d407f369be4840002cbc6942015afd8c
|
||||
url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.6/amd64/bsd.rd"
|
||||
checksum: sha1:f690655c768ec9ef208188921ac53634a9233aca
|
||||
dest: /srv/tftpboot/bsd.rd
|
||||
mode: "0644"
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Reference in a new issue