From e657a8228c15e184ae897562c5493597db4b14de Mon Sep 17 00:00:00 2001 From: Fernando Lopez Date: Fri, 8 Jun 2018 15:18:43 +0200 Subject: [PATCH] Improve the documentation --- deploy/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/README.md b/deploy/README.md index 76dec25..bfde52a 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -25,6 +25,9 @@ IdM - Keyrock local instance deployed in the docker-compose. * Go into the vars/main.yml and assign the IP of the virtual machine to the variable ip_address. +* Go into inventory.yml and put the IP of the virtual machine and the user that will + be used in order to access to the machine using SSH. + * Execute the ansible playbook to deploy and configure the services: ansible-playbook -vvvv -i inventory.yml \