From 25db56f6241ae50feb54232e25f8203c1a450c7c Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 21:48:42 +0100 Subject: Move bootstrap sources to their own subdirectory Since much of the setup (e.g. linter, hook, Makefile configuration) is consistent between ansible roles, instead of having a separate repo per role (as I initially planned), I'd prefer to have a single repo with all of the roles that the playbooks can then pull from. This is in preparation of adding a new munin-node role, following a similar process to bootstrap. --- bootstrap/defaults/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bootstrap/defaults/main.yml (limited to 'bootstrap/defaults') diff --git a/bootstrap/defaults/main.yml b/bootstrap/defaults/main.yml new file mode 100644 index 0000000..85a7a6b --- /dev/null +++ b/bootstrap/defaults/main.yml @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2026 Matthew Fennell +# +# 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