From 102073a71571340621c05c1d89593ba79cd32dd5 Mon Sep 17 00:00:00 2001
From: Benjamin Bertrand <benjamin.bertrand@ess.eu>
Date: Tue, 17 Mar 2020 10:08:48 +0100
Subject: [PATCH] Update README

We use csentry for GPN nodes
---
 README.md | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index fe2ba3e..7495d69 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,17 @@
-ics-ans-gpn-config
-==================
+# ics-ans-gpn-config
 
 Ansible playbook to configure servers on the GPN:
 
 - configure samba so that the interfaces created by docker are not broadcasted to AD and DNS
-
-- Adds csi user to servers
+- add static route to reach cslab networks
+- add csi user to servers
 
 
 This playbook should be applied on all nodes on the GPN (and only on the GPN).
-As we use a static inventory for the GPN machines, this playbook uses the "all" group.
-
-WARNING! Be sure to run this playbook on the proper inventory!
-
 
-Requirements
-------------
+WARNING! Be sure to run this playbook on the proper list of nodes!
 
-- ansible >= 2.7
-- molecule >= 2.19
 
-License
--------
+## License
 
 BSD 2-clause
-- 
GitLab