Install and configure memcached
- Install memcached using yum at CentOS 7
- Configure /etc/sysconfig/memcached
The following variables are defined in defaults/main.yml file.
memcached:
enabled: true
started: true
...
None
- hosts: servers
roles:
- { role: azumakuniyuki.ar-memcached-pkg }
BSD