Skip to content

Commit

Permalink
Set versions for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Richter committed Aug 27, 2018
1 parent 2a403e3 commit d6c0f62
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ galaxy_info:
- wcmio

dependencies:
- wcm_io_devops.conga_facts
- {
role: wcm_io_devops.conga_facts,
version: 1.0.0
}
- {
role: wcm_io_devops.conga_files,
version: 1.0.0,
conga_files_base_path: "{{ conga_config.quickstart.rootPath }}/crx-quickstart",
conga_files_owner: "{{ aem_cms_user }}",
conga_files_group: "{{ aem_cms_group }}",
Expand All @@ -39,13 +43,15 @@ dependencies:
}
# ensure service is started
- { name: wcm_io_devops.aem_service,
version: 1.0.0,
aem_service_port: "{{ conga_config.quickstart.port }}",
aem_service_name: "{{ aem_cms_service_name }}",
aem_service_state: started
}
# apply security role (change admin password if configured and necessary)
- {
role: wcm_io_devops.aem_security,
version: 1.0.0,
aem_security_aem_port: "{{ conga_config.quickstart.port }}",
aem_security_admin_username: "{{ conga_config.quickstart.adminUser.username }}",
aem_security_admin_password_new: "{{ conga_config.quickstart.adminUser.password }}",
Expand All @@ -58,6 +64,7 @@ dependencies:
}
- {
role: wcm_io_devops.conga_bundle_files,
version: 1.0.0,
conga_bundle_files_base_path: "{{ conga_config.quickstart.rootPath }}",
conga_bundle_files_owner: "{{ aem_cms_user }}",
conga_bundle_files_group: "{{ aem_cms_group }}",
Expand All @@ -68,6 +75,7 @@ dependencies:
aem_service_name: "{{ aem_cms_service_name }}",
}
- { role: wcm_io_devops.conga_aem_packages,
version: 1.0.0,
conga_aem_packages_port: "{{ conga_config.quickstart.port }}",
aem_service_name: "{{ aem_cms_service_name }}",
conga_aem_packages_standalone: false
Expand Down

0 comments on commit d6c0f62

Please sign in to comment.