mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-18 23:44:08 +00:00
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. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_bigip_asm_policy.py | ||
| test_bigip_command.py | ||
| test_bigip_config.py | ||
| test_bigip_configsync_action.py | ||
| test_bigip_configsync_actions.py | ||
| test_bigip_device_connectivity.py | ||
| test_bigip_device_dns.py | ||
| test_bigip_device_httpd.py | ||
| test_bigip_device_ntp.py | ||
| test_bigip_device_sshd.py | ||
| test_bigip_device_trust.py | ||
| test_bigip_gtm_datacenter.py | ||
| test_bigip_gtm_facts.py | ||
| test_bigip_gtm_pool.py | ||
| test_bigip_gtm_server.py | ||
| test_bigip_gtm_wide_ip.py | ||
| test_bigip_hostname.py | ||
| test_bigip_iapp_service.py | ||
| test_bigip_iapp_template.py | ||
| test_bigip_iapplx_package.py | ||
| test_bigip_irule.py | ||
| test_bigip_monitor_http.py | ||
| test_bigip_monitor_https.py | ||
| test_bigip_monitor_snmp_dca.py | ||
| test_bigip_monitor_tcp.py | ||
| test_bigip_monitor_tcp_echo.py | ||
| test_bigip_monitor_tcp_half_open.py | ||
| test_bigip_monitor_udp.py | ||
| test_bigip_node.py | ||
| test_bigip_partition.py | ||
| test_bigip_policy.py | ||
| test_bigip_policy_rule.py | ||
| test_bigip_pool.py | ||
| test_bigip_profile_client_ssl.py | ||
| test_bigip_provision.py | ||
| test_bigip_qkview.py | ||
| test_bigip_remote_syslog.py | ||
| test_bigip_routedomain.py | ||
| test_bigip_security_address_list.py | ||
| test_bigip_security_port_list.py | ||
| test_bigip_selfip.py | ||
| test_bigip_snat_pool.py | ||
| test_bigip_snmp.py | ||
| test_bigip_snmp_trap.py | ||
| test_bigip_software_update.py | ||
| test_bigip_ssl_certificate.py | ||
| test_bigip_ssl_key.py | ||
| test_bigip_sys_db.py | ||
| test_bigip_sys_global.py | ||
| test_bigip_traffic_group.py | ||
| test_bigip_ucs.py | ||
| test_bigip_user.py | ||
| test_bigip_vcmp_guest.py | ||
| test_bigip_virtual_address.py | ||
| test_bigip_virtual_server.py | ||
| test_bigip_vlan.py | ||
| test_bigip_wait.py | ||
| test_bigiq_regkey_license.py | ||
| test_bigiq_regkey_pool.py | ||