community.general/lib/ansible/module_utils
Tim Rupp 9041a0fee9 Adds a general purpose Exception class for F5 modules (#15977)
This class can be used by F5 modules for raising exceptions.
This should be used to handle known errors and raise them so
that they can be printed in the fail_json method.

The common Exception class built-in should not be used because
it hides tracebacks that are necessary to have when debugging
problems with the module.
2016-05-24 11:18:39 -04:00
..
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
a10.py Ziploader 2016-04-05 11:06:17 -07:00
api.py Added basic auth argument spec to utils (#15585) 2016-04-25 14:55:39 -04:00
azure_rm_common.py Port azure_rm_common.py to py3 syntax (#15880) 2016-05-16 08:42:28 -04:00
basic.py Add SEQUENCETYPE to handle the dict_keys type (#15953) 2016-05-23 15:17:28 -04:00
cloudstack.py cloudstack: fix bug, api_secret always None 2016-03-31 00:04:42 +02:00
database.py just a few spelling error changes 2015-04-28 09:36:42 -04:00
docker_common.py Port docker_common.py to py3 compatible syntax (#15877) 2016-05-16 08:10:35 -04:00
ec2.py Handle case of both Key and key (#15468) 2016-05-16 12:19:41 -04:00
eos.py Clarify exception handling in net modules (#15507) 2016-04-25 16:04:19 -04:00
f5.py Adds a general purpose Exception class for F5 modules (#15977) 2016-05-24 11:18:39 -04:00
facts.py renamed systemd detection function 2016-05-23 15:09:09 -04:00
gce.py Port the gce snippet to a python 2.6 to 3 compatible syntax (#15872) 2016-05-16 08:11:31 -04:00
ios.py Clarify exception handling in net modules (#15507) 2016-04-25 16:04:19 -04:00
iosxr.py Clarify exception handling in net modules (#15507) 2016-04-25 16:04:19 -04:00
ismount.py fix typo 2016-02-08 19:10:04 +01:00
junos.py Merge pull request #15755 from ocadotechnology/fix-junos-netconf-ssh-agent 2016-05-18 07:54:59 -04:00
known_hosts.py Add support ssh configs from /etc/openssh. 2016-01-14 13:01:49 +03:00
mysql.py enable mysql connection via unix socket 2016-04-12 14:16:18 +02:00
netcfg.py Merge pull request #15743 from mattchilders/multi-parent-netcfg-difference 2016-05-18 09:30:57 -04:00
nxos.py Clarify exception handling in net modules (#15507) 2016-04-25 16:04:19 -04:00
openstack.py Set type for OpenStack 'verify' param 2016-03-11 08:07:30 -05:00
openswitch.py openswitch.py: Fix the OpenSwitch REST authentication 2016-05-18 00:17:32 -07:00
powershell.ps1 Ziploader 2016-04-05 11:06:17 -07:00
pycompat24.py Rename pycompat to pycompat24 2016-05-18 06:18:01 -07:00
rax.py Port rax.py to python3 compatible syntax (#15875) 2016-05-16 17:30:25 -07: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
shell.py Merge pull request #15727 from privateip/shell_module 2016-05-18 06:53:06 -04:00
six.py Some Python-3 module_utils support 2016-05-14 07:51:13 -07:00
splitter.py Insert newlines correctly when splitting literal blocks 2014-10-09 16:45:08 -05:00
urls.py Use .code instead of .getcode() as py24 does not have .getcode(). Fixes https://github.com/ansible/ansible-modules-core/issues/3608 2016-05-13 09:44:00 -05:00
vca.py Port the module snippet to python3 (#15870) 2016-05-16 08:04:43 -04:00
vmware.py Port the module snippet to python3 (#15870) 2016-05-16 08:04:43 -04:00