forked from ISTI-ansible-roles/ansible-roles
library/roles/ckan/ckan/defaults/main.yml: Defaults for the ckan memcache configuration.
This commit is contained in:
parent
95395176b9
commit
ff39429d9b
|
@ -86,6 +86,11 @@ ckan_google_analytics_name: googleanalytics
|
|||
ckan_google_analytics_url: 'git+https://github.com/ckan/ckanext-googleanalytics.git#egg=ckanext-googleanalytics'
|
||||
ckan_google_analytics_fixed_file: 'http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-catalogue/ckan-d4science-extension/{{ ckan_version }}/ckan-default/plugins/googleanalytics/plugin.py'
|
||||
|
||||
ckan_memcache_sessions: False
|
||||
ckan_memcache_ini_opts:
|
||||
- { section: 'app:main', option: 'beaker.session.type', value: 'ext:memcached', state: 'present' }
|
||||
- { section: 'app:main', option: 'beaker.session.url ', value: "{{ mc_ipaddress | default('127.0.0.1') }}:{{ mc_port | default('11211') }}", state: 'present' }
|
||||
|
||||
# Google analytics reports
|
||||
ckan_ga_reports: False
|
||||
ckan_ga_reports_name: ga-report
|
||||
|
|
Loading…
Reference in New Issue