updated where start is done.
diff --git a/tasks/main.yml b/tasks/main.yml index 69e320d..5c8605a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -17,6 +17,8 @@ chain: INPUT protocol: tcp destination_port: "{{ destination_port }}" - source: "{{ inventory_hostname }}" + source: "{{ ansible_host }}" in_interface: eth0 policy: DROP + state: present + tcp_flags: '!'