]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Change default to False for checking firewalls
authorMatthew Rees <matthew.rees@secate.com>
Mon, 6 Jun 2016 12:11:02 +0000 (14:11 +0200)
committerMatthew Rees <matthew.rees@secate.com>
Mon, 6 Jun 2016 13:10:15 +0000 (15:10 +0200)
roles/ceph-common/defaults/main.yml

index b75a5be1947c70d0018f852be1cdf026af3ce281..cf90af290c5d914be01735693012e344d3f89577 100644 (file)
@@ -24,7 +24,7 @@ client_group_name: clients
 # Ceph ports are blocked by a firewall. If the machine running ansible
 # cannot reach the Ceph ports for some other reason, you may need or
 # want to set this to False to skip those checks.
-check_firewall: True
+check_firewall: False
 
 # This variable determines if ceph packages can be updated.  If False, the
 # package resources will use "state=present".  If True, they will use