On this page
memcached – Use memcached DB for cache
Synopsis
- This cache uses JSON formatted, per host records saved in memcached.
Requirements
The below requirements are needed on the local master node that executes this cache.
- memcache (python lib)
Parameters
Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
_prefix
-
|
Default:
"ansible_facts"
|
ini entries:
[defaults]
env:ANSIBLE_CACHE_PLUGIN_PREFIX
|
User defined prefix to use when creating the DB entries
|
_timeout
integer
|
Default:
86400
|
ini entries:
[defaults]
env:ANSIBLE_CACHE_PLUGIN_TIMEOUT
|
Expiration timeout for the cache plugin data
|
_uri
list
|
Default:
["127.0.0.1:11211"]
|
ini entries:
[defaults]
env:ANSIBLE_CACHE_PLUGIN_CONNECTION
|
List of connection information for the memcached DBs
|
Status
- This cache is not guaranteed to have a backwards compatible interface. [preview]
- This cache is maintained by the Ansible Community. [community]
Authors
- UNKNOWN
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
Hint
Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.8/plugins/cache/memcached.html