ansible.builtin.yaml (v2.9.27) — cache

YAML formatted files.

| "added in version" 2.3 of ansible.builtin"

Authors: Brian Coca (@bcoca)

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

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

Inputs

    
_uri:
    description:
    - Path in which the cache plugin will save the 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 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