summaryrefslogtreecommitdiff
path: root/test/integration/targets/cnos_system/cnos_system_sample_hosts
diff options
context:
space:
mode:
authorAnil Kumar Muraleedharan <amuraleedhar@lenovo.com>2019-03-20 18:20:45 +0530
committerNathaniel Case <this.is@nathanielca.se>2019-03-20 08:50:45 -0400
commit7a24ecde86bb499c531b5525f4dd1af674767fa5 (patch)
treef7c44b13007e900cf7bf37cd81b7861aefa3a7d0 /test/integration/targets/cnos_system/cnos_system_sample_hosts
parente4a1473a8f214b3c514d938277ab9cb3f652d477 (diff)
downloadansible-7a24ecde86bb499c531b5525f4dd1af674767fa5.tar.gz
Lenovo cnos system module (#53764)
* Adding cnos_system module to Ansible. * Adding UT, Functional test required for cnos_system. Bugs came up are fixed * Adding more files to the cnos_system suit.
Diffstat (limited to 'test/integration/targets/cnos_system/cnos_system_sample_hosts')
-rw-r--r--test/integration/targets/cnos_system/cnos_system_sample_hosts14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/integration/targets/cnos_system/cnos_system_sample_hosts b/test/integration/targets/cnos_system/cnos_system_sample_hosts
new file mode 100644
index 0000000000..a37a287015
--- /dev/null
+++ b/test/integration/targets/cnos_system/cnos_system_sample_hosts
@@ -0,0 +1,14 @@
+# You have to paste this dummy information in /etc/ansible/hosts
+# Notes:
+# - Comments begin with the '#' character
+# - Blank lines are ignored
+# - Groups of hosts are delimited by [header] elements
+# - You can enter hostnames or ip Addresses
+# - A hostname/ip can be a member of multiple groups
+#
+# In the /etc/ansible/hosts file u have to enter [cnos_system_sample] tag
+# Following you should specify IP Addresses details
+# Please change <username> and <password> with appropriate value for your switch.
+
+[cnos_system_sample]
+<ip address> ansible_network_os=cnos ansible_ssh_user=<username> ansible_ssh_pass=<password>