Update 'local.yaml'

master
Ariel Antigua 2018-09-06 14:34:06 -04:00
parent 0cb4efd70e
commit de0ad1e5d0
1 changed files with 3 additions and 2 deletions

View File

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