From 78e67aea8f9040a38aaa048059bd8071844d0398 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Sun, 18 Oct 2015 22:21:08 +0200 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 17299432c..5ac42ed75 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ iptables -nLv -t nat #### Available apps, installation procedure Additionnal apps can be installed with ```ansible-galaxy```. + you'll need to edit the file '*requirements.yml*' in order to chose needed apps. The list of available apps are available [there](https://github.com/ansibl8s) @@ -128,6 +129,11 @@ In order to use this role you'll need the following entries in the file '*requir ``` **Note**: the role common is required by all the apps and provides the tasks and libraries needed. +And empty the apps directory +``` +rm -rf roles/apps/* +``` + Then download the roles with ansible-galaxy ``` ansible-galaxy install -r requirements.yml