From: Matthew Rees Date: Mon, 6 Jun 2016 12:11:02 +0000 (+0200) Subject: Change default to False for checking firewalls X-Git-Tag: v1.0.6~91^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ca3cb32862665be74b5913eced6941b1a8b5769a;p=ceph-ansible.git Change default to False for checking firewalls --- diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index b75a5be19..cf90af290 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -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