Note
This plugin is part of the community.general collection.
To install it use: ansible-galaxy collection install community.general.
To use it in a playbook, specify: community.general.redis.
The below requirements are needed on the local controller node that executes this cache.
| Parameter | Choices/Defaults | Configuration | Comments |
|---|---|---|---|
| _prefix string | 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 in seconds for the cache plugin data. Set to 0 to never expire |
| _uri string / required | ini entries: [defaults] env:ANSIBLE_CACHE_PLUGIN_CONNECTION | A colon separated string of connection information for Redis. The format is host:port:db:password, for example localhost:6379:0:changeme.To use encryption in transit, prefix the connection with tls://, as in tls://localhost:6379:0:changeme. |
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/community/general/redis_cache.html