-
Notifications
You must be signed in to change notification settings - Fork 33
/
community-extra-vars.yml
41 lines (41 loc) · 2.14 KB
/
community-extra-vars.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
acs:
artifact_name: alfresco-content-services-community-distribution
repository: "{{ nexus_repository.releases }}"
version: 23.3.0
edition: Community
api_explorer:
artifact_name: api-explorer
repository: "{{ nexus_repository.releases }}"
version: 23.3.0
transform:
artifact_name: alfresco-transform-core-aio
repository: "{{ nexus_repository.releases }}"
version: 5.1.4
acc:
artifact_name: alfresco-control-center
repository: "{{ nexus_repository.releases }}"
version: 9.1.0
search:
artifact_name: alfresco-search-services
repository: "{{ nexus_repository.releases }}"
version: 2.0.12
amps:
aos_module:
repository: "{{ nexus_repository.releases }}/aos-module/alfresco-aos-module"
version: 3.1.0
googledrive_repo:
repository: "{{ nexus_repository.releases }}/integrations/alfresco-googledrive-repo-community"
version: 4.1.0
googledrive_share:
repository: "{{ nexus_repository.releases }}/integrations/alfresco-googledrive-share"
version: 4.1.0
amp_downloads:
- url: "{{ amps.aos_module.repository }}/{{ amps.aos_module.version }}/alfresco-aos-module-{{ amps.aos_module.version }}.amp"
sha1_checksum_url: "{{ amps.aos_module.repository }}/{{ amps.aos_module.version }}/alfresco-aos-module-{{ amps.aos_module.version }}.amp.sha1"
dest: "{{ content_folder }}/amps_repo/alfresco-aos-module.amp"
- url: "{{ amps.googledrive_repo.repository }}/{{ amps.googledrive_repo.version }}/alfresco-googledrive-repo-community-{{ amps.googledrive_repo.version }}.amp"
sha1_checksum_url: "{{ amps.googledrive_repo.repository }}/{{ amps.googledrive_repo.version }}/alfresco-googledrive-repo-community-{{ amps.googledrive_repo.version }}.amp.sha1"
dest: "{{ content_folder }}/amps_repo/alfresco-googledrive-repo-enterprise.amp"
- url: "{{ amps.googledrive_share.repository }}/{{ amps.googledrive_share.version }}/alfresco-googledrive-share-{{ amps.googledrive_share.version }}.amp"
sha1_checksum_url: "{{ amps.googledrive_share.repository }}/{{ amps.googledrive_share.version }}/alfresco-googledrive-share-{{ amps.googledrive_share.version }}.amp.sha1"
dest: "{{ content_folder }}/amps_share/alfresco-googledrive-share.amp"