..
__init__.py
Fix ziploader for the cornercase of ansible invoking ansible.
2016-04-29 08:47:49 -07:00
_text.py
Simplify surrogate check in to_text() ( #18211 )
2016-10-29 09:12:02 -07:00
a10.py
modified POST body in axapi_authenticate_v3() and axapi_call_v3() ( #18104 )
2016-11-23 11:10:58 -05:00
ansible_tower.py
Ansible Tower organization module ( #20355 )
2017-01-30 13:42:32 -05:00
api.py
Added basic auth argument spec to utils ( #15585 )
2016-04-25 14:55:39 -04:00
asa.py
Check for removal not allowed errors ( #19251 )
2017-01-25 13:05:44 +00:00
avi.py
Avi Networks Ansible modules. ( #20415 )
2017-02-08 09:47:18 -05:00
azure_rm_common.py
Make configparser imports python3 ready
2017-02-03 21:15:34 -08:00
basic.py
module_utils: implement deprecation warning for params ( #20884 )
2017-02-01 13:00:22 -05:00
bigswitch_utils.py
Add bigswitch big mon inline chain module ( #18631 )
2017-01-03 22:26:34 -05:00
cloud.py
CloudRetry/AWSRetry backoff decorator with unit tests ( #17039 )
2016-09-13 16:46:59 -04:00
cloudengine.py
Contributing new module to manage HUAWEI data center CloudEngine switch. ( #19793 )
2017-01-03 22:30:59 -05:00
cloudstack.py
cloudstack: cs_portforward: implement vpc support ( #19044 )
2017-02-08 07:57:36 +01:00
database.py
…
dellos6.py
Update OS6 sublevels ( #17735 )
2016-09-24 09:27:38 -04:00
dellos9.py
Fixes #18663 . Bad handling of existing config in dellos9 module. ( #18664 )
2016-12-12 15:51:32 -05:00
dellos10.py
Fixes #18663 . Bad handling of existing config in dellos9 module. ( #18664 )
2016-12-12 15:51:32 -05:00
dimensiondata.py
module_utils/dimensiondata ( #17604 )
2017-01-12 20:50:43 -08:00
docker_common.py
PEP 8 E111 & E114 cleanup. ( #20838 )
2017-01-30 15:01:47 -08:00
eapi.py
updates eos shared modules ( #20738 )
2017-01-26 23:33:07 -05:00
ec2.py
fixed type mapper and added tests ( #20963 )
2017-02-02 09:46:17 -05:00
eos.py
bug fixes for shell exec command ( #20988 )
2017-02-02 18:32:36 -05:00
eos_local.py
bug fixes for shell exec command ( #20988 )
2017-02-02 18:32:36 -05:00
exoscale.py
Make configparser imports python3 ready
2017-02-03 21:15:34 -08:00
f5.py
Clean up shebangs for various files.
2016-11-02 17:00:27 -07:00
facts.py
added back return false for when not debian
2017-02-01 15:58:32 -05:00
gcdns.py
Fix import of gce/gcdns without a libcloud module
2016-07-29 13:34:09 -04:00
gce.py
Fix import of gce/gcdns without a libcloud module
2016-07-29 13:34:09 -04:00
gcp.py
PEP 8 indent cleanup. ( #20800 )
2017-01-29 07:28:53 +00:00
infinibox.py
Initial Commit for Infinidat Ansible Modules ( #19429 )
2016-12-22 13:18:19 +00:00
ios.py
fixes ios and eos command modules ( #20989 )
2017-02-02 22:10:14 -05:00
ios_cli.py
ios_cli: fix load_config exec_command ( #20994 )
2017-02-02 21:13:03 -05:00
iosxr.py
Refactor iosxr_config to make use of network_connection plugin
2017-01-24 23:24:06 +01:00
iosxr_cli.py
moves the module utils network cli transport into a separate module ( #20921 )
2017-02-01 08:19:55 -05:00
ipa.py
IPA: Remove duplicated code and fix a bug that occurs if empty lists were passed and IPA didn't know the value before ( #19210 )
2017-02-08 14:16:44 +00:00
ismount.py
fix typo
2016-02-08 19:10:04 +01:00
json_utils.py
only warn if non whitespace junk
2017-01-06 17:07:42 -05:00
junos.py
Add 'update' parameter in junos_config module ( #19046 )
2016-12-21 11:56:55 -05:00
known_hosts.py
PEP 8 E111 & E114 cleanup. ( #20838 )
2017-01-30 15:01:47 -08:00
local.py
cast injected json string to bytes in local modules ( #19519 )
2016-12-19 11:34:18 -05:00
lxd.py
Clean up shebangs for various files.
2016-11-02 17:00:27 -07:00
mysql.py
enable mysql connection via unix socket
2016-04-12 14:16:18 +02:00
netapp.py
Add doc_fragment and module util for NetApp platforms ( #19607 )
2017-01-25 09:51:57 +00:00
netcfg.py
fixes minor issue in get_block_config() ( #20544 )
2017-01-22 00:47:41 -05:00
netcli.py
Hopefully clear up some junos issues. ( #17616 )
2016-12-15 17:07:19 -05:00
netconf.py
adds netconf shared module ( #20743 )
2017-02-04 09:40:27 -05:00
network.py
update the _ios_template module to use the network_cli plugin ( #19933 )
2017-01-06 20:22:17 -05:00
network_common.py
adds common function to_list to network_common
2017-01-25 22:49:32 -05:00
nxos.py
PEP 8 indent cleanup. ( #20800 )
2017-01-29 07:28:53 +00:00
nxos_cli.py
moves the module utils network cli transport into a separate module ( #20921 )
2017-02-01 08:19:55 -05:00
openstack.py
openstack: iterate through nova addresses with six ( #18408 )
2016-11-18 12:44:16 -08:00
openswitch.py
Cleanup openswitch
2016-09-12 13:35:57 -04:00
ovirt.py
Ovirt vms improve ( #20882 )
2017-02-02 13:51:26 -05:00
powershell.ps1
Feature/win stat extra info ( #19148 )
2017-01-27 14:51:12 -08:00
pycompat24.py
Migrate basestring to a python3 compatible type ( #17199 )
2016-08-23 13:13:44 -07:00
rax.py
Migrate basestring to a python3 compatible type ( #17199 )
2016-08-23 13:13:44 -07:00
redhat.py
Make configparser imports python3 ready
2017-02-03 21:15:34 -08:00
service.py
dont fail on missing service during check mode
2016-11-22 16:16:55 -05:00
shell.py
fixes minor issues with shell ( #21039 )
2017-02-04 09:40:40 -05:00
six.py
Fix role completion detection problem
2017-01-03 14:32:44 -06:00
splitter.py
Changing license on module_utils/splitter.py to BSD
2016-08-13 09:56:12 -05:00
sros.py
updates sros shared module
2016-09-11 23:34:46 -04:00
univention_umc.py
univention: add common code for univention corporate server modules ( #16172 )
2016-08-27 09:42:53 +02:00
urls.py
Make sure that we're comparing text all the way through.
2017-02-06 13:07:49 -08:00
vca.py
Fux bug 18584 ( #18718 )
2016-12-04 10:46:41 +00:00
vmware.py
Add missing iteritems definition ( #21106 )
2017-02-07 18:31:40 -05:00
vyos.py
vyos_config 2.3 ( #20577 )
2017-02-02 13:12:26 -05:00
vyos_cli.py
moves the module utils network cli transport into a separate module ( #20921 )
2017-02-01 08:19:55 -05:00