iptables - Allowing only certain ip traffic to server using Ansible -
i using ansible configure several web servers. want restrict traffic coming servers except hosts. actually, want these servers accessed hosts only.
first figure out how configure such firewall on system without ansible. use ansible apply configuration host.
i use package iptables-persistent on debian 9, , use ansible templating manage /etc/iptables/rules.v4
Comments
Post a Comment