-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgalaxy.yml
35 lines (34 loc) · 1.27 KB
/
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
33
34
35
### requried
# this can be a company/brand or product namespace under which all content lives
namespace: goffinet
# the designation of this specific collection
name: ansible-ccna-lab
# semantic versioning compliant version designation
version: 0
# a list of the collection's content authors: 'Full Name <email> (http://site) @nicks:irc/im/site#channel'
authors:
- "goffinet (https://cisco.goffinet.org)"
readme: "README.md"
### optional but strongly advised
# short summary of the collection
description: CCNA Labs ported on Ansible - for education purpose only - IOSv and IOSvL2 support only
# a valid SPDX license identifier https://spdx.org/licenses/
license:
- "MIT"
# list of keywords you want to associate the collection with for indexing/search systems
tags:
- cisco
- iosv
- ccna
- gns3
# list of dependencies, other collections this collection requires to be installed for it to be usable
dependencies:
### urls
# url of originating SCM repository
repository: "https://github.com/goffinet/ansible-ccna-lab"
# url to online docs
documentation: "https://goffinet.github.io/ansible-ccna-lab/"
# homepage of the collection/project
homepage: "https://goffinet.github.io/ansible-ccna-lab/"
# issue tracker url
issues: "https://github.com/goffinet/ansible-ccna-lab/issues"