mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
firewalld: fixes documentation
- removes warning, aligning to existing documentation - adds version
This commit is contained in:
parent
8b2d484032
commit
20fd04b9e7
1 changed files with 2 additions and 1 deletions
|
@ -49,9 +49,10 @@ options:
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
interface:
|
interface:
|
||||||
description:
|
description:
|
||||||
- 'The interface you would like to add/remove to/from a zone in firewalld - zone must be specified'
|
- 'The interface you would like to add/remove to/from a zone in firewalld'
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
version_added: "2.1"
|
||||||
zone:
|
zone:
|
||||||
description:
|
description:
|
||||||
- '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).'
|
||||||
|
|
Loading…
Reference in a new issue