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. --- templates/hosts.j2 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/hosts.j2 (limited to 'templates') diff --git a/templates/hosts.j2 b/templates/hosts.j2 deleted file mode 100644 index 9ef5300..0000000 --- a/templates/hosts.j2 +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-FileCopyrightText: 2025 Matthew Fennell -# -# SPDX-License-Identifier: AGPL-3.0-or-later - -127.0.1.1 {{ hostname }} -127.0.0.1 localhost - -# The following lines are desirable for IPv6 capable hosts -::1 localhost ip6-localhost ip6-loopback -ff02::1 ip6-allnodes -ff02::2 ip6-allrouters -- cgit v1.2.3