From cc7449f4aa142f727a764fe9bcc7650f833cedf1 Mon Sep 17 00:00:00 2001 From: Anil Kumar Muraleedharan Date: Tue, 26 Jun 2018 16:00:45 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08d6b03..9584200 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,13 @@ * Ansible 2.6 has to be installed first. * Clone the ansible-cnos github to an appropriate location.(https://github.com/lenovo/ansible-cnos.git) -* Copy the necessary playbooks and roles to /test/integration +* Copy the necessary playbooks and roles to <anisble-install-directory >/test/integration * The roles has to be in the "roles" folder not in the "targets" folder. * The host file (/etc/ansible/hosts) has to be updated typically as given in sample host files. * Edit the hosts file based on IP address/ Username / Password of their environment -* Exceute the playbooks from /test/integration using command - anisble-playbook -vvvv +* Please refer to README.md of individual roles for customizations typical to them. +* Exceute the playbooks from <anisble-install-directory>/test/integration using command + anisble-playbook <Your Sample Playbook.yml > -vvvv ## Documentation