community.general/lib/ansible/plugins/connection
Brian Coca f921369445 Ansible Config part2 (#27448)
* Ansible Config part2

- made dump_me nicer, added note this is not prod
- moved internal key removal function to vars
- carry tracebacks in errors we can now show tracebacks for plugins on vvv
- show inventory plugin tracebacks on vvv
- minor fixes to cg groups plugin
- draft config from plugin docs
- made search path warning 'saner' (top level dirs only)
- correctly display config entries and others
- removed unneeded code
- commented out some conn plugin specific from base.yml
- also deprecated sudo/su
- updated ssh conn docs
- shared get option method for connection plugins
- note about needing eval for defaults
- tailored yaml ext
- updated strategy entry
- for connection pliugins, options load on plugin load
- allow for long types in definitions
- better display in ansible-doc
- cleaned up/updated source docs and base.yml
- added many descriptions
- deprecated include toggles as include is
- draft backwards compat get_config
- fixes to ansible-config, added --only-changed
- some code reoorg
- small license headers
- show default in doc type
- pushed module utils details to 5vs
- work w/o config file
- PEPE ATE!
- moved loader to it's own file
- fixed rhn_register test
- fixed boto requirement in make tests
- I ate Pepe
- fixed dynamic eval of defaults
- better doc code

skip ipaddr filter tests when missing netaddr
removed devnull string from config
better becoem resolution

* killed extra space with extreeme prejudice

cause its an affront against all that is holy that 2 spaces touch each other!

shippable timing out on some images, but merging as it passes most
2017-08-15 16:38:59 -04:00
..
__init__.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
accelerate.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
buildah.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
chroot.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
docker.py Convert docker cmd output to native, early 2017-06-10 07:09:04 -07:00
funcd.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
iocage.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
jail.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
libvirt_lxc.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
local.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
lxc.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
lxd.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
netconf.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
network_cli.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
paramiko_ssh.py removed logger from paramiko 2017-07-05 18:09:40 -04:00
persistent.py Fix python3 str <-> bytes in connection/persistent.py (#28224) 2017-08-15 11:36:20 -04:00
saltstack.py Initial working prototype of a salt bus connection plugin (#12836) 2017-07-19 12:48:50 -06:00
ssh.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
winrm.py fix non-pipelined output parsing in winrm.py (#27606) 2017-08-01 14:59:52 -07:00
zone.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00