| commit | 0a1772025dace515a4df5ff2555bcb4f00eb2c92 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 16:30:59 2018 -0600 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 16:30:59 2018 -0600 |
| tree | ba9ff66f728b9d6bb773ff01b1b18e0c2b8fbd24 | |
| parent | 33ddee7d24cc76da6bd9fc1b7504bc819e7fa16f [diff] |
updated where start is done.
diff --git a/tasks/main.yml b/tasks/main.yml index be77442..21d7863 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -17,7 +17,7 @@ chain: INPUT protocol: tcp destination_port: "{{ destination_port }}" - source: "{{ ansible_host }}" + source: "{{ private_address }}" in_interface: eth0 policy: DROP state: absent \ No newline at end of file