community.general/lib/ansible/modules/network/f5
Tim Rupp ecee475a3a This patch fixes a number of outstanding bugs and code convention problems. (#31618)
* documentation was not inline with other Ansible modules
* Python 3 specific imports were missing
* monitor_type is no longer required when creating a new pool; it is now the default.
* A new monitor_type choice of "single" was added for a more intuitive way to specify "a single monitor". It uses "and_list" underneath, but provides additional checks to ensure that you are specifying only a single monitor.
* host and port arguments have been deprecated for now. Please use bigip_pool_member instead.
* 'partition' field was missing from documentation.
* A note that "python 2.7 or greater is required" has been added for those who were not aware that this applies for ALL F5 modules.
* Unit tests were fixed to support the above module
2017-10-13 09:47:49 -07:00
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
bigip_command.py Adding a cli transport option for the bigip_command module. (#30391) 2017-10-12 15:07:15 -07:00
bigip_config.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_configsync_action.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_configsync_actions.py Renames the bigip_configsync_actions module (#29747) 2017-09-12 05:53:44 +01:00
bigip_device_dns.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_device_ntp.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_device_sshd.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_facts.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_gtm_datacenter.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
bigip_gtm_facts.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_gtm_pool.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_gtm_virtual_server.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_gtm_wide_ip.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_hostname.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_iapp_service.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_iapp_template.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_irule.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_monitor_http.py Adds a refactored bigip_monitor_http module. (#30998) 2017-10-12 17:02:05 -07:00
bigip_monitor_https.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_monitor_tcp.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_monitor_tcp_echo.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_monitor_tcp_half_open.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_node.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_partition.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_pool.py This patch fixes a number of outstanding bugs and code convention problems. (#31618) 2017-10-13 09:47:49 -07:00
bigip_pool_member.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_provision.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_qkview.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_remote_syslog.py Adds the bigip_remote_syslog module 2017-10-09 13:21:16 -07:00
bigip_routedomain.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_selfip.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_snat_pool.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_snmp.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_snmp_trap.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_ssl_certificate.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_sys_db.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_sys_global.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_ucs.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_user.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_virtual_address.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_virtual_server.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00
bigip_vlan.py Corrects Copyrights and License headers (#31324) 2017-10-04 20:16:17 +01:00