diff --git a/roles/rkhunter/templates/rkhunter.conf.j2 b/roles/rkhunter/templates/rkhunter.conf.j2 index 44c0780839..14f770cee1 100644 --- a/roles/rkhunter/templates/rkhunter.conf.j2 +++ b/roles/rkhunter/templates/rkhunter.conf.j2 @@ -200,7 +200,7 @@ ALLOW_SSH_PROT_V1=0 # tests, the test names, and how rkhunter behaves when these options are used. # ENABLE_TESTS="all" -{% if ansible_hostname.startswith('fed-cloud') %} +{% if ansible_hostname.startswith(('fed-cloud', 'buildvmhost-s390x')) %} # Disable the promisc test here as openstack has it set on interfaces DISABLE_TESTS="suspscan hidden_procs deleted_files packet_cap_apps apps promisc" {% else %}