]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Only include the firewall checks when a user wants them checked
authorMatthew Rees <matthew.rees@secate.com>
Mon, 6 Jun 2016 12:08:53 +0000 (14:08 +0200)
committerMatthew Rees <matthew.rees@secate.com>
Mon, 6 Jun 2016 13:10:14 +0000 (15:10 +0200)
roles/ceph-common/tasks/main.yml

index 3846b2872d28932b3c99c98c324128626cc00c75..0df9ea79cd89007424f9dafcd16dae86d870f4e9 100644 (file)
@@ -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