New in version 2.4.
This modules allows for enable/disable/activate of awall policies.
Alpine Wall (awall) generates a firewall configuration from the enabled policy files and activates the configuration on the system.
Parameter | Choices/Defaults | Comments |
---|---|---|
activate
boolean
|
|
Activate the new firewall rules.
Can be run with other steps or on its own.
|
name
list
|
One or more policy names.
|
|
state
string
|
|
Whether the policies should be enabled or disabled.
|
- name: Enable "foo" and "bar" policy
awall:
name: [ foo bar ]
state: enabled
- name: Disable "foo" and "bar" policy and activate new rules
awall:
name:
- foo
- bar
state: disabled
activate: no
- name: Activate currently enabled firewall rules
awall:
activate: yes
This module is guaranteed to have no backward incompatible interface changes going forward. [stableinterface]
This module is maintained by the Ansible Community. [community]
Ted Trask (@tdtrask) <ttrask01@yahoo.com>
Hint
If you notice any issues in this documentation you can edit this document to improve it.