mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add example using peer keepalive vrf and delay restore (#41111)
* add example using peer keepalive vrf and delay restore <!--- Your description here --> add example using peer keepalive vrf and delay restore +label: docsite_pr +label: issue ansible/community#311 * Update nxos_vpc.py update task name to include "existing"
This commit is contained in:
parent
8b9fe42c72
commit
d6fb00e797
1 changed files with 12 additions and 0 deletions
|
@ -101,6 +101,18 @@ EXAMPLES = '''
|
|||
pkl_src: 10.1.100.2
|
||||
pkl_dest: 192.168.100.4
|
||||
auto_recovery: true
|
||||
|
||||
- name: Configure VPC with delay restore and existing keepalive VRF
|
||||
nxos_vpc:
|
||||
domain: 10
|
||||
role_priority: 28672
|
||||
system_priority: 2000
|
||||
delay_restore: 180
|
||||
peer_gw: true
|
||||
pkl_src: 1.1.1.2
|
||||
pkl_dest: 1.1.1.1
|
||||
pkl_vrf: vpckeepalive
|
||||
auto_recovery: true
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Reference in a new issue