From ca3cb32862665be74b5913eced6941b1a8b5769a Mon Sep 17 00:00:00 2001 From: Matthew Rees Date: Mon, 6 Jun 2016 14:11:02 +0200 Subject: [PATCH] Change default to False for checking firewalls --- roles/ceph-common/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5