mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
committed by
Alicia Cozine
parent
8b9fe42c72
commit
d6fb00e797
@@ -101,6 +101,18 @@ EXAMPLES = '''
|
|||||||
pkl_src: 10.1.100.2
|
pkl_src: 10.1.100.2
|
||||||
pkl_dest: 192.168.100.4
|
pkl_dest: 192.168.100.4
|
||||||
auto_recovery: true
|
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 = '''
|
RETURN = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user