community.general/lib/ansible/plugins
Matt Davis 4d3a6123d5
Python interpreter discovery (#50163)
* Python interpreter discovery

* No longer blindly default to only `/usr/bin/python`
* `ansible_python_interpreter` defaults to `auto_legacy`, which will discover the platform Python interpreter on some platforms (but still favor `/usr/bin/python` if present for backward compatibility). Use `auto` to always use the discovered interpreter, append `_silent` to either value to suppress warnings.
* includes new doc utility method `get_versioned_doclink` to generate a major.minor versioned doclink against docs.ansible.com (or some other config-overridden URL)

* docs revisions for python interpreter discovery

(cherry picked from commit 5b53c0012ab7212304c28fdd24cb33fd8ff755c2)

* verify output on some distros, cleanup
2019-02-27 23:52:02 -08:00
..
action Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
become Add enable become plugin patterned after runas (#52496) 2019-02-18 12:10:54 -05:00
cache FactCache changes 2018-12-05 12:33:27 -08:00
callback osx_say callback plugin: add espeak support, rename to say (#33740) 2019-02-26 09:46:35 -06:00
cliconf Added new module - frr_facts (#51804) 2019-02-18 19:35:40 +05:30
connection Revert "use get_optoins instead of play_context for user (#52604)" (#53034) 2019-02-26 18:01:39 -05:00
doc_fragments Don't document a type for an argument which uses a callable (#53008) 2019-02-26 12:12:41 -08:00
filter Fixes typo digeset to digest (#52709) 2019-02-21 16:23:42 +05:30
httpapi Fortinet FortiManager Connection Plugin RC, plus associated utilities (#50336) 2019-02-07 08:55:30 -05:00
inventory Add Hetzner Cloud Inventory Plugin (#52553) 2019-02-22 09:18:30 +00:00
lookup lookup: redis: fix plugin returning repr'd byte objects (#52854) 2019-02-27 12:04:18 +01:00
netconf Fix connect_timeout config varaible in netconf connection (#51055) 2019-01-21 12:21:09 +05:30
shell Become plugins (#50991) 2019-02-11 11:27:44 -06:00
strategy Ensure play order is obeyed (#49897) 2019-02-27 18:20:16 -05:00
terminal frr: Add terminal and cliconf plugins (#51169) 2019-02-01 17:56:31 +05:30
test Simplify regex filter code (#50202) 2019-02-03 15:10:16 -05:00
vars Fix encoding issues with file paths. (#50830) 2019-01-14 13:06:47 -08:00
__init__.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
loader.py Loader invalid plugin nicer error (#52754) 2019-02-26 11:51:16 -05:00