From 2fdb1a221ae86d772055bba63de511b95e236636 Mon Sep 17 00:00:00 2001 From: Quentin Campos Date: Wed, 3 Jun 2026 10:19:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20short=20documentation=20in?= =?UTF-8?q?=20each=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/README.md | 3 +++ gitops/README.md | 1 + platform/README.md | 1 + 3 files changed, 5 insertions(+) create mode 100644 ansible/README.md create mode 100644 gitops/README.md create mode 100644 platform/README.md diff --git a/ansible/README.md b/ansible/README.md new file mode 100644 index 0000000..4de3465 --- /dev/null +++ b/ansible/README.md @@ -0,0 +1,3 @@ +# Ansible Playbook + +This playbook is used to boostrap the cluster by installing the cluster and ArgoCD configuration. \ No newline at end of file diff --git a/gitops/README.md b/gitops/README.md new file mode 100644 index 0000000..934430b --- /dev/null +++ b/gitops/README.md @@ -0,0 +1 @@ +Loopback from the App of Apps (`/root-app.yaml`) that adds the manually installed base tools to ArgoCD to be automatically managed and self-healing. \ No newline at end of file diff --git a/platform/README.md b/platform/README.md new file mode 100644 index 0000000..557eca1 --- /dev/null +++ b/platform/README.md @@ -0,0 +1 @@ +Base tools that are "manually" installed by Ansible to boostrat the cluster. \ No newline at end of file