From 3ac8868bbbc98ed16118114cafcf4748a3c12eb5 Mon Sep 17 00:00:00 2001 From: devantler Date: Tue, 22 Aug 2023 00:31:04 +0200 Subject: [PATCH] Added notes describing purpose of ansible folder --- 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.