commit | 90145e6371252539920e7de85cb7d75e57b461ac | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 16:24:11 2018 -0600 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 16:24:11 2018 -0600 |
tree | 703b8fe22f8202d245f4f0931d2cd8f426af5f37 | |
parent | da2cab3b1ff290b9606686988011592b723c20b9 [diff] |
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: '!'