New in version 2.2.
parameter | required | default | choices | comments |
---|---|---|---|---|
pn_clipassword |
no | Provide login password if user is not root. | ||
pn_cliswitch |
no | Target switch(es) to run this command on. | ||
pn_cliusername |
no | Provide login username if user is not root. | ||
pn_failover_action |
no |
|
Specify the failover action as move or ignore. | |
pn_lacp_fallback |
no |
|
Specify the LACP fallback mode as bundles or individual. | |
pn_lacp_fallback_timeout |
no | Specify the LACP fallback timeout in seconds. The range is between 30 and 60 seconds with a default value of 50 seconds. | ||
pn_lacp_mode |
no |
|
Specify the LACP mode. | |
pn_lacp_timeout |
no |
|
Specify the LACP timeout as slow(30 seconds) or fast(4 seconds). | |
pn_mode |
no |
|
Specify the mode for the VLAG. Active-standby indicates one side is active and the other side is in standby mode. Active-active indicates that both sides of the vlag are up by default. | |
pn_name |
yes | The pn_name takes a valid name for vlag configuration. | ||
pn_peer_port |
no | Specify the peer VLAG port. Required for vlag-create. | ||
pn_peer_switch |
no | Specify the fabric-name of the peer switch. | ||
pn_port |
no | Specify the local VLAG port. Required for vlag-create. | ||
state |
yes |
|
State the action to perform. Use 'present' to create vlag, 'absent' to delete vlag and 'update' to modify vlag. |
- name: create a VLAG pn_vlag: state: 'present' pn_name: spine-to-leaf pn_port: 'spine01-to-leaf' pn_peer_port: 'spine02-to-leaf' pn_peer_switch: spine02 pn_mode: 'active-active' - name: delete VLAGs pn_vlag: state: 'absent' pn_name: spine-to-leaf
Common return values are documented here Return Values, the following are the fields unique to this module:
name | description | returned | type | sample |
---|---|---|---|---|
changed | Indicates whether the CLI caused changes on the target. | always | bool | |
command | The CLI command run on the target node(s). | always | str | |
stderr | The set of error responses from the vlag command. | on error | list | |
stdout | The set of responses from the vlag command. | always | list |
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
This module is community maintained without core committer oversight.
For more information on what this means please read Module Support
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.