Browse Source

Merge pull request #403 from spk/whois-fail2ban-report

Added whois for fail2ban report
Alex Payne 9 years ago
parent
commit
9bfd5167b6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      roles/common/tasks/security.yml

+ 1
- 0
roles/common/tasks/security.yml View File

@@ -2,6 +2,7 @@
2 2
   apt: pkg={{ item }} state=installed
3 3
   with_items:
4 4
     - fail2ban
5
+    - whois
5 6
     - lynis
6 7
     - rkhunter
7 8
   tags:

Loading…
Cancel
Save