ns2.col.foo cache – Foo files bar

Note

This cache plugin is part of the ns2.col collection (version 2.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install ns2.col.

To use it in a playbook, specify: ns2.col.foo.

New in ns2.col 1.9.0

Synopsis

Parameters

Parameter

Comments

_uri

path / required

Path in which the cache plugin will save the foo files.

Configuration:

  • INI entry:

    [defaults]
    fact_caching_connection = VALUE
    
  • Environment variable: ANSIBLE_CACHE_PLUGIN_CONNECTION

bar

string

Nothing.

Note

Configuration entries listed above for each entry type (Ansible variable, environment variable, and so on) have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up. The entry types are also ordered by precedence from low to high priority order. For example, an ansible.cfg entry (further up in the list) is overwritten by an Ansible variable (further down in the list).

Authors

  • Ansible Core (@ansible-core)