From fe6820ad1b2013da6c1f2ce895547225b0894e17 Mon Sep 17 00:00:00 2001 From: Jens Heinitz Date: Wed, 23 Jun 2021 17:10:21 +0200 Subject: [PATCH] added info to README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index e69de29..805bc32 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,27 @@ +Ansible Git Repo +================ + +This is the Git Repo containing the Ansible Roles and Playbooks. + +Structure: +========== + +Roles: +------ + +Contains several roles to be used in playbooks + +Playbooks: +--------- + +Contains playbooks to be used on the various hosts + +Inventories: +----------- + +Contains different inventories including group_vars and host_vars. + + +Best regards + +Jens