1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/module_utils
Ganesh Nalawade a6af204cee Fix junos_user purge option failures (#28867)
* Fix junos_user pruge option failures

Fixes #25989

Add seperate handling for purge option which
fetches configured users on remote device
and delete the one not present in aggregate
list.

* Minor changes
2017-08-31 17:46:13 +05:30
..
aws New Module to manage AWS direct connect link aggregation groups (#27250) 2017-08-22 18:24:54 -04:00
facts Fix ansible_virtualization_role fact on CloudLinux (#27191) 2017-08-30 12:25:57 -04:00
parsing also strip strings to avoid spaces breaking match 2017-08-23 16:01:02 -04:00
powershell Added powershell SID utils for shared common code (#27091) 2017-08-28 19:15:58 -04:00
six Remove automatic use of system six 2017-07-25 15:58:23 -07:00
__init__.py
_text.py Fix for to_text and to_bytes error handlers 2017-07-24 09:19:04 -07:00
a10.py
aci.py ACI Config Rollback: Add new module to support config rollbacks in ACI (#28811) 2017-08-30 07:26:17 +02:00
aireos.py Sanitizing all responses from aireos. (#27660) 2017-08-02 22:01:38 +01:00
ansible_tower.py
aos.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
api.py Remove comments about import order 2017-08-07 19:46:06 -07:00
aruba.py Persistent connection timer changes (#27272) 2017-08-01 11:45:45 -06:00
asa.py fixes asa_acl module to work with persistent connections (#28320) 2017-08-17 07:48:35 -04:00
avi.py
azure_rm_common.py Add support for Azure Functions (#28566) 2017-08-29 18:54:58 -07:00
basic.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
bigswitch_utils.py
ce.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
cloud.py AWSRetry: allow retrying on additional ClientError exceptions (#28483) 2017-08-22 15:31:20 -04:00
cloudstack.py cloudstack: utils: reduce cs lib dependency in modules (#26848) 2017-07-15 18:25:27 +02:00
cnos.py Update CNOS.py to fix error in image download on devices (#28589) 2017-08-26 13:38:00 -04:00
cnos_devicerules.py Changing new Device name from <Device Name>_cnos to <Device Name> (#27025) 2017-07-21 11:18:59 +01:00
cnos_errorcodes.py
connection.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
crypto.py Extend test coverage for openssl modules (#27548) 2017-08-21 12:19:41 +01:00
database.py
dellos6.py
dellos9.py
dellos10.py
digital_ocean.py Refactor DigitalOcean modules 2017-08-18 00:23:54 -07:00
dimensiondata.py
docker_common.py docker_secret: fix broken import 2017-08-12 10:16:05 -07:00
ec2.py [cloud] Remove custom pagination function in ec2_launchconfig module (#28574) 2017-08-29 13:52:45 -04:00
eos.py eos_user fix username param (#28114) 2017-08-16 12:08:59 +05:30
exoscale.py exoscale: similar env vars as in cloudstack 2017-08-22 14:43:48 +02:00
f5_utils.py Remove wildcard imports 2017-07-28 22:10:17 -07:00
fortios.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
gcdns.py
gce.py
gcp.py
infinibox.py
ios.py Fix #26918: IOS TypeError (#26999) 2017-07-19 15:06:11 -07:00
iosxr.py Keep the diff even when running in check mode so we can tell if there is a diff or changed is true. (#27713) 2017-08-07 17:30:10 +02:00
ipa.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
ismount.py
json_utils.py
junos.py Fix junos_user purge option failures (#28867) 2017-08-31 17:46:13 +05:30
k8s_common.py Allow for generating kubernetes YAML files from modules (#27833) 2017-08-07 13:04:03 -04:00
known_hosts.py
lxd.py
manageiq.py New model manageiq manageiq provider (#28273) 2017-08-29 22:54:35 -04:00
mysql.py
netapp.py Refactor E-Series VolumeCopy to use module_utils (#20902) 2017-08-07 09:18:26 -06:00
netcfg.py fix unicode errors in iosxr 2017-07-19 14:51:35 -07:00
netcli.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
netconf.py Fix fetch configuration in junos_command (#26392) 2017-07-28 23:06:21 +05:30
netscaler.py New module: manage Citrix Netscaler SSL certificate keys (network/netscaler/netscaler_ssl_certkey)) (#27641) 2017-08-03 15:24:56 +01:00
network.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
network_common.py fixes bugs in network filter for parsing ip address (#28404) 2017-08-18 14:05:26 -04:00
nxos.py fix nxos parse response KeyError (#28602) 2017-08-28 16:15:20 -04:00
oneview.py NetworkSetFactsModule for HPE OneView (#28730) 2017-08-30 16:46:05 +02:00
openshift_common.py
openstack.py
ordnance.py
ovirt.py [oVirt] Update/Add functionalities for import storage domain (#26568) 2017-08-23 08:44:02 -04:00
postgres.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
pure.py
pycompat24.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
rax.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
redhat.py Use atomic_move rather than writing in place in redhat_subscription (#27132) 2017-07-21 18:22:58 -04:00
service.py
splitter.py
sros.py
univention_umc.py
urls.py Remove wildcard imports and get_exception calls 2017-08-12 00:48:53 -07:00
vca.py Use response.content instead of response object (#25772) 2017-08-14 12:40:06 -04:00
vmware.py Refactor code for find_host_by_cluster_datacenter (#26859) 2017-08-28 18:36:46 +02:00
vyos.py vyos implementation for net_interface module (#26799) 2017-07-14 19:39:21 +05:30