diff --git a/host_vars/warpsrvext b/host_vars/warpsrvext index dfdd645c0646576d7fa0c0e308a4240492cdb451..b5e0e54045054e5a8010dd4b1e180ccc5216f112 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 8422516f1e6a40fbacee1bbb46873d313c72199c..6a2db01026997dc0a2f673becd3158cb5355099a 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 e61f603776d8be0a49c93209dbf675442305c4d7..db6a48da2b2a294d22ef4ca1af6b146d24d973d6 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 3f03463d392933efc026cb3132757c93c93c20e4..0e29633ad039e937e0bcf72686d7cc3413d5390d 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"