From 8bd56839ea521bec7132bef41fd8223f62deea10 Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <christian.elberfeld@adesso.de>
Date: Sun, 18 Oct 2020 21:52:27 +0200
Subject: [PATCH] switch debian sources to ftp2.de.debian.org

---
 host_vars/warpsrvext     | 4 ++--
 host_vars/warpsrvint     | 2 +-
 host_vars/webserver      | 2 +-
 host_vars/webserver-test | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/host_vars/warpsrvext b/host_vars/warpsrvext
index dfdd645c..b5e0e540 100644
--- a/host_vars/warpsrvext
+++ b/host_vars/warpsrvext
@@ -6,9 +6,9 @@ motd_lines:
   - "Öffentliche IPs: {{ansible_br0.ipv4.address}} / {{ansible_br0.ipv6[0].address}}"
 
 debian_sources: 
-  - "deb http://repo.myloc.de/debian jessie main non-free contrib"
+  - "deb http://ftp2.de.debian.org/debian jessie main non-free contrib"
   - "deb http://security.debian.org/ jessie/updates main contrib non-free"
-  - "deb http://ftp.debian.org/debian jessie-backports main"
+  - "deb http://ftp2.de.debian.org/debian jessie-backports main"
 
 debian_keys_id:
 
diff --git a/host_vars/warpsrvint b/host_vars/warpsrvint
index 8422516f..6a2db010 100644
--- a/host_vars/warpsrvint
+++ b/host_vars/warpsrvint
@@ -6,7 +6,7 @@ motd_lines:
   - "Haupt-IP @ eth1: {{ansible_eth1.ipv4.address}}"
 
 debian_sources: 
-  - "deb http://ftp.halifax.rwth-aachen.de/debian/ jessie main non-free contrib"
+  - "deb http://ftp2.de.debian.org/debian/ jessie main non-free contrib"
   - "deb http://security.debian.org/ jessie/updates main contrib non-free"
   - "deb https://apt.dockerproject.org/repo debian-jessie main"
   - "deb https://download.docker.com/linux/debian jessie stable"
diff --git a/host_vars/webserver b/host_vars/webserver
index e61f6037..db6a48da 100644
--- a/host_vars/webserver
+++ b/host_vars/webserver
@@ -6,7 +6,7 @@ motd_lines:
   - "Öffentliche IPs: {{ansible_ens3.ipv4.address}} / {{ansible_ens3.ipv6[0].address}}"
 
 debian_sources: 
-  - "deb http://ftp.halifax.rwth-aachen.de/debian/ buster main contrib non-free"
+  - "deb http://ftp2.de.debian.org/debian/ buster main contrib non-free"
   - "deb http://security.debian.org/ buster/updates main contrib non-free"
   - "deb https://download.docker.com/linux/debian buster stable"
 
diff --git a/host_vars/webserver-test b/host_vars/webserver-test
index 3f03463d..0e29633a 100644
--- a/host_vars/webserver-test
+++ b/host_vars/webserver-test
@@ -6,7 +6,7 @@ motd_lines:
   - "Öffentliche IPs: {{ansible_ens3.ipv4.address}} / {{ansible_ens3.ipv6[0].address}}"
 
 debian_sources: 
-  - "deb http://ftp.halifax.rwth-aachen.de/debian/ buster main contrib non-free"
+  - "deb http://ftp2.de.debian.org/debian/ buster main contrib non-free"
   - "deb http://security.debian.org/ buster/updates main contrib non-free"
   - "deb https://download.docker.com/linux/debian buster stable"
 
-- 
GitLab