Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 2.85 KB

comware_vrrp_global_module.rst

File metadata and controls

95 lines (70 loc) · 2.85 KB

comware_vrrp_global

Added in version 1.8

Manage VRRP global configuration mode

parameter required default choices comments
mode yes
  • standard
vrrp config mode for the switch
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 NETCONF port number
look_for_keys no False Whether searching for discoverable private key files in ~/.ssh/


# configure load-balance mode
- comware_vrrp_global: mode=load-balance username={{ username }} password={{ password }} hostname={{ inventory_hostname }}