From: Matthew Rees Date: Mon, 6 Jun 2016 12:08:53 +0000 (+0200) Subject: Only include the firewall checks when a user wants them checked X-Git-Tag: v1.0.6~91^2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9aa8a4b024eb05ff3dc8f3d8240ee93d2d0db034;p=ceph-ansible.git Only include the firewall checks when a user wants them checked --- 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