ansible/lib/ansible
Toshio Kuratomi 1efe782b46 Refactor parsing of CLI args so that we can modify them in the base class
Implement tag and skip_tag handling in the CLI() class.  Change tag and
skip_tag command line options to be accepted multiple times on the CLI
and add them together rather than overwrite.

* Make it configurable whether to merge or overwrite multiple --tags arguments
* Make the base CLI class an abstractbaseclass so we can implement
  functionality in parse() but still make subclasses implement it.
* Deprecate the overwrite feature of --tags with a message that the
  default will change in 2.4 and go away in 2.5.

* Add documentation for merge_multiple_cli_flags
* Fix galaxy search so its tags argument does not conflict with generic tags
* Unit tests and more integration tests for tags
2016-10-06 10:46:58 -04:00
..
cli Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
executor Check for substates in is_failed before checking main state failure 2016-10-04 01:21:07 -05:00
galaxy Iterate through role paths when installing roles (#17487) 2016-09-09 16:50:50 -04:00
inventory Make ini parsing slightly more robust 2016-10-04 11:24:50 -07:00
module_utils adds new option to get_config to grab config with passwords (#17915) 2016-10-05 22:11:32 -04:00
modules Update submodule refs for the command fix with new run_command 2016-10-03 15:06:52 -07:00
parsing Allow for empty source in dwim_path_relative_stack 2016-09-21 16:16:14 -05:00
playbook Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
plugins Sleep briefly while waiting for pending results to reduce CPU churn 2016-10-06 08:50:17 -05:00
template Support late evaluation, suppress warnings on SyntaxError (#17462) 2016-09-09 09:33:23 -04:00
utils adds new option to get_config to grab config with passwords (#17915) 2016-10-05 22:11:32 -04:00
vars Graceful error handling when delegate_to host null (#17453) (#17783) 2016-09-28 19:24:32 -04:00
__init__.py
constants.py Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00
test-requirements.txt