Change default to False for checking firewalls

pull/844/head
Matthew Rees 2016-06-06 14:11:02 +02:00
parent 9aa8a4b024
commit ca3cb32862
1 changed files with 1 additions and 1 deletions

View 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