community.general/lib/ansible/playbook
Brian Coca 74842adc07 1st part of ansible config, adds ansible-config to view/manage configs (#12797)
* Start of ansible config project

moved configuration definitions to external yaml file vs hardcoded
 * updated constants to be a data strcutures that are looped over and also return origin of setting
changed to manager/data scheme for base classes
new cli ansible-config to view/manage ansible configuration settings
 * prints green for default/unchanged and yellow for those that have been overriden
 * added list action to show all configurable settings and their associated ini and env var names
 * allows specifying config file to see what result would look like
 * TBD update, edit and view options

removed test for functions that have been removed

env_Vars are now list of dicts
allows for version_added and deprecation in future
added a couple of descriptions for future doc autogeneration
ensure test does not fail if delete_me exists
normalized 'path expansion'
added yaml config to setup packaging
removed unused imports
better encoding handling

updated as per feedback

* pep8
2017-06-14 11:08:34 -04:00
..
role Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
__init__.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
attribute.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
base.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 2017-06-14 11:08:34 -04:00
become.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
block.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
conditional.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
included_file.py Template parent include path before finding its dirname (#23202) 2017-06-08 23:47:21 -05:00
loop_control.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
play_context.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
playbook_include.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
role_include.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00