ansible/lib/ansible/module_utils
Brian Coca 2a041d10d2 better backwards compat handling of status
restored 'rc' inspection but only when failed is not specified
removed redundant changed from basic.py as task_executor already adds
removed redundant filters, they are tests
added aliases to tests removed from filters
fixed test to new rc handling
2017-07-05 21:44:00 -04:00
..
facts facts: Add linux virtio module detection (#25578) 2017-06-16 12:06:56 -04:00
six module_utils/six: PEP8 compliancy 2017-05-23 15:43:52 -07:00
__init__.py
_text.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
a10.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
ansible_tower.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
aos.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
api.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
asa.py module_utils/asa: PEP8 compliancy (#24655) 2017-05-16 12:16:05 +01:00
avi.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
azure_rm_common.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
basic.py better backwards compat handling of status 2017-07-05 21:44:00 -04:00
bigswitch_utils.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
ce.py Move redudant check_ip_addr method to common ce (#25575) 2017-06-15 13:21:18 +01:00
cloud.py CloudRetry/AWSRetry backoff decorator with unit tests (#17039) 2016-09-13 16:46:59 -04:00
cloudengine.py mod_utils/cloudengine: PEP8 compliancy (#24659) 2017-05-30 18:28:02 +01:00
cloudstack.py cloudstack: add missing zone name to result (#25806) 2017-06-16 20:30:25 +02:00
cnos.py Fixes for idempotent issue in cnos_vlan module and fixes for vlag/portchannel tests. (#22385) 2017-03-08 17:09:17 +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 spelling fixes (non-trivial, changing messages) (#25094) 2017-06-01 10:45:19 +01:00
connection.py pulls the jsonrpc request builder code into top level function (#25833) 2017-06-17 16:14:48 -04:00
crypto.py openssl_privatekey: Add publickey fingerprint (#22202) 2017-07-03 20:46:45 +01:00
database.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
dellos6.py Add dellos6 changes for Python3 (#24606) 2017-05-17 00:36:32 +05:30
dellos9.py Add dellos9 changes for Python3 (#24607) 2017-05-17 00:36:52 +05:30
dellos10.py Add dellos10 changes for python3 (#24608) 2017-05-17 00:36:15 +05:30
dimensiondata.py Refactor dimensiondata_network module (#21043) 2017-02-09 11:30:31 +00:00
docker_common.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
ec2.py module_utils/ec2: fix boto3 tags to remove (#25277) 2017-06-06 11:02:15 -04:00
eos.py New module: platform agnostic way to manage local users on network devices (network/net_user.) (#25259) 2017-06-06 20:05:08 +05:30
exoscale.py exoscale: pep8 and python3 fixes (#21821) 2017-02-25 10:32:39 +01:00
f5_utils.py Adds a reconnect method (#25625) 2017-06-14 17:09:48 +01:00
fortios.py fortios: module_utils: Fix typo in close call (#24853) 2017-06-07 08:26:25 +02:00
gcdns.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
gce.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
gcp.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
infinibox.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
ios.py Workaround to deprecation warning when password is used as arg for *_user (#26169) 2017-06-28 15:11:27 +05:30
iosxr.py Workaround to deprecation warning when password is used as arg for *_user (#26169) 2017-06-28 15:11:27 +05:30
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 Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
junos.py Add net_logging platform agnostic module and junos implementation (#26316) 2017-07-03 15:31:59 +05:30
k8s_common.py k8s/openshift module_utils split (#23115) 2017-03-30 19:02:17 +02:00
known_hosts.py In the git module let ssh do its own host checking 2017-06-26 10:45:19 -07:00
lxd.py Use to_text helper function to handle bytes and unicode 2017-06-05 11:58:19 -07:00
mysql.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
netapp.py Add NetApp SolidFire volume module (#20732) 2017-02-16 15:21:14 -05:00
netcfg.py Corrects method name (#25568) 2017-06-16 19:54:53 +01:00
netcli.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
netconf.py Add junos_system declartive module and other related change (#25859) 2017-06-22 09:34:50 +05:30
netscaler.py New module: manage Citrix Netscaler service configuration (network/netscaler/netscaler_service) (#25129) 2017-06-08 08:33:32 -06:00
network.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
network_common.py renames dict_combine to dict_merge in network_common (#26073) 2017-06-25 18:46:41 -04:00
nxos.py Platform agnostic net_system module (#24953) 2017-06-02 14:06:38 +02:00
openshift_common.py k8s/openshift module_utils split (#23115) 2017-03-30 19:02:17 +02:00
openstack.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
openswitch.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
ordnance.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
ovirt.py Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
postgres.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
powershell.ps1 win_uri: Add integration tests, new functionality... (#25373) 2017-06-19 17:30:08 +01:00
pure.py Initial commit for Pure Storage Ansible module (#25386) 2017-06-16 11:28:50 +01:00
pycompat24.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
rax.py module_utils/rax: Small parameter cleanup (#24664) 2017-05-16 10:02:04 -04:00
redhat.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
service.py Misc typo for Ansible 2017-06-21 11:19:41 -04:00
shell.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
splitter.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
sros.py Add sros changes for Python3 (#24604) 2017-05-17 00:33:36 +05:30
univention_umc.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
urls.py Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
vca.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
vmware.py Fix unresolved import in vmware module_utils (#25288) 2017-06-30 10:28:08 -04:00
vyos.py Workaround to deprecation warning when password is used as arg for *_user (#26169) 2017-06-28 15:11:27 +05:30