Added in version 1.8
Manage VRRP global configuration mode
parameter | required | default | choices | comments |
---|---|---|---|---|
mode | yes |
|
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 }}