forked from ISTI-ansible-roles/ansible-roles
d4science-ghn-cluster: Install a licenses file on the ckan application server and configure the application to use it.
This commit is contained in:
parent
900d414f4a
commit
d1f1f5c7a0
|
@ -13,9 +13,10 @@ ckan_version: 2.5
|
||||||
ckan_deb_file: 'python-ckan_{{ ckan_version }}-{{ ansible_distribution_release }}_amd64.deb'
|
ckan_deb_file: 'python-ckan_{{ ckan_version }}-{{ ansible_distribution_release }}_amd64.deb'
|
||||||
ckan_package_url: 'http://packaging.ckan.org/{{ ckan_deb_file }}'
|
ckan_package_url: 'http://packaging.ckan.org/{{ ckan_deb_file }}'
|
||||||
ckan_libdir: /usr/lib/ckan
|
ckan_libdir: /usr/lib/ckan
|
||||||
|
ckan_confdir: /etc/ckan/default
|
||||||
ckan_virtenv: '{{ ckan_libdir }}/default'
|
ckan_virtenv: '{{ ckan_libdir }}/default'
|
||||||
ckan_file_storage_dir: /var/lib/ckan/dev
|
ckan_file_storage_dir: /var/lib/ckan/dev
|
||||||
ckan_config_file: /etc/ckan/default/production.ini
|
ckan_config_file: '{{ ckan_confdir }}/production.ini'
|
||||||
ckan_webapp_port: 8080
|
ckan_webapp_port: 8080
|
||||||
ckan_solr_port: 8983
|
ckan_solr_port: 8983
|
||||||
ckan_shell_user: ckan
|
ckan_shell_user: ckan
|
||||||
|
|
Loading…
Reference in New Issue