ansible-role-firewall icon indicating copy to clipboard operation
ansible-role-firewall copied to clipboard

Ensure iptables is really installed.

Open mikegleasonjr opened this issue 7 years ago • 2 comments

We had a PR (#21) that made sure iptables was installed.

Is it really the case on supported OSes (centos-6, centos-7, ubuntu-xenial, ubuntu-trusty), that maybe iptables is not installed?

Maybe adding couldn't hurt.

mikegleasonjr avatar Mar 27 '18 19:03 mikegleasonjr

It needs for minimal (ubuntu minimal) version only. If iptables were installed ansible will skip this stage.

roquie avatar Mar 28 '18 02:03 roquie

CentOS 7 comes preinstalled with "firewalld". So it is necesarry to trigger installation.

It would be necessary as well to stop/disable firewalld which is not jet done. (will create a seperat ticket for it)

gerhard-tinned avatar May 18 '18 12:05 gerhard-tinned