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