ansible/lib/ansible/plugins
Rick Elrod 8b6c02fc69
Make connection plugins use password from config (#69670)
Change:
Rather than connection plugins directly accessing play_context and pulling
the password from there, have them pull it from the config system, and
have TaskExecutor store it there for now.

Internally, it still routes through play_context for now, but this is
the first step away from that.

Test Plan:
- Local test with `ansible -c ssh`
- grep -R play_context.pass lib/ansible/plugins/connection/
- CI

Signed-off-by: Rick Elrod <rick@elrod.me>
2020-05-27 09:59:55 -05:00
..
action provides per host/plugin world readable temp opt (#69393) 2020-05-26 15:29:37 -04:00
become Migrated to ansible.netcommon 2020-03-23 11:14:21 -05:00
cache Add resource_from_fqcr utility function. (#68474) 2020-05-14 13:50:29 -04:00
callback Fix label lookup in the default callback for includes (#68822) 2020-04-09 13:27:58 -05:00
cliconf Migrated to vyos.vyos 2020-03-23 11:14:21 -05:00
connection Make connection plugins use password from config (#69670) 2020-05-27 09:59:55 -05:00
doc_fragments provides per host/plugin world readable temp opt (#69393) 2020-05-26 15:29:37 -04:00
filter add test coverage for core filters (#68518) 2020-03-27 17:18:27 -07:00
httpapi Migrated to ibm.qradar 2020-03-23 11:14:21 -05:00
inventory collection routing (#67684) 2020-05-26 09:42:06 -07:00
lookup typofix - globbing instead of globing. (#69515) 2020-05-15 13:23:35 +05:30
netconf Migrated to junipernetworks.junos 2020-03-23 11:14:21 -05:00
shell windows - fix up env var quoting for unicode single quotes (#68968) 2020-04-16 20:24:23 +10:00
strategy collection routing (#67684) 2020-05-26 09:42:06 -07:00
terminal Migrated to vyos.vyos 2020-03-23 11:14:21 -05:00
test Add new truthy and falsy jinja2 tests (#62602) 2019-10-02 13:58:28 -04:00
vars Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
__init__.py Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
loader.py Allow to deprecate / remove plugins by version. (#69712) 2020-05-26 18:43:40 -07:00