Skip to content

Commit

Permalink
Merge branch 'master' of github.com:robertdebock/ansible-role-firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 6, 2019
2 parents 1f4f768 + a5e6c58 commit e5e37cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ This role has been tested on these [container images](https://hub.docker.com/):
|debian|latest|no|
|centos|7|no|
|centos|latest|no|
|redhat|7|no|
|redhat|latest|no|
|fedora|latest|no|
|fedora|rawhide|yes|
|opensuse|latest|no|
Expand Down
11 changes: 11 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ _firewall_packages:
CentOS-7:
- ufw
CentOS-8: []
RedHat-7:
- ufw
RedHat-8: []
Fedora:
- ufw
openSUSE Leap:
Expand All @@ -28,6 +31,12 @@ _firewall_packages:
- iptables-services
CentOS-8:
- firewalld
RedHat-7:
- firewalld
- iptables
- iptables-services
RedHat-8:
- firewalld
Fedora:
- firewalld
- python3-firewall
Expand All @@ -43,6 +52,8 @@ _firewall_service:
Alpine: iptables
CentOS-7: firewalld
CentOS-8: firewalld
RedHat-7: firewalld
RedHat-8: firewalld
Fedora: firewalld
openSUSE Leap: firewalld

Expand Down

0 comments on commit e5e37cd

Please sign in to comment.