From 59e25bbe5b051b7308d0c588d3341ca5584e326f Mon Sep 17 00:00:00 2001 From: rabru Date: Thu, 23 Aug 2018 18:47:21 +0200 Subject: [PATCH] Update bigiq_application_https_offload.py (#44562) +label: docsite_pr --- .../network/f5/bigiq_application_https_offload.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/network/f5/bigiq_application_https_offload.py b/lib/ansible/modules/network/f5/bigiq_application_https_offload.py index 862a23f3eb7..bc401269097 100644 --- a/lib/ansible/modules/network/f5/bigiq_application_https_offload.py +++ b/lib/ansible/modules/network/f5/bigiq_application_https_offload.py @@ -49,7 +49,7 @@ options: - Traffic destined to the C(redirect_virtual) will be offloaded to this parameter to ensure that proper redirection from insecure, to secure, occurs. suboptions: - destination: + address: description: - Specifies destination IP address information to which the virtual server sends traffic. @@ -73,7 +73,7 @@ options: C(inbound_virtual) parameter to ensure that proper redirection from insecure, to secure, occurs. suboptions: - destination: + address: description: - Specifies destination IP address information to which the virtual server sends traffic. @@ -130,7 +130,7 @@ options: - Passphrases are encrypted on the remote BIG-IP device. service_environment: description: - - Specifies the name of service environment that the application will be + - Specifies the name of service environment or the hostname of the BIG-IP that the application will be deployed to. - When creating a new application, this parameter is required. add_analytics: @@ -171,11 +171,11 @@ EXAMPLES = r''' - address: 5.6.7.8 port: 8080 inbound_virtual: - destination: 2.2.2.2 + address: 2.2.2.2 netmask: 255.255.255.255 port: 443 redirect_virtual: - destination: 2.2.2.2 + address: 2.2.2.2 netmask: 255.255.255.255 port: 80 provider: