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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e84119..8f40589 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ .PHONY: all lint install -INSTALL_DIR = /usr/local/share/ansible/roles/bootstrap +INSTALL_DIR = /usr/local/share/ansible/roles all: make lint @@ -17,4 +17,4 @@ lint: install: rm -rf $(INSTALL_DIR) mkdir -p $(INSTALL_DIR) - cp -r defaults files handlers tasks templates $(INSTALL_DIR) + cp -r bootstrap $(INSTALL_DIR) -- cgit v1.2.3