Update 'local.yaml'

master
Ariel Antigua 2018-09-06 16:28:02 -04:00
parent 42961b1c05
commit 9e46fd5ce4
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,6 @@
become: true
become_method: sudo
tasks:
- name: Installs fail2ban
apt: pkg=fail2ban state=installed update_cache=true
- name: download allow file
get_url:
@ -24,6 +22,9 @@
dest: /etc/resolv.conf
force: yes
- name: Installs fail2ban
apt: pkg=fail2ban state=installed update_cache=true
handlers:
- name: start fail2ban
service: name=fail2ban state=started