community.general/lib/ansible/plugins
Adrian Likins 6fbd0a8bb5 Add set_fact_persistent action and module. (#26153)
* Add 'cacheable' param to  set_fact action and module.

Used just like set_fact, except facts set with cacheable: true
will be stored in the fact cache if fact caching is enabled.

set_fact normally only sets facts in the non_persistent_fact_cache, so they
are lost between invocations.

* update set_facts docs

* use 'ansible_facts_cacheable' in module/actions result

* pop fact cacheable related items out of args/results

We dont want to use 'ansible_facts_cacheable' result item
or 'cacheable' arg as actual facts, so pop them out of the
dicts.
2017-08-02 15:57:58 -04:00
..
action Add set_fact_persistent action and module. (#26153) 2017-08-02 15:57:58 -04:00
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback skippy callback plugin: hides banner for skipped tasks (#18621) 2017-08-01 08:19:51 -04:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection fix non-pipelined output parsing in winrm.py (#27606) 2017-08-01 14:59:52 -07:00
filter Fix for to_text and to_bytes error handlers 2017-07-24 09:19:04 -07:00
inventory endswith supports tuples, nicer 2017-07-24 16:49:01 -04:00
lookup Allow variables to be passed in to template lookup plugin (#18662) 2017-08-02 09:29:27 +05:30
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell fix to alllow the winrm plugin to send input with Python 3 (#27474) 2017-07-31 18:35:05 -07:00
strategy Add set_fact_persistent action and module. (#26153) 2017-08-02 15:57:58 -04:00
terminal Make the 'not found' regex case sensitive (#27100) 2017-07-20 12:33:18 -07:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars ensure proper typing of path, cause py3 listdir 2017-06-19 16:35:50 -04:00
__init__.py ensure prefix in plugin loading to avoid conflicts 2017-07-26 11:54:13 -04:00