Small improvement in documentation
This commit is contained in:
parent
80cae51b16
commit
009ee165a8
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@ options:
|
||||||
- 'The firewalld zone to add/remove to/from (NOTE: default zone can be configured per system but "public" is default from upstream. Available choices can be extended based on per-system configs, listed here are "out of the box" defaults).'
|
- 'The firewalld zone to add/remove to/from (NOTE: default zone can be configured per system but "public" is default from upstream. Available choices can be extended based on per-system configs, listed here are "out of the box" defaults).'
|
||||||
required: false
|
required: false
|
||||||
default: system-default(public)
|
default: system-default(public)
|
||||||
choices: [ "work", "drop", "internal", "external", "trusted", "home", "dmz", "public", "block"]
|
choices: [ "work", "drop", "internal", "external", "trusted", "home", "dmz", "public", "block" ]
|
||||||
permanent:
|
permanent:
|
||||||
description:
|
description:
|
||||||
- "Should this configuration be in the running firewalld configuration or persist across reboots."
|
- "Should this configuration be in the running firewalld configuration or persist across reboots."
|
||||||
|
@ -67,6 +67,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- "Should this port accept(enabled) or reject(disabled) connections."
|
- "Should this port accept(enabled) or reject(disabled) connections."
|
||||||
required: true
|
required: true
|
||||||
|
choices: [ "enabled", "disabled" ]
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- "The amount of time the rule should be in effect for when non-permanent."
|
- "The amount of time the rule should be in effect for when non-permanent."
|
||||||
|
|
Loading…
Reference in a new issue