added fixes for ansible 2.8
[noc.git] / ansible / roles / debian-installer / defaults / main.yml
index 91b5fe9..ba20efd 100644 (file)
@@ -1,13 +1,17 @@
-arch: amd64
-
 distros:
   - distro: debian
     codename: stretch
     arch:
       - amd64
       - i386
+  - distro: debian
+    codename: buster
+    arch:
+      - amd64
+      - i386
+
   - distro: ubuntu
-    codename: xenial
+    codename: bionic
     arch:
       - amd64
       - i386
@@ -15,5 +19,5 @@ distros:
 debian_installer_force_download: no
 
 debian_installer_url:
-  debian: "http://debian.mur.at/debian"
-  ubuntu: "http://ubuntu.uni-klu.ac.at/ubuntu"
+  debian: "https://debian.ffgraz.net/debian"
+  ubuntu: "https://debian.ffgraz.net/ubuntu"