community.network.pn_vtep – CLI command to create/delete vtep¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.pn_vtep
.
Parameters¶
Examples¶
- name: Create vtep
community.network.pn_vtep:
pn_cliswitch: 'sw01'
pn_name: 'foo'
pn_vrouter_name: 'foo-vrouter'
pn_ip: '22.22.22.2'
pn_location: 'sw01'
pn_virtual_ip: "22.22.22.1"
- name: Delete vtep
community.network.pn_vtep:
pn_cliswitch: 'sw01'
state: 'absent'
pn_name: 'foo'
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Pluribus Networks (@rajaspachipulusu17)