forked from OneIdentity/ansible-authentication-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
71 lines (54 loc) · 1.8 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
# Required keys
# ------------------------------------------------------------------------------
# This can be a company/brand or product namespace under which all content lives
namespace: oneidentity
# The designation of this collection
name: authentication_services
# Semantic versioning compliant version designation
version: "0.0.6"
# The path do the Markdown(.md) readme file
readme: README.md
# List of the collection's content authors: 'Full Name <email> (http://site)'
authors:
- "Mark Stillings <[email protected]>"
# Optional keys
# ------------------------------------------------------------------------------
# Short description of collection
description: >
The One Identity Authentication Services collection includes roles, modules,
plugins, report templates, and sample playbooks to automate software deployment,
configuration, Active Directory joining, monitoring, and report generation
for Authentication Services.
# A valid SPDX license identifier https://spdx.org/licenses/
license: Apache-2.0
# List of keywords to associate with collection for indexing/searching systems
tags:
- oneidentity
- quest
- safeguard
- authentication
- services
- activedirectory
- ad
- iam
- identity
- access
- management
- sso
- unix
- linux
- macos
- solaris
- aix
- hpux
# URL keys
# ------------------------------------------------------------------------------
# URL of originating repository
repository: https://github.com/OneIdentity/ansible-authentication-services
# URL to online docs
documentation: https://github.com/OneIdentity/ansible-authentication-services/tree/master/docs
# Homepage of the collection/project
homepage: https://www.oneidentity.com/products/authentication-services
# Issue tracking URL
issues: https://github.com/OneIdentity/ansible-authentication-services/issues