doc formatting
This commit is contained in:
parent
366f163495
commit
c90509dc9f
1 changed files with 5 additions and 5 deletions
|
@ -53,28 +53,28 @@ options:
|
||||||
- CIDR (full notation) to be used for security group rule.
|
- CIDR (full notation) to be used for security group rule.
|
||||||
required: false
|
required: false
|
||||||
default: '0.0.0.0/0'
|
default: '0.0.0.0/0'
|
||||||
user_security_group
|
user_security_group:
|
||||||
description:
|
description:
|
||||||
- Security group this rule is based of.
|
- Security group this rule is based of.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
start_port
|
start_port:
|
||||||
description:
|
description:
|
||||||
- Start port for this rule. Required if C(protocol=tcp) or C(protocol=udp).
|
- Start port for this rule. Required if C(protocol=tcp) or C(protocol=udp).
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: [ 'port' ]
|
aliases: [ 'port' ]
|
||||||
end_port
|
end_port:
|
||||||
description:
|
description:
|
||||||
- End port for this rule. Required if C(protocol=tcp) or C(protocol=udp), but C(start_port) will be used if not set.
|
- End port for this rule. Required if C(protocol=tcp) or C(protocol=udp), but C(start_port) will be used if not set.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
icmp_type
|
icmp_type:
|
||||||
description:
|
description:
|
||||||
- Type of the icmp message being sent. Required if C(protocol=icmp).
|
- Type of the icmp message being sent. Required if C(protocol=icmp).
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
icmp_code
|
icmp_code:
|
||||||
description:
|
description:
|
||||||
- Error code for this icmp message. Required if C(protocol=icmp).
|
- Error code for this icmp message. Required if C(protocol=icmp).
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue