From b7ae6d10f607b8b8381fc29367fd551737bec5a8 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Tue, 22 Aug 2023 00:33:36 +0200 Subject: [PATCH] Added notes describing purpose of ansible folder (#307) --- ansible/.gitkeep | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible/.gitkeep diff --git a/ansible/.gitkeep b/ansible/.gitkeep new file mode 100644 index 00000000..731a3b7b --- /dev/null +++ b/ansible/.gitkeep @@ -0,0 +1,5 @@ +# Notes + +This folder should contain playbooks to provision a K3s cluster to debian based hosts. + +The K3s cluster should be provisioned without traefik, as it will be provisioned by FluxCD.