You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
* Modules provide the basis for supporting basic switch management functions.
7
7
* 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.
9
9
10
10
### Requirements
11
11
@@ -18,13 +18,13 @@
18
18
19
19
* Ansible 2.6 has to be installed first.
20
20
* 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
22
22
* The roles has to be in the "roles" folder not in the "targets" folder.
23
23
* The host file (/etc/ansible/hosts) has to be updated typically as given in sample host files.
24
24
* Edit the hosts file based on IP address/ Username / Password of their environment
25
25
* 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
0 commit comments