community.general/lib/ansible/module_utils
Michael Scherer e539b2003d Make the facts module run on netbsd (#15833)
It currently fail with

 ansible/module_utils/facts.py\", line 357, in get_service_mgr_facts\r\nKeyError: 'distribution'\r\n"

Since self.facts['distribution'] is used after, we need to make sure
this is set by default and if needed, corrected somewhere for Linux.
2016-05-16 08:02:38 -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 ran dos2unix and renamed tags cannonical option 2016-04-26 11:27:01 -04:00
basic.py Some Python-3 module_utils support 2016-05-14 07:51:13 -07: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 Fix bugs from API version 1.20 testing. (#15586) 2016-04-25 16:07:24 -04:00
ec2.py Add shared functionality to return list of security group IDs from list of names (#15054) 2016-04-26 09:17:36 -04:00
eos.py Clarify exception handling in net modules (#15507) 2016-04-25 16:04:19 -04:00
f5.py Add port argument for bigsuds (#15434) 2016-05-10 16:07:01 -04:00
facts.py Make the facts module run on netbsd (#15833) 2016-05-16 08:02:38 -04:00
gce.py Fixed importing the libcloud modules to give a nice error rather than a traceback. 2016-05-12 09:13:46 -07: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 Check for jxmlease when using netconf on JUNOS. (#15835) 2016-05-13 16:26:07 -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 adds support for netconf to junos shared module 2016-04-22 15:28:53 -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 Clarify exception handling in net modules (#15507) 2016-04-25 16:04:19 -04:00
powershell.ps1 Ziploader 2016-04-05 11:06:17 -07:00
pycompat.py Some Python-3 module_utils support 2016-05-14 07:51:13 -07:00
rax.py Ship constants to the modules via internal module params rather than a secondary dict. 2016-05-12 20:30:05 -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 Allow timeout to be configurable (#14973) 2016-04-14 09:35:07 -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 vCloud module utils error handling bug fixes (#15859) 2016-05-13 23:57:08 -07:00
vmware.py vmware.py: allow for better search functionality (#15053) 2016-04-17 19:10:24 +02:00