Skip to content

Commit 0217117

Browse files
authored
Merge pull request #8 from wwt/devel
added role metadata
2 parents 30c71ed + fa3ffdd commit 0217117

File tree

8 files changed

+95
-1
lines changed

8 files changed

+95
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
## 1.0.0 (2023-05-26)
44

55
* 🎉 first release!
6+
7+
## 1.0.1 (2023-06-04)
8+
9+
* Added role metadata

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: wwt
88
name: meraki
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 1.0.0
11+
version: 1.0.1
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

roles/claim_meraki/meta/main.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
galaxy_info:
2+
author: Nick Thompson
3+
description: Claim Meraki Orders, Licenses, and Devices into the Meraki Dashboard
4+
company: World Wide Technology
5+
license: GPL-3.0-or-later
6+
min_ansible_version: ">=2.11.0"
7+
galaxy_tags:
8+
- networking
9+
- infrastructure
10+
- wireless
11+
- firewall
12+
- switching
13+
- cisco
14+
- meraki
15+
dependencies: []
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
galaxy_info:
2+
author: Nick Thompson
3+
description: Configure Meraki MR Access Points
4+
company: World Wide Technology
5+
license: GPL-3.0-or-later
6+
min_ansible_version: ">=2.11.0"
7+
galaxy_tags:
8+
- networking
9+
- infrastructure
10+
- wireless
11+
- firewall
12+
- switching
13+
- cisco
14+
- meraki
15+
dependencies: []
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
galaxy_info:
2+
author: Nick Thompson
3+
description: Configure Meraki MT Sensors
4+
company: World Wide Technology
5+
license: GPL-3.0-or-later
6+
min_ansible_version: ">=2.11.0"
7+
galaxy_tags:
8+
- networking
9+
- infrastructure
10+
- wireless
11+
- firewall
12+
- switching
13+
- cisco
14+
- meraki
15+
dependencies: []
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
galaxy_info:
2+
author: Nick Thompson
3+
description: Configure Meraki MV Security Cameras
4+
company: World Wide Technology
5+
license: GPL-3.0-or-later
6+
min_ansible_version: ">=2.11.0"
7+
galaxy_tags:
8+
- networking
9+
- infrastructure
10+
- wireless
11+
- firewall
12+
- switching
13+
- cisco
14+
- meraki
15+
dependencies: []
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
galaxy_info:
2+
author: Nick Thompson
3+
description: Configure Meraki MX Security Appliances
4+
company: World Wide Technology
5+
license: GPL-3.0-or-later
6+
min_ansible_version: ">=2.11.0"
7+
galaxy_tags:
8+
- networking
9+
- infrastructure
10+
- wireless
11+
- firewall
12+
- switching
13+
- cisco
14+
- meraki
15+
dependencies: []
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
galaxy_info:
2+
author: Nick Thompson
3+
description: Create and Manage Meraki Networks
4+
company: World Wide Technology
5+
license: GPL-3.0-or-later
6+
min_ansible_version: ">=2.11.0"
7+
galaxy_tags:
8+
- networking
9+
- infrastructure
10+
- wireless
11+
- firewall
12+
- switching
13+
- cisco
14+
- meraki
15+
dependencies: []

0 commit comments

Comments
 (0)