From 7a1746b8f73162ac104330e3bf02d97462236578 Mon Sep 17 00:00:00 2001
From: Stephane Armanet <stephanearmanet@esss.lu.se>
Date: Thu, 18 Apr 2019 10:14:36 +0200
Subject: [PATCH] enhance documentatiom

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1f1d1ce..bde9eb3 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,15 @@ Ansible role to install samba.
 ## Role Variables
 
 ```yaml
-...
+this role install samba and have some specific cutomization if the domain name is PSS
+
+it can download some windows packages file from artifactory to allow PSS windows Dev. machine to install these software using the pss NAS server:
+pss_nas_software_repo_url: https://artifactory.esss.lu.se/artifactory/list/PSS-Softwares/
+pss_nas_software_files:
+  - test.zip
+
+
+
 ```
 
 ## Example Playbook
-- 
GitLab