community.general/lib/ansible/plugins
Toshio Kuratomi afdbb0d9d5 Save the command line arguments into a global context
* Once cli args are parsed, they're constant.  So, save the parsed args
  into the global context for everyone else to use them from now on.
* Port cli scripts to use the CLIARGS in the context
* Refactor call to parse cli args into the run() method
* Fix unittests for changes to the internals of CLI arg parsing
* Port callback plugins to use context.CLIARGS
  * Got rid of the private self._options attribute
  * Use context.CLIARGS in the individual callback plugins instead.
  * Also output positional arguments in default and unixy plugins
  * Code has been simplified since we're now dealing with a dict rather
    than Optparse.Value
2019-01-03 18:12:23 -08:00
..
action Change net_* default behaviour on missing module (#49923) 2018-12-26 15:33:30 +05:30
cache FactCache changes 2018-12-05 12:33:27 -08:00
callback Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
cliconf Allow persistent connection plugins to queue messages back to ansible-connection (#49977) 2018-12-19 10:54:42 -05:00
connection Fix for AttributeError in network_cli (#50284) 2018-12-24 01:02:21 +05:30
filter urldecode filter for Jinja2 (#28503) 2019-01-03 18:06:13 -05:00
httpapi Allow persistent connection plugins to queue messages back to ansible-connection (#49977) 2018-12-19 10:54:42 -05:00
inventory update openshift inventory plugin docs (#49901) 2018-12-19 11:30:38 -06:00
lookup allow for vault enterprise namespaces (#50462) 2019-01-03 11:51:13 -05:00
netconf Allow persistent connection plugins to queue messages back to ansible-connection (#49977) 2018-12-19 10:54:42 -05:00
shell split PS wrapper and payload (CVE-2018-16859) (#49142) 2018-11-26 15:28:21 -08:00
strategy Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
terminal Fix eos terminal plugin (#49920) 2018-12-20 14:13:18 +05:30
test Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
vars removes talk of hardcoded loading from plugin docs (#49383) 2018-11-30 14:37:55 -06:00
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
loader.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00