diff --git a/playbooks/dna-gw.yml b/playbooks/dna-gw.yml index d005408..447b890 100644 --- a/playbooks/dna-gw.yml +++ b/playbooks/dna-gw.yml @@ -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