mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #6442/b4628e27 backport][stable-5] awall: improve docs (#6454)
awall: improve docs (#6442)
* awall: improve docs
* Update plugins/modules/awall.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit b4628e27b2
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
98e0f0b6ff
commit
0c213d76c5
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,7 @@ module: awall
|
||||||
short_description: Manage awall policies
|
short_description: Manage awall policies
|
||||||
author: Ted Trask (@tdtrask) <ttrask01@yahoo.com>
|
author: Ted Trask (@tdtrask) <ttrask01@yahoo.com>
|
||||||
description:
|
description:
|
||||||
- This modules allows for enable/disable/activate of I(awall) policies.
|
- This modules allows for enable/disable/activate of C(awall) policies.
|
||||||
- Alpine Wall (I(awall)) generates a firewall configuration from the enabled policy files
|
- Alpine Wall (I(awall)) generates a firewall configuration from the enabled policy files
|
||||||
and activates the configuration on the system.
|
and activates the configuration on the system.
|
||||||
options:
|
options:
|
||||||
|
@ -34,8 +34,11 @@ options:
|
||||||
description:
|
description:
|
||||||
- Activate the new firewall rules.
|
- Activate the new firewall rules.
|
||||||
- Can be run with other steps or on its own.
|
- Can be run with other steps or on its own.
|
||||||
|
- Idempotency is affected if I(activate=true), as the module will always report a changed state.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
|
notes:
|
||||||
|
- At least one of I(name) and I(activate) is required.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
Loading…
Reference in a new issue