1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins
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
..
action Add junos_vlan platform agnostic module (#25652) 2017-06-14 14:23:52 +05:30
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
cliconf Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
connection Convert docker cmd output to native, early 2017-06-10 07:09:04 -07:00
filter Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
inventory draft constructed groups plugin (#23374) 2017-06-13 10:46:40 -04:00
lookup Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
netconf Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
shell 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 2017-06-14 11:08:34 -04:00
strategy Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
terminal plugins/terminal/: PEP8 compliancy (#25207) 2017-05-31 18:28:03 +01:00
test Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
vars Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
__init__.py Revert "Add log_only to debug messages (#25545)" 2017-06-13 09:29:18 -04:00