summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/cnos_conditional_template
diff options
context:
space:
mode:
authorAnil Kumar Muraleedharan <amuraleedhar@lenovo.com>2018-10-11 15:49:49 +0200
committerNathaniel Case <this.is@nathanielca.se>2018-10-11 15:49:49 +0200
commitd0e89bc1bb999f0e8362e661b4259dde5cd715fd (patch)
tree1e4c03024a078bfc7850157830107e0110736887 /test/integration/targets/cnos_conditional_template
parentConvert results with to_native in consul_kv plugin (#46551) (diff)
downloadansible-d0e89bc1bb999f0e8362e661b4259dde5cd715fd.tar.xz
ansible-d0e89bc1bb999f0e8362e661b4259dde5cd715fd.zip
Lenovo finetune modules (#46623)
* Making username password etc non mandatory as we use persistence connection. Some documentation fine tuning also done. * To update version which was tested against. * Adding Bacon switch (NE0152T) to device rules * Qalthos Review catch * Updating version * Changing documentation to add Bacon switch. This is effective since 2.8
Diffstat (limited to 'test/integration/targets/cnos_conditional_template')
-rw-r--r--test/integration/targets/cnos_conditional_template/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/cnos_conditional_template/README.md b/test/integration/targets/cnos_conditional_template/README.md
index c3f40dd898..dfc157d030 100644
--- a/test/integration/targets/cnos_conditional_template/README.md
+++ b/test/integration/targets/cnos_conditional_template/README.md
@@ -42,7 +42,7 @@ Variable | Description
`ansible_ssh_pass` | Specifies the password used to log into the switch
`enablePassword` | Configures the password used to enter Global Configuration command mode on the switch (this is an optional parameter)
`hostname` | Searches the hosts file at */etc/ansible/hosts* and identifies the IP address of the switch on which the role is going to be applied
-`deviceType` | Specifies the type of device from where the configuration will be backed up (**g8272_cnos** - G8272, **g8296_cnos** - G8296, **g8332_cnos** - G8332, **NE10032** - NE10032, **NE1072T** - NE1072T, **NE1032** - NE1032, **NE1032T** - NE1032T, **NE2572** - NE2572)
+`deviceType` | Specifies the type of device from where the configuration will be backed up (**g8272_cnos** - G8272, **g8296_cnos** - G8296, **g8332_cnos** - G8332, **NE10032** - NE10032, **NE1072T** - NE1072T, **NE1032** - NE1032, **NE1032T** - NE1032T, **NE2572** - NE2572, **NE0152T** - NE0152T)
`condition` | If `condition=<flag string>` is specified in the inventory file against any device, the template execution is done for that device in case it matches the flag setting for that task
The values of the variables used need to be modified to fit the specific scenario in which you are deploying the solution. To change the values of the variables, you need to visits the *vars* directory of each role and edit the *main.yml* file located there. The values stored in this file will be used by Ansible when the template is executed.