You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst
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
6 years ago
..
api link from API stub page to module_utils page (#49831) 6 years ago
community Making changes to the Community Guide index (#49670) 6 years ago
dev_guide removes space from example of L(link) syntax (#49908) 6 years ago
installation_guide uses correct highlighting (#50457) 6 years ago
inventory Update implicit_localhost.rst (#45455) 6 years ago
network Log device interaction and push labeled logs back to controller (#50028) 6 years ago
plugins inventory plugin order: update doc 6 years ago
porting_guides Save the command line arguments into a global context 6 years ago
reference_appendices Add galaxy.html#dependencies link (#49984) 6 years ago
roadmap Clean up some roadmap dates (#49630) 6 years ago
scenario_guides gcp: documentation update (#50183) 6 years ago
user_guide Add galaxy.html#dependencies link (#49984) 6 years ago
vmware VMware: added documentation for missing netplan support (#46685) 6 years ago
conf.py Pull documentation of ansible.module_utils.basic from (improved) doc strings. (#48416) 6 years ago
index.rst updates language about documentation versions and releases on index page (#46465) 6 years ago