Posted on 10th September 2024|29 views
Explain iptables Module with example
Posted on 10th September 2024| views
In Ansible, iptables module is used to handle, set and check the tables of the IP Packet filter rules. This can modify the rules stored in the memory.
Example:
Chain: OUTPUT
source:7.7.7.7
jump: DROP
become:no