From 42961b1c059aa2c03cb0f80dbfeaa2e596495c00 Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Thu, 6 Sep 2018 16:11:00 -0400 Subject: [PATCH] Update 'local.yaml' --- local.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/local.yaml b/local.yaml index c26fdfb..6d1d472 100644 --- a/local.yaml +++ b/local.yaml @@ -12,12 +12,18 @@ 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 + - name: download 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 - + + - name: download resolv file + get_url: + url: https://git.aanetworks.org/ariel/playbook-base/raw/branch/master/static_files/resolv.conf + dest: /etc/resolv.conf + force: yes + handlers: - name: start fail2ban service: name=fail2ban state=started