You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "This collection provides roles for installing JFrog Platform which includes Artifactory, Distribution and Xray.\
27
-
Additionally, it provides optional SSL and Postgresql roles if these are needed for your deployment."
28
-
20
+
description: "This collection provides roles for installing JFrog Platform which includes Artifactory, Distribution and Xray.Additionally, it provides optional SSL and Postgresql roles if these are needed for your deployment."
29
21
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
30
22
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
31
23
license:
32
24
- "Apache-2.0"
33
-
34
25
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
35
26
# mutually exclusive with 'license'
36
27
license_file: ""
37
-
38
28
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
39
29
# requirements as 'namespace' and 'name'
40
30
tags:
@@ -45,21 +35,16 @@ tags:
45
35
- artifactory
46
36
- distribution
47
37
- xray
48
-
49
38
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
50
39
# collection label 'namespace.name'. The value is a version range
51
40
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
52
41
# range specifiers can be set and are separated by ','
# By default, all nodes are primary (CNHA) - https://www.jfrog.com/confluence/display/JFROG/High+Availability#HighAvailability-Cloud-NativeHighAvailability
25
21
artifactory_taskaffinity: any
26
-
27
22
# To enable mission-control in artifactory (>= 7.27.x) applicable only on E+ license
28
23
artifactory_mc_enabled: true
29
-
30
24
# The location where Artifactory should install
31
25
jfrog_home_directory: /opt/jfrog
32
-
33
-
# Pick the Artifactory flavour to install, can be also cpp-ce/jcr/pro
0 commit comments