Skip to content

Commit b43b875

Browse files
authored
Galaxy Fixes (#231)
1 parent 6abfe20 commit b43b875

File tree

3 files changed

+71
-1
lines changed

3 files changed

+71
-1
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors:
1717
description: Ansible Solution Collection for VXLAN
1818

1919
repository: https://github.com/netascode/ansible-dc-vxlan
20-
documentation: https://github.com/cisco-open/ansible-collection-catalystwan/blob/main/README.md
20+
documentation: https://github.com/netascode/ansible-dc-vxlan/blob/main/README.md
2121
homepage: https://netascode.cisco.com/data_model/vxlan/overview
2222
issues: https://github.com/netascode/ansible-dc-vxlan/issues
2323

roles/common_global/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Role Name: cisco.nac_dc_vxlan.common_global
2+
======================================
3+
4+
This role is used to manage tags and default settings for control flags
5+
6+
7+
Requirements
8+
------------
9+
None
10+
11+
Role Variables
12+
--------------
13+
None
14+
15+
Dependencies
16+
------------
17+
None
18+
19+
License
20+
-------
21+
22+
MIT License
23+
24+
Copyright (c) 2024 Cisco and/or its affiliates.
25+
26+
Permission is hereby granted, free of charge, to any person obtaining a copy
27+
of this software and associated documentation files (the "Software"), to deal
28+
in the Software without restriction, including without limitation the rights
29+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30+
copies of the Software, and to permit persons to whom the Software is
31+
furnished to do so, subject to the following conditions:
32+
33+
The above copyright notice and this permission notice shall be included in all
34+
copies or substantial portions of the Software.
35+
36+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42+
SOFTWARE.

roles/common_global/meta/main.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright (c) 2024 Cisco Systems, Inc. and its affiliates
2+
#
3+
# Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
# this software and associated documentation files (the "Software"), to deal in
5+
# the Software without restriction, including without limitation the rights to
6+
# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7+
# the Software, and to permit persons to whom the Software is furnished to do so,
8+
# subject to the following conditions:
9+
#
10+
# The above copyright notice and this permission notice shall be included in all
11+
# copies or substantial portions of the Software.
12+
#
13+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15+
# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16+
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18+
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19+
#
20+
# SPDX-License-Identifier: MIT
21+
22+
galaxy_info:
23+
author: Cisco
24+
description: Infrastructure role to manage tags and default flag settings.
25+
license: LICENSE
26+
min_ansible_version: 2.14.15
27+
28+
dependencies: []

0 commit comments

Comments
 (0)