|
|
@ -48,20 +48,20 @@ options:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: 'tcp'
|
|
|
|
default: 'tcp'
|
|
|
|
choices: [ 'tcp', 'udp' ]
|
|
|
|
choices: [ 'tcp', 'udp' ]
|
|
|
|
public_port
|
|
|
|
public_port:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Start public port for this rule.
|
|
|
|
- Start public port for this rule.
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
public_end_port
|
|
|
|
public_end_port:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- End public port for this rule. If not specific, equal C(public_port).
|
|
|
|
- End public port for this rule. If not specific, equal C(public_port).
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
private_port
|
|
|
|
private_port:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Start private port for this rule.
|
|
|
|
- Start private port for this rule.
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
private_end_port
|
|
|
|
private_end_port:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- End private port for this rule. If not specific, equal C(private_port)
|
|
|
|
- End private port for this rule. If not specific, equal C(private_port)
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|