aboutsummaryrefslogtreecommitdiffstats
path: root/roles/debian_stretch/templates/etc_apt_sources_list.j2
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2017-08-05 13:02:17 -0700
committerBryan Newbold <bnewbold@archive.org>2017-08-05 13:02:17 -0700
commit894667793292570db71c0d43dcc852efac8e49f5 (patch)
tree3b89c5e99126055225cbfa161a295c30630294a7 /roles/debian_stretch/templates/etc_apt_sources_list.j2
parent1fffedf0c4e5c5b555878955d8064954a6ae19f2 (diff)
downloadinfra-894667793292570db71c0d43dcc852efac8e49f5.tar.gz
infra-894667793292570db71c0d43dcc852efac8e49f5.zip
new debian stretch target
Diffstat (limited to 'roles/debian_stretch/templates/etc_apt_sources_list.j2')
-rw-r--r--roles/debian_stretch/templates/etc_apt_sources_list.j215
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/debian_stretch/templates/etc_apt_sources_list.j2 b/roles/debian_stretch/templates/etc_apt_sources_list.j2
new file mode 100644
index 0000000..2552d1c
--- /dev/null
+++ b/roles/debian_stretch/templates/etc_apt_sources_list.j2
@@ -0,0 +1,15 @@
+# {{ ansible_managed }}
+
+deb http://http.debian.net/debian/ stretch main
+deb-src http://http.debian.net/debian/ stretch main
+
+deb http://security.debian.org/ stretch/updates main
+deb-src http://security.debian.org/ stretch/updates main
+
+# stretch-updates, previously known as 'volatile'
+deb http://http.debian.net/debian/ stretch-updates main
+deb-src http://http.debian.net/debian/ stretch-updates main
+
+# stretch-backports, previously on backports.debian.org
+deb http://http.debian.net/debian/ stretch-backports main
+deb-src http://http.debian.net/debian/ stretch-backports main