From d6fb00e7971be3750faa4dc9d36fee9e2946bbb8 Mon Sep 17 00:00:00 2001 From: Chris Smolen Date: Fri, 8 Jun 2018 07:51:36 -0700 Subject: [PATCH] add example using peer keepalive vrf and delay restore (#41111) * add example using peer keepalive vrf and delay restore 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" --- lib/ansible/modules/network/nxos/nxos_vpc.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/ansible/modules/network/nxos/nxos_vpc.py b/lib/ansible/modules/network/nxos/nxos_vpc.py index cff0a9a7e5..238937e4b6 100644 --- a/lib/ansible/modules/network/nxos/nxos_vpc.py +++ b/lib/ansible/modules/network/nxos/nxos_vpc.py @@ -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 = '''