Skip to content

Commit 06c642b

Browse files
author
Anil Kumar Muraleedharan
authored
Update README.md
1 parent cc7449f commit 06c642b

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
* Modules provide the basis for supporting basic switch management functions.
77
* Module Playbooks and Roles are samples showing how to use each of the Modules and must be tailored by the user to their environment.
8-
* Playbooks and Roles are samples for showing how to use each modules. The values of variables used are typical to the lab test enviroment. These must be tailored by the user to their environment.
8+
* The values of variables used in the sample roles and playbooks are typical to the lab test enviroment. These must be tailored by the user to their environment.
99

1010
### Requirements
1111

@@ -18,13 +18,13 @@
1818

1919
* Ansible 2.6 has to be installed first.
2020
* Clone the ansible-cnos github to an appropriate location.(https://github.com/lenovo/ansible-cnos.git)
21-
* Copy the necessary playbooks and roles to <anisble-install-directory >/test/integration
21+
* Copy the necessary playbooks and roles to <ansible-install-directory >/test/integration
2222
* The roles has to be in the "roles" folder not in the "targets" folder.
2323
* The host file (/etc/ansible/hosts) has to be updated typically as given in sample host files.
2424
* Edit the hosts file based on IP address/ Username / Password of their environment
2525
* Please refer to README.md of individual roles for customizations typical to them.
26-
* Exceute the playbooks from <anisble-install-directory>/test/integration using command
27-
anisble-playbook <Your Sample Playbook.yml > -vvvv
26+
* Exceute the playbooks from <ansible-install-directory>/test/integration using command
27+
ansible-playbook <Your Sample Playbook.yml > -vvvv
2828

2929

3030
## Documentation
@@ -36,5 +36,3 @@ Lenovo documentation can be found here:
3636

3737
* GPLv3
3838
* Copyright (C) 2017 Lenovo, Inc.
39-
40-

0 commit comments

Comments
 (0)