chrismeyersfsu.ansible_content_example.my_cache (0.0.1) — cache

JSON formatted files.

| "added in version" 1.9 of chrismeyersfsu.ansible_content_example"

Authors: Ansible Core (@ansible-core)

Install collection

Install with ansible-galaxy collection install chrismeyersfsu.ansible_content_example:==0.0.1


Add to requirements.yml

  collections:
    - name: chrismeyersfsu.ansible_content_example
      version: 0.0.1

Description

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

Inputs

    
_uri:
    description:
    - Path in which the cache plugin will save the JSON files
    env:
    - name: ANSIBLE_CACHE_PLUGIN_CONNECTION
    ini:
    - key: fact_caching_connection
      section: defaults
    required: true

_prefix:
    description: User defined prefix to use when creating the JSON files
    env:
    - name: ANSIBLE_CACHE_PLUGIN_PREFIX
    ini:
    - key: fact_caching_prefix
      section: defaults

_timeout:
    default: 86400
    description: Expiration timeout for the cache plugin data
    env:
    - name: ANSIBLE_CACHE_PLUGIN_TIMEOUT
    ini:
    - key: fact_caching_timeout
      section: defaults
    type: integer