Skip to content

Commit

Permalink
add example using peer keepalive vrf and delay restore (ansible#41111)
Browse files Browse the repository at this point in the history
* 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"
  • Loading branch information
smolz authored and Alicia Cozine committed Jun 8, 2018
1 parent 8b9fe42 commit d6fb00e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/ansible/modules/network/nxos/nxos_vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
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 = '''
Expand Down

0 comments on commit d6fb00e

Please sign in to comment.