From afa36d11a380f924588d67172ecf02275461f386 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 21:44:54 +0100 Subject: Set default debian variables On most of my servers, these will all be configured as the defaults are. On Mythic Beasts servers, and some other hosts, I should pass a mirror path instead of the deafult uris here. --- defaults/main.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'defaults') diff --git a/defaults/main.yml b/defaults/main.yml index d8d22f9..85a7a6b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,3 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later --- + +debian_security_uri: http://security.debian.org/ +debian_uri: http://deb.debian.org/debian +debian_version: trixie -- cgit v1.2.3