From 2640d604c99595396150e50e5b14ba6fba4a6fcc Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Thu, 6 Sep 2018 15:52:14 -0400 Subject: [PATCH] Update 'local.yaml' --- local.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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