library/roles/fail2ban: Fix the tests on the distributions versions, again.

infrastructure-services/group_vars/images_provider/main.yml: Install the linux kernel headers, otherwise the virtualbox modules aren't compiled.
This commit is contained in:
Andrea Dell'Amico 2015-08-01 12:57:03 +02:00
parent bee4f5f420
commit 72e03b7851
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,3 @@
---
- include: fail2ban.yml
when:
- is_trusty
- is_debian8
when: ( is_trusty ) or ( is_debian8 )

View File

@ -10,7 +10,9 @@
- include: disable-ipv6-old-servers.yml
when: disable_ipv6
- include: denyhost.yml
when: is_debian_7_or_older or is_ubuntu_less_than_trusty
when:
- is_debian_7_or_older
- is_ubuntu_less_than_trusty
- include: munin.yml
when: configure_munin
- include: pubkeys.yml