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/module_utils
Peter Sprygada 3ae6fd4b31 initial add of openswitch shared module
This commit adds a new shared module openswitch for building modules that
work with OpenSwitch.  This shared module supports connectivity to
OpenSwitch devices over SSH, CLI or REST.  It also adds an openswitch
documentation fragment for use in modules
2016-01-09 10:38:48 -05:00
..
__init__.py
a10.py Add imports for stdlib modules that are used. 2015-11-02 12:02:26 -08:00
basic.py add support for diff in file settings 2016-01-01 21:53:19 -05:00
cloudstack.py cloudstack: change order of tags handling, fixes update of tag value does not work 2015-11-08 20:27:01 +01:00
database.py just a few spelling error changes 2015-04-28 09:36:42 -04:00
eapi.py fixes a syntax issue with module_utils/eapi.py 2015-12-01 23:34:59 -05:00
ec2.py boto is expecting that we pass it unicode strings. 2015-12-01 07:03:57 -08:00
f5.py bigip changes as requested by bcoca and abadger: 2015-12-24 11:49:31 -08:00
facts.py corrected service detection in docker versions 2015-12-19 16:16:10 -05:00
gce.py fix gce module error reporting 2015-11-12 16:30:46 -08:00
ios.py bugfix for ios.py shared module argument creation 2015-12-03 12:53:07 -05:00
issh.py renamed ssh.py shared module file to clarify 2015-12-15 08:45:12 -05:00
known_hosts.py Fix a part of python 3 tests (make tests-py3, see https://github.com/ansible/ansible/issues/13553 for more details). 2015-12-15 13:37:35 +01:00
mysql.py Add shared connection code for mysql modules 2015-12-16 13:36:18 -05:00
nxapi.py adds new device argument to nxapi command arguments 2015-12-05 22:51:40 -05:00
openstack.py Add no-log parameter to common openstack args 2015-09-13 19:48:37 +02:00
openswitch.py initial add of openswitch shared module 2016-01-09 10:38:48 -05:00
powershell.ps1 Explictly set the version of strict mode to use for powershell modules. 2015-10-07 06:24:37 +01:00
rax.py One more stdlib import in module_utils 2015-11-02 12:25:18 -08:00
redhat.py Remove some more unused stdlib deps. 2015-11-03 09:53:18 -08:00
service.py Remove some more unused stdlib deps. 2015-11-03 09:53:18 -08:00
splitter.py Insert newlines correctly when splitting literal blocks 2014-10-09 16:45:08 -05:00
urls.py Conditionally create the CustomHTTPSConnection class only if we have the required baseclasses. 2015-12-16 07:47:09 -08:00
vca.py fix default host for non vcd service types 2015-12-10 16:39:27 -05:00
vmware.py Undo previous travis/tox fixes and fix underlying issue 2015-07-31 23:01:43 -04:00