openstack-ansible-memcached.../templates/memcached.conf.debian.j2
Jean-Philippe Evrard e7ffc8c09f Fix CVE-2018-1000115 for other distros
We must restrict memcached to TCP.
Done for redhat but not SUSE/ubuntu

Change-Id: Ib4520b15fa660b77212dfc91bdb0f27590d30128
2018-03-28 14:07:33 +00:00

17 lines
272 B
Django/Jinja

# {{ ansible_managed }}
-d
{% if debug | bool %}
-vvv
{% else %}
-v
{% endif %}
logfile {{ memcached_log }}
-U 0
-m {{ memcached_memory }}
-p {{ memcached_port }}
-u {{ memcached_user }}
-l {{ memcached_listen }}
-c {{ memcached_connections }}
-t {{ memcached_threads }}