From 3d45a8100623f8e8685a3c88ecdc8cea7f87305d Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Fri, 15 Jan 2016 10:39:34 +0100
Subject: [PATCH] README: ansible basics docs link

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 0747e0cb9..64e7d49ec 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Should work on **RedHat/Fedora/Centos** platforms (to be tested)
 in order to avoid any issue during deployment you should **disable your firewall**
 * **Copy your ssh keys** to all the servers part of your inventory.
 * **Ansible v1.9.x/v2.x and python-netaddr**
+* Base knowledge on Ansible. Please refer to [Ansible documentation](http://www.ansible.com/how-ansible-works)
 
 ### Components
 * [kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.1.3
-- 
GitLab