|
|
@ -54,12 +54,14 @@ options:
|
|
|
|
default: filter
|
|
|
|
default: filter
|
|
|
|
choices: [ "filter", "nat", "mangle", "raw", "security" ]
|
|
|
|
choices: [ "filter", "nat", "mangle", "raw", "security" ]
|
|
|
|
state:
|
|
|
|
state:
|
|
|
|
description: Whether the rule should be absent or present.
|
|
|
|
description:
|
|
|
|
|
|
|
|
- Whether the rule should be absent or present.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: present
|
|
|
|
default: present
|
|
|
|
choices: [ "present", "absent" ]
|
|
|
|
choices: [ "present", "absent" ]
|
|
|
|
ip_version:
|
|
|
|
ip_version:
|
|
|
|
description: Which version of the IP protocol this rule should apply to.
|
|
|
|
description:
|
|
|
|
|
|
|
|
- Which version of the IP protocol this rule should apply to.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: ipv4
|
|
|
|
default: ipv4
|
|
|
|
choices: [ "ipv4", "ipv6" ]
|
|
|
|
choices: [ "ipv4", "ipv6" ]
|
|
|
|