From 9aa8a4b024eb05ff3dc8f3d8240ee93d2d0db034 Mon Sep 17 00:00:00 2001 From: Matthew Rees Date: Mon, 6 Jun 2016 14:08:53 +0200 Subject: [PATCH] Only include the firewall checks when a user wants them checked --- roles/ceph-common/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-common/tasks/main.yml b/roles/ceph-common/tasks/main.yml index 3846b2872..0df9ea79c 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -4,6 +4,7 @@ - include: ./checks/check_mandatory_vars.yml - include: ./checks/check_firewall.yml + when: check_firewall - include: ./misc/system_tuning.yml when: osd_group_name in group_names -- 2.39.5