mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Update docstring to show port ranges as optional
This commit is contained in:
parent
789c1fcbe7
commit
530f12035b
1 changed files with 6 additions and 4 deletions
|
@ -40,16 +40,18 @@ options:
|
||||||
protocol:
|
protocol:
|
||||||
description:
|
description:
|
||||||
- IP protocol
|
- IP protocol
|
||||||
choices: ['tcp', 'udp', 'icmp']
|
choices: ['tcp', 'udp', 'icmp', None]
|
||||||
default: tcp
|
default: None
|
||||||
port_range_min:
|
port_range_min:
|
||||||
description:
|
description:
|
||||||
- Starting port
|
- Starting port
|
||||||
required: true
|
required: false
|
||||||
|
default: None
|
||||||
port_range_max:
|
port_range_max:
|
||||||
description:
|
description:
|
||||||
- Ending port
|
- Ending port
|
||||||
required: true
|
required: false
|
||||||
|
default: None
|
||||||
remote_ip_prefix:
|
remote_ip_prefix:
|
||||||
description:
|
description:
|
||||||
- Source IP address(es) in CIDR notation (exclusive with remote_group)
|
- Source IP address(es) in CIDR notation (exclusive with remote_group)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue