forked from netascode/ansible-dc-vxlan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
32 lines (28 loc) · 931 Bytes
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
namespace: cisco
name: nac_dc_vxlan
version: 0.3.0
readme: README.md
authors:
- Devendra Gupta <devegupt>
- Jesus Casero Diaz-Cano <JesusCaseroDiazCano>
- Justin Burnette <juburnet>
- Matt Tarkington <mtarking>
- Mike Wiebe <mikewiebe>
- Rafael Muller <rmuller>
- Rameez Rahim <rrahimm>
- Shangxin Du <shdu>
- Udit Mehrotra <udmehrot>
- Vladimir Joshevski <vjoshevs>
description: Ansible Solution Collection for VXLAN
repository: https://github.com/netascode/ansible-dc-vxlan
documentation: https://github.com/netascode/ansible-dc-vxlan/blob/main/README.md
homepage: https://netascode.cisco.com/data_model/vxlan/overview
issues: https://github.com/netascode/ansible-dc-vxlan/issues
license_file: LICENSE
tags: [cisco, ndfc, dcnm, nxos, networking, vxlan, evpn, nac, sac]
dependencies:
"ansible.netcommon": ">=4.1.0"
"cisco.nxos": ">=4.0.1"
"cisco.dcnm": ">=3.6.0"
"community.general": ">=8.5.0"