diff --git a/lib/ansible/modules/extras/network/f5/bigip_device_sshd.py b/lib/ansible/modules/extras/network/f5/bigip_device_sshd.py index 854337180c3..d69292f6017 100644 --- a/lib/ansible/modules/extras/network/f5/bigip_device_sshd.py +++ b/lib/ansible/modules/extras/network/f5/bigip_device_sshd.py @@ -118,27 +118,27 @@ EXAMPLES = ''' RETURN = ''' allow: - description: | + description: > Specifies, if you have enabled SSH access, the IP address or address range for other systems that can use SSH to communicate with this system. returned: changed - type: list - sample: "192.168.*.*" + type: string + sample: "192.0.2.*" banner: description: Whether the banner is enabled or not. returned: changed type: string sample: "true" banner_text: - description: | + description: > Specifies the text included on the pre-login banner that displays when a user attempts to login to the system using SSH. returned: changed and success type: string sample: "This is a corporate device. Connecting to it without..." inactivity_timeout: - description: | + description: > The number of seconds before inactivity causes an SSH. session to log out returned: changed diff --git a/lib/ansible/modules/extras/network/f5/bigip_routedomain.py b/lib/ansible/modules/extras/network/f5/bigip_routedomain.py index 0df2446184a..f679dd03819 100644 --- a/lib/ansible/modules/extras/network/f5/bigip_routedomain.py +++ b/lib/ansible/modules/extras/network/f5/bigip_routedomain.py @@ -46,12 +46,13 @@ options: - The unique identifying integer representing the route domain. required: true parent: - description: | + description: Specifies the route domain the system searches when it cannot find a route in the configured domain. + required: false routing_protocol: description: - - Dynamic routing protocols for the system to use in the route domain. + - Dynamic routing protocols for the system to use in the route domain. choices: - BFD - BGP