ansible-galaxy install arillso.memcachedNone
| Variable | Default | Comments (type) |
|---|---|---|
memcached_host |
0.0.0.0 |
Address to listen for connections |
memcached_port |
11211 |
Port to listen for connections |
memcached_max_conn |
512 |
|
memcached_cache_size |
64 |
Max memory to use in megabytes |
memcached_fs_file_max |
756024 |
|
memcached_options |
||
memcached_user |
memcache |
None
- hosts: all
roles:
- arillso.memcached- add become support
- initial commit
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2018, Simon Bärlocher