diff --git a/local.yaml b/local.yaml index dbb7b5f..c26fdfb 100644 --- a/local.yaml +++ b/local.yaml @@ -11,11 +11,14 @@ get_url: url: https://git.aanetworks.org/ariel/playbook-base/raw/branch/master/static_files/hosts.allow dest: /etc/hosts.allow + force: yes - name: downlod deny file get_url: url: https://git.aanetworks.org/ariel/playbook-base/raw/branch/master/static_files/hosts.deny dest: /etc/hosts.deny + force: yes handlers: - name: start fail2ban - service: name=fail2ban state=started \ No newline at end of file + service: name=fail2ban state=started + \ No newline at end of file