From af8f39471498c9e30398a424d7a0f12ba4a350b8 Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Fri, 8 Jan 2016 16:04:17 +0100
Subject: [PATCH] update README, local connection

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

diff --git a/README.md b/README.md
index b5bac248e..a596a5fa5 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ These defaults are good for tests purposes.
 Edit the inventory according to the number of servers
 ```
 [downloader]
-10.115.99.1
+localhost ansible_connection=local ansible_python_interpreter=python2
 
 [kube-master]
 10.115.99.31
@@ -67,7 +67,7 @@ In node-mesh mode the nodes peers with all the nodes in order to exchange routes
 ```
 
 [downloader]
-node1 ansible_ssh_host=10.99.0.26
+localhost ansible_connection=local ansible_python_interpreter=python2
 
 [kube-master]
 node1 ansible_ssh_host=10.99.0.26
@@ -249,7 +249,7 @@ Finally update the playbook ```apps.yml``` with the chosen roles, and run it
 ```
 
 ```
-ansible-playbook -i environments/dev/inventory apps.yml -u root
+ansible-playbook -i inventory/inventory.cfg apps.yml -u root
 ```
 
 
-- 
GitLab