summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--group_vars/all.yml4
-rw-r--r--templates/debian.list.j28
2 files changed, 6 insertions, 6 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index a939096..26dec53 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -1,6 +1,6 @@
ansible_host_key_checking: False
-vyos_iso_url: https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.iso
+vyos_iso_url: https://s3.amazonaws.com/s3-us.vyos.io/rolling/current/vyos-rolling-latest.iso
vyos_iso_local: "{{ iso_local | default('/tmp/vyos.iso') }}"
vyos_key_url: https://downloads.vyos.io/vyos-release.gpg
vyos_key_local: /tmp/vyos-release.gpg
@@ -18,4 +18,4 @@ vyos_root_fstype: ext4
vyos_target_drive: ""
vyos_raw_img: /tmp/vyos_raw_image.img
-grub_console: "kvm" \ No newline at end of file
+grub_console: "kvm"
diff --git a/templates/debian.list.j2 b/templates/debian.list.j2
index 69aad9c..b358fa9 100644
--- a/templates/debian.list.j2
+++ b/templates/debian.list.j2
@@ -10,8 +10,8 @@ deb http://deb.debian.org/debian buster-updates main contrib non-free
deb http://security.debian.org/debian-security/ buster/updates main contrib non-free
deb http://dev.packages.vyos.net/repositories/equuleus equuleus main
{% else %}
-deb http://deb.debian.org/debian buster main contrib non-free
-deb http://deb.debian.org/debian buster-updates main contrib non-free
-deb http://security.debian.org/debian-security/ buster/updates main contrib non-free
+deb http://deb.debian.org/debian bullseye main contrib non-free
+deb http://deb.debian.org/debian bullseye-updates main contrib non-free
+deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
deb http://dev.packages.vyos.net/repositories/current current main
-{% endif %} \ No newline at end of file
+{% endif %}