Install iptables as a dependency on redhat systems
It's weird that the docker package doesn't define iptables as a hard requirement itself. Any thoughts on this?
That is good point, this role used to work just fine. Now with latest centos8 images it fails. The most probable reason is that today you can decide if you use firewalld or iptables? Maybe in the past they used to have iptables part of image by default ?
Ok that kind of makes sense. But then with this change we would be making the decision for the user to use iptables over firewalld. Can we set iptables as a default dependency but make it so that the user can choose firewalld if they want? Is that an idea? Otherwise we're kind of forcing everyone to use iptables.