Ver código fonte

Make sure fail2ban is started

Lorenzo Villani 9 anos atrás
pai
commit
5d1090d488
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      roles/common/tasks/security.yml

+ 3
- 0
roles/common/tasks/security.yml Ver arquivo

@@ -13,6 +13,9 @@
13 13
   copy: src=etc_fail2ban_filter.d_dovecot-pop3imap.conf dest=/etc/fail2ban/filter.d/dovecot-pop3imap.conf
14 14
   notify: restart fail2ban
15 15
 
16
+- name: Ensure fail2ban is started
17
+  service: name=fail2ban state=started
18
+
16 19
 - name: Update sshd config to disallow root logins
17 20
   lineinfile: dest=/etc/ssh/sshd_config regexp=^PermitRootLogin line="PermitRootLogin no" state=present
18 21
   notify: restart ssh

Carregando…
Cancelar
Salvar