library/roles/ckan/ckan/defaults/main.yml: Defaults for the ckan memcache configuration.

This commit is contained in:
Andrea Dell'Amico 2018-11-26 17:21:52 +01:00
parent 95395176b9
commit ff39429d9b
1 changed files with 5 additions and 0 deletions

View File

@ -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