ansible/lib/ansible/module_utils
Tim Rupp ff2affd11a Fixes name (#21610)
The named implied the reverse of how I was actually creating the
dictionary, so correct that.
2017-02-18 08:06:21 +00:00
..
__init__.py
_text.py Fix to bytes surrogate and nonencodable chars (#21180) 2017-02-09 17:13:40 -08: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 user and credential module (#21020) 2017-02-15 16:59:03 +00:00
aos.py New Module : aos_ip_pool as part of network/aos (#21044) 2017-02-09 22:22:56 +00:00
api.py
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 refine password field filtering (#21230) 2017-02-16 10:52:27 -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
cnos.py New module: cnos_vlan and various utility files (#21107) 2017-02-16 08:11:39 +00:00
cnos_devicerules.py New module: cnos_vlan and various utility files (#21107) 2017-02-16 08:11:39 +00:00
cnos_errorcodes.py New module: cnos_vlan and various utility files (#21107) 2017-02-16 08:11:39 +00:00
connection.py adds connection module to module_utils (#21310) 2017-02-12 07:52:50 -05: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 Refactor dimensiondata_network module (#21043) 2017-02-09 11:30:31 +00:00
docker_common.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ec2.py fixed type mapper and added tests (#20963) 2017-02-02 09:46:17 -05:00
eos.py bug fixes and updates for eos connections (#21534) 2017-02-16 20:26:48 -05:00
exoscale.py Make configparser imports python3 ready 2017-02-03 21:15:34 -08:00
f5_cli.py Adds CLI classes for some F5 modules (#21119) 2017-02-08 18:25:20 +00:00
f5_utils.py Fixes name (#21610) 2017-02-18 08:06:21 +00:00
facts.py Fix service_mgr fact for Solaris; svcs is used to list services. 2017-02-15 20:07:16 -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 removes the default kwarg in ios_argument_spec for timeout (#21552) 2017-02-17 13:12:12 +01:00
iosxr.py Removes default kwarg in iosxr_argument_spec for timeout (#21569) 2017-02-17 15:59:24 +01: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
json_utils.py only warn if non whitespace junk 2017-01-06 17:07:42 -05:00
junos.py refactors junos modules to support persistent socket connections (#21365) 2017-02-16 10:53:03 -05:00
known_hosts.py Ensure ssh hostkey checks respect server port (#20840) 2017-02-15 11:47:57 -08:00
lxd.py Clean up shebangs for various files. 2016-11-02 17:00:27 -07:00
mysql.py
netapp.py Add NetApp SolidFire volume module (#20732) 2017-02-16 15:21:14 -05:00
netcfg.py refactors nxos module to use persistent connections (#21470) 2017-02-15 11:43:09 -05:00
netcli.py Hopefully clear up some junos issues. (#17616) 2016-12-15 17:07:19 -05:00
netconf.py updates netconf to use persistent socket (#21307) 2017-02-12 09:05:23 -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 updates network_common lib (#21306) 2017-02-14 14:38:30 -05:00
nxos.py fixes issue with cli shell left open (#21548) 2017-02-16 22:11:32 -05:00
openstack.py Restore validate_certs being a bool type 2017-02-17 09:17:05 -08:00
openswitch.py Cleanup openswitch 2016-09-12 13:35:57 -04:00
ordnance.py Added Ordnance Module (#21447) 2017-02-15 10:30:45 +00:00
ovirt.py Fix compatibility of affinity groups in oVirt 4.0 and 4.1 (#21308) 2017-02-13 12:43:35 -05:00
postgres.py Postgres ssl mode prefer (#21498) 2017-02-16 11:29:43 -08:00
powershell.ps1 Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -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 fixed typo 2017-02-13 09:37:13 -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 set no_log for url_password 2017-02-13 09:38:51 -05:00
vca.py Fux bug 18584 (#18718) 2016-12-04 10:46:41 +00:00
vmware.py vmware_guest: Extend facts with vmware tools informations (#20860) 2017-02-11 22:50:59 -05:00
vyos.py updates vyos modules to use socket connection (#21228) 2017-02-13 10:41:22 -05:00