mongodb -- Use MongoDB for caching

Synopsis

This cache uses per host records saved in MongoDB.

Requirements

The below requirements are needed on the host that executes this module.

Parameters

_uri (False, any, None)
MongoDB Connection String URI
_prefix (optional, any, ansible_facts)
User defined prefix to use when creating the DB entries
_timeout (optional, integer, 86400)
Expiration timeout in seconds for the cache plugin data. Set to 0 to never expire

Status

Authors

  • Matt Martz (@sivel)