community.general/lib/ansible/modules
Tim Rupp eace686044
Various fixes and changes for F5 (#34817)
Primarily, this patch contains refactors to remove tracebacks that
are generated when libraries are missing. There is also,

* Removed re-def of cleanup_tokens.
* Changed parameter args to be keywords.
* Changed imports to include new module_util locations.
* Imports also include developing (sideband) module_util locations.
* Changed to using F5Client and plain AnsibleModule to prevent tracebacks caused by missing libraries.
* Removed init and update methods from most Parameter classes (optimization) as its now included in module_utils.
* Changed module and module param references to take into account the new self.module arg. Minor bug fixes made during this refactor.
2018-01-12 13:23:19 -08:00
..
cloud Add new Cloudstack module cs_vpc_offering (#34797) 2018-01-12 21:40:35 +01:00
clustering Separate common and raw (#34563) 2018-01-09 07:22:46 -05:00
commands Remove shell module specialcases 2017-12-21 20:42:44 -08:00
crypto expose subject_strict and issuer_strict to users (#34090) 2018-01-04 04:43:37 -05:00
database New module for managing user in InfluxDB (#31566) 2018-01-05 15:27:43 +05:30
files Update unarchive.py (#34596) 2018-01-11 14:12:32 +10:00
identity FreeIPA: Add CNAME, DNAME and A6 as record type (#34236) 2017-12-27 16:32:11 -05:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring New module grafana dashboard (#31930) 2018-01-04 10:12:02 +00:00
net_tools Sort out parameter requirements for cloudflare_dns (#31800) 2018-01-11 12:03:54 -05:00
network Various fixes and changes for F5 (#34817) 2018-01-12 13:23:19 -08:00
notification Fix out-dated code style in new module logentries_msg.py 2018-01-04 20:50:42 -08:00
packaging Validate modules arg spec fixes (#34477) 2018-01-11 15:41:53 -08:00
remote_management Add ManageIQ Azure provider (#34708) 2018-01-11 09:06:33 -05:00
source_control Fixed typo on git module doc (#34039) 2017-12-19 17:44:06 +01:00
storage Deprecate check_invalid_arguments (#34004) 2017-12-19 14:36:02 -08:00
system Filesystem: refactor, improvements, add tests (#25519) 2018-01-11 11:10:14 -05:00
utilities fix ci, duplicate exception checking was merged in wait_for (my fault) 2017-12-13 09:53:39 -08:00
web_infrastructure Add validate_certs to jira module (#34756) 2018-01-11 23:39:07 -05:00
windows Implemented Trigger Repetition (#32938) 2018-01-12 08:08:50 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00