ansible/debian-installer: Update Ubuntu definition
authornicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 16:03:18 +0000 (17:03 +0100)
committernicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 23:30:26 +0000 (00:30 +0100)
- Switch to Bionic (18.04 LTS) instead of Xenial (16.04 LTS)
- Use debian.ffgraz.net as the mirror, over HTTPS

ansible/roles/debian-installer/defaults/main.yml

index 9604fa1..ce56a74 100644 (file)
@@ -6,8 +6,9 @@ distros:
     arch:
       - amd64
       - i386
+
   - distro: ubuntu
-    codename: xenial
+    codename: bionic
     arch:
       - amd64
       - i386
@@ -16,4 +17,4 @@ debian_installer_force_download: no
 
 debian_installer_url:
   debian: "https://debian.ffgraz.net/debian"
-  ubuntu: "http://ubuntu.uni-klu.ac.at/ubuntu"
+  ubuntu: "https://debian.ffgraz.net/ubuntu"