From bc9ed0d60cb52337e12ed0dc954dc8dead6e11a5 Mon Sep 17 00:00:00 2001 From: jabertwo <git@jabertwo.de> Date: Sat, 24 Jun 2023 12:11:51 +0200 Subject: [PATCH] update hix and hex to bookworm --- host_vars/hex | 10 +++++----- host_vars/hix | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/host_vars/hex b/host_vars/hex index 5ca98d3b..f7f78f8e 100644 --- a/host_vars/hex +++ b/host_vars/hex @@ -6,15 +6,15 @@ motd_lines: - "IPs: {{ansible_vmbr0.ipv4.address}}" debian_sources: - - "deb http://deb.debian.org/debian/ bullseye main non-free contrib" - - "deb http://security.debian.org/debian-security bullseye-security main contrib non-free" - - "deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free" - - "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" + - "deb http://deb.debian.org/debian/ bookworm main non-free contrib" + - "deb http://security.debian.org/debian-security bookworm-security main contrib non-free" + - "deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free" + - "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" debian_keys_id: debian_keys_url: - - "https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg" + - "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg" # Art des Hosts: physical, vm, docker diff --git a/host_vars/hix b/host_vars/hix index 3258fb42..cfd38bd6 100644 --- a/host_vars/hix +++ b/host_vars/hix @@ -6,10 +6,10 @@ motd_lines: - "Haupt-IP @ eth0: {{ansible_eth0.ipv4.address}}" debian_sources: - - "deb http://ftp2.de.debian.org/debian/ bullseye main contrib non-free" - - "deb http://ftp.debian.org/debian bullseye-updates main contrib non-free" - - "deb http://security.debian.org/ bullseye-security main contrib non-free" - - "deb https://download.docker.com/linux/debian bullseye stable" + - "deb http://ftp2.de.debian.org/debian/ bookworm main contrib non-free" + - "deb http://ftp.debian.org/debian bookworm-updates main contrib non-free" + - "deb http://security.debian.org/ bookworm-security main contrib non-free" + - "deb https://download.docker.com/linux/debian bookworm stable" debian_keys_id: -- GitLab