Update 'local.yaml'

master
Ariel Antigua 2018-09-06 10:48:00 -04:00
parent 775314904c
commit 6c5e0670dd
1 changed files with 9 additions and 8 deletions

View File

@ -1,10 +1,11 @@
--- ---
become: true - hosts: servers
- became: true
tasks: tasks:
- name: Install packages - name: Installs fail2ban
apt: name={{item}} apt: pkg=fail2ban state=installed update_cache=true
with_items:
- htop handlers:
- mc - name: start fail2ban
- vim service: name=fail2ban state=started