Skip to content

Latest commit

 

History

History
109 lines (85 loc) · 3.55 KB

comware_license_module.rst

File metadata and controls

109 lines (85 loc) · 3.55 KB

comware_license

Added in version 1.8

loading device license

parameter required default choices comments
license yes the license file for the device
slot no device slot number which the license loading.
license_chk no true
  • true
  • false
check the license
hostname yes IP Address or hostname of the Comware v7 device that has NETCONF enabled
username yes Username used to login to the switch
password yes Password used to login to the switch
port no 830 The Comware port used to connect to the switch
look_for_keys no False Whether searching for discoverable private key files in ~/.ssh/


# e.g.
- comware_license: license=210235A1U6H1840000012020012114082102563.ak slot=1 username={{ username }} password={{ password }} hostname={{ inventory_hostname }}

Note