From 5fd28bbe675047b261a0a03ead5e677443df4f11 Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Wed, 9 Dec 2020 19:41:44 +0100
Subject: [PATCH] Update the readme file

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5321d05..d778cf0 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,13 @@
-# Ansible configuration for tau.netz39.de
+# Ansible configuration for the Netz39 infrastructure
 
-Setup
+Currently mostly tau.netz39.de
+
+## Setup
 ```bash
 ansible-galaxy install -r requirements.yml
 ```
 
-Call with
+## Call with
 ```bash
 ansible-playbook -i inventory --ask-vault-pass main.yml
 ```