mirror of https://github.com/ceph/ceph-ansible.git
Update sample vars for change in default value of check_firewall
parent
ca3cb32862
commit
7ef1564185
|
@ -32,7 +32,7 @@ dummy:
|
||||||
# Ceph ports are blocked by a firewall. If the machine running ansible
|
# 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
|
# cannot reach the Ceph ports for some other reason, you may need or
|
||||||
# want to set this to False to skip those checks.
|
# 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
|
# This variable determines if ceph packages can be updated. If False, the
|
||||||
# package resources will use "state=present". If True, they will use
|
# package resources will use "state=present". If True, they will use
|
||||||
|
|
Loading…
Reference in New Issue