community.general/lib/ansible/modules/network/f5
Tim Rupp 44a5b3abb4
Various fixes (#34815)
This patch was primarily an effort to reduce traceback errors for
work that sivel was doing. Part of (and in some cases in addition to)
that, the following was done.

* 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 12:08:49 -08:00
..
__init__.py
bigip_asm_policy.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_command.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_config.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_configsync_action.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_device_connectivity.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_device_dns.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_device_httpd.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_device_ntp.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_device_sshd.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_device_trust.py Various fixes (#34815) 2018-01-12 12:08:49 -08:00
bigip_facts.py Adds new facts to bigip_facts (#33475) 2017-12-01 20:52:24 -08:00
bigip_gtm_datacenter.py Various bigip_gtm_datacenter fixes (#34440) 2018-01-03 21:18:34 -08:00
bigip_gtm_facts.py Bugfix.add token cleanup 02 (#34441) 2018-01-04 09:24:14 -08:00
bigip_gtm_pool.py Bugfix.add token cleanup 02 (#34441) 2018-01-04 09:24:14 -08:00
bigip_gtm_server.py Fixes bigip gtm params (#34544) 2018-01-06 19:36:02 -08:00
bigip_gtm_virtual_server.py Various errors and formatting fixes (#33503) 2017-12-02 22:33:18 -08:00
bigip_gtm_wide_ip.py Bugfix.add token cleanup 02 (#34441) 2018-01-04 09:24:14 -08:00
bigip_hostname.py Bugfix.add token cleanup 02 (#34441) 2018-01-04 09:24:14 -08:00
bigip_iapp_service.py Bugfix.add token cleanup 02 (#34441) 2018-01-04 09:24:14 -08:00
bigip_iapp_template.py Bugfix.add token cleanup 02 (#34441) 2018-01-04 09:24:14 -08:00
bigip_iapplx_package.py Bugfix.add token cleanup 02 (#34441) 2018-01-04 09:24:14 -08:00
bigip_irule.py Adds token cleanup to bigip irules (#34203) 2017-12-22 11:40:20 -08:00
bigip_monitor_http.py Fixes for bigip monitors and profiles (#34524) 2018-01-05 15:53:26 -08:00
bigip_monitor_https.py Fixes for bigip monitors and profiles (#34524) 2018-01-05 15:53:26 -08:00
bigip_monitor_snmp_dca.py Fixes for bigip monitors and profiles (#34524) 2018-01-05 15:53:26 -08:00
bigip_monitor_tcp.py Removes deprecated code from bigip_monitor_tcp (#34520) 2018-01-05 15:22:50 -08:00
bigip_monitor_tcp_echo.py Fixes for bigip monitors and profiles (#34524) 2018-01-05 15:53:26 -08:00
bigip_monitor_tcp_half_open.py Fixes for bigip monitors and profiles (#34524) 2018-01-05 15:53:26 -08:00
bigip_monitor_udp.py Fixes for bigip monitors and profiles (#34524) 2018-01-05 15:53:26 -08:00
bigip_node.py Refactors bigip_node (#33492) 2017-12-02 20:04:21 -08:00
bigip_partition.py Adds token cleanup for bigip_partition (#34415) 2018-01-03 12:34:54 -08:00
bigip_policy.py Various bigip policy fixes (#33491) 2017-12-02 19:32:28 -08:00
bigip_policy_rule.py Adds bigip_policy_rule module (#33482) 2017-12-01 22:47:05 -08:00
bigip_pool.py Fixes and additions to bigip_pool (#34205) 2017-12-22 12:39:19 -08:00
bigip_pool_member.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_profile_client_ssl.py Fixes for bigip monitors and profiles (#34524) 2018-01-05 15:53:26 -08:00
bigip_provision.py Fixes a weird udf scenario (#33681) 2017-12-07 08:47:35 -08:00
bigip_qkview.py Removes bigip_qkview from skip file (#32529) 2017-11-02 21:27:11 -07:00
bigip_remote_syslog.py Adds hostname to remote-syslog (#33496) 2017-12-02 21:03:19 -08:00
bigip_routedomain.py routedomain fixes (#33501) 2017-12-02 22:10:04 -08:00
bigip_security_address_list.py Adds the AFM address list module (#34814) 2018-01-12 10:25:33 -08:00
bigip_security_port_list.py Adds bigip_security_port_list module (#33845) 2017-12-12 21:13:06 -08:00
bigip_selfip.py Various bigip_selfip fixes (#33500) 2017-12-02 21:50:25 -08:00
bigip_snat_pool.py Removes deprecated "append" param from snat pool (#32953) 2017-11-15 19:35:09 -08:00
bigip_snmp.py Removes bigip_snmp from skip file (#32530) 2017-11-03 07:00:49 -07:00
bigip_snmp_trap.py Removes bigip_snmp_trap from skip file (#32470) 2017-11-01 15:20:28 -07:00
bigip_software_update.py Adds bigip_software_update module (#34410) 2018-01-03 11:30:11 -08:00
bigip_ssl_certificate.py Fixes bug converning filenames with dots (#33493) 2017-12-02 20:17:14 -08:00
bigip_ssl_key.py Fixes bug converning filenames with dots (#33493) 2017-12-02 20:17:14 -08:00
bigip_sys_db.py Refactors bigip_sys_db (#33490) 2017-12-02 19:08:01 -08:00
bigip_sys_global.py Refactors the bigip_sys_global module (#34438) 2018-01-03 20:39:08 -08:00
bigip_traffic_group.py Adds bigip_traffic_group module (#34436) 2018-01-03 20:26:18 -08:00
bigip_ucs.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
bigip_user.py Adds token cleanup for bigip_partition (#34415) 2018-01-03 12:34:54 -08:00
bigip_vcmp_guest.py Adds token cleanup for bigip_partition (#34415) 2018-01-03 12:34:54 -08:00
bigip_virtual_address.py Adds traffic group and fixes (#33502) 2017-12-02 22:20:00 -08:00
bigip_virtual_server.py Refactors bigip_virtual_server (#34412) 2018-01-03 13:42:17 -08:00
bigip_vlan.py Refactors bigip_vlan (#33489) 2017-12-02 18:58:51 -08:00
bigip_wait.py Adds token cleanup for bigip_partition (#34415) 2018-01-03 12:34:54 -08:00
bigiq_regkey_license.py Adds the bigiq_regkey_license module (#34543) 2018-01-06 12:13:50 -08:00
bigiq_regkey_pool.py Adds bigiq regkey pool module (#34542) 2018-01-06 11:34:14 -08:00