mirror of https://github.com/ceph/ceph-ansible.git
defaults: set default `configure_firewall` to `True`
Let's configure firewalld by default. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1526400 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3252/head
parent
44d0da0dd4
commit
48cfc60722
|
@ -59,7 +59,7 @@ dummy:
|
|||
# If configure_firewall is true, then ansible will try to configure the
|
||||
# appropriate firewalling rules so that Ceph daemons can communicate
|
||||
# with each others.
|
||||
#configure_firewall: False
|
||||
#configure_firewall: True
|
||||
|
||||
# Open ports on corresponding nodes if firewall is installed on it
|
||||
#ceph_mon_firewall_zone: public
|
||||
|
|
|
@ -59,7 +59,7 @@ fetch_directory: ~/ceph-ansible-keys
|
|||
# If configure_firewall is true, then ansible will try to configure the
|
||||
# appropriate firewalling rules so that Ceph daemons can communicate
|
||||
# with each others.
|
||||
#configure_firewall: False
|
||||
#configure_firewall: True
|
||||
|
||||
# Open ports on corresponding nodes if firewall is installed on it
|
||||
#ceph_mon_firewall_zone: public
|
||||
|
|
|
@ -51,7 +51,7 @@ mgr_group_name: mgrs
|
|||
# If configure_firewall is true, then ansible will try to configure the
|
||||
# appropriate firewalling rules so that Ceph daemons can communicate
|
||||
# with each others.
|
||||
configure_firewall: False
|
||||
configure_firewall: True
|
||||
|
||||
# Open ports on corresponding nodes if firewall is installed on it
|
||||
ceph_mon_firewall_zone: public
|
||||
|
|
Loading…
Reference in New Issue