Skip to content

Commit

Permalink
added documentation for multiple interfaces per zone
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatKey committed Apr 15, 2019
1 parent 40fa219 commit aeaadc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following variable is used to define the default zone of firewalld:

---

The following variables are used to define the interface of a zone:
The following variables are used to define the interface of a zone (multiple interfaces per zone possible, one interface per line):

```
firewalld_zone_interface:
Expand Down Expand Up @@ -115,6 +115,7 @@ Example Playbook
firewalld_zone_interface:
public: eth0
internal: eth1
internal: eth2
firewalld_zone_source:
trusted:
source: "192.168.1.0/24"
Expand Down

0 comments on commit aeaadc2

Please sign in to comment.