community.general/lib/ansible/playbook
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
..
role added handlers_from (#49220) 2018-12-18 11:28:24 -05:00
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
attribute.py
base.py Properly handle FieldAttribute.default if callable (#48992) 2018-11-26 18:14:46 +01:00
become.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
block.py
conditional.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
handler.py Consolidate handler tracking (#49338) 2018-12-11 10:58:19 -05:00
handler_task_include.py
helpers.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
included_file.py Give IncludedFile more context via ansible_search_path (#50045) 2019-01-03 16:13:02 -05:00
loop_control.py Add info about loop based on jinja2 loop var (#42134) 2018-12-07 13:49:50 -06:00
play.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
play_context.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
playbook_include.py
role_include.py added handlers_from (#49220) 2018-12-18 11:28:24 -05:00
taggable.py Allow tags to be templated from a variable (#49833) 2018-12-17 15:40:26 -06:00
task.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
task_include.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00