ansible-roles/library/centos/roles/memcached/templates/memcached.sysconfig.j2

6 lines
127 B
Plaintext
Raw Normal View History

2019-05-15 01:22:27 +02:00
PORT="{{ mc_port }}"
USER="{{ mc_user }}"
MAXCONN="{{ mc_maxconn }}"
CACHESIZE="{{ mc_cachesize }}"
OPTIONS="{{ mc_options }}"