Update 'local.yaml'

master
Ariel Antigua 2018-09-06 15:13:04 -04:00
parent 0eae47ec23
commit b339f0ac67
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
---
- name: Base config
hosts: all
become: true
become_method: sudo
tasks:
- name: Installs fail2ban
apt: pkg=fail2ban state=installed update_cache=true