mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
Add support for firewalld intra zone forwarding - documentation
This commit is contained in:
parent
5a38230dbf
commit
4fefc2482a
1 changed files with 21 additions and 0 deletions
|
|
@ -117,6 +117,21 @@ Parameters
|
||||||
<div>The masquerade setting you would like to enable/disable to/from zones within firewalld.</div>
|
<div>The masquerade setting you would like to enable/disable to/from zones within firewalld.</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<div class="ansibleOptionAnchor" id="parameter-"></div>
|
||||||
|
<b>forward</b>
|
||||||
|
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
|
||||||
|
<div style="font-size: small">
|
||||||
|
<span style="color: purple">string</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<div>Whether intra zone forwarding should be enabled/disabled for a zone in firewalld.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<div class="ansibleOptionAnchor" id="parameter-"></div>
|
<div class="ansibleOptionAnchor" id="parameter-"></div>
|
||||||
|
|
@ -454,6 +469,12 @@ Examples
|
||||||
permanent: yes
|
permanent: yes
|
||||||
zone: dmz
|
zone: dmz
|
||||||
|
|
||||||
|
- ansible.posix.firewalld:
|
||||||
|
forward: yes
|
||||||
|
state: enabled
|
||||||
|
permanent: yes
|
||||||
|
zone: dmz
|
||||||
|
|
||||||
- ansible.posix.firewalld:
|
- ansible.posix.firewalld:
|
||||||
zone: custom
|
zone: custom
|
||||||
state: present
|
state: present
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue