ansible-roles/memcached/defaults/main.yml

10 lines
151 B
YAML
Raw Normal View History

---
mc_pkg_state: present
mc_enabled: True
mc_port: 11211
mc_user: memcached
mc_maxconn: 1024
mc_cachesize: 256
mc_options: ""
mc_ipaddress: 127.0.0.1