From 17f02e9b36cdc20d466e616a289bf9e62d8664c3 Mon Sep 17 00:00:00 2001 From: Martin van Es <martin@mrvanes.com> Date: Thu, 10 Feb 2022 16:22:36 +0100 Subject: [PATCH] Update README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2536e8..d5189ba 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # mdx-saas-config -Configuration repository for MDX as a service pilot \ No newline at end of file +Configuration repository for MDX as a service pilot + +## Configuration +```inventory/inventory``` + + * contains all the machines alt-mdx should be deployed to grouped by function + +```inventory/group_vars/all.yml``` + + * contains the tlds and dns/server/proxy configuration for those machines + +```files/[tld].yaml``` + + * contains the GeoDNS configuration as a yaml file. -- GitLab