Documentation

jsonfile - JSON formatted files.

New in version 1.9.

Synopsis

  • This cache uses JSON formatted, per host, files saved to the filesystem.

Parameters

Parameter
Choices/Defaults
Configuration
Comments
_prefix
ini entries:

[ ]
fact_caching_prefix = VALUE

[defaults ]
= VALUE

env:ANSIBLE_CACHE_PLUGIN_PREFIX
User defined prefix to use when creating the JSON files
_timeout
Default:
86400
ini entries:

[defaults ]
fact_caching_timeout = 86400

env:ANSIBLE_CACHE_PLUGIN_TIMEOUT
Expiration timeout for the cache plugin data
_uri
required
ini entries:

[defaults ]
fact_caching_connection = VALUE

env:ANSIBLE_CACHE_PLUGIN_CONNECTION
Path in which the cache plugin will save the JSON files

Status

Author

  • Ansible Core

Hint

If you notice any issues in this documentation you can edit this document to improve it.