mirror of https://github.com/ceph/ceph-ansible.git
defaults: remove legacy comment
This is no longer true, let's remove this comment given that this option
is not ignored in containerized deployments.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit e551b5ba1a
)
pull/5204/head
parent
d682cf6de5
commit
2970e28d66
|
@ -98,7 +98,6 @@ dummy:
|
|||
#ntp_service_enabled: true
|
||||
|
||||
# Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd
|
||||
# Note that this selection is currently ignored on containerized deployments
|
||||
#ntp_daemon_type: chronyd
|
||||
|
||||
# This variable determines if ceph packages can be updated. If False, the
|
||||
|
|
|
@ -98,7 +98,6 @@ fetch_directory: ~/ceph-ansible-keys
|
|||
#ntp_service_enabled: true
|
||||
|
||||
# Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd
|
||||
# Note that this selection is currently ignored on containerized deployments
|
||||
#ntp_daemon_type: chronyd
|
||||
|
||||
# This variable determines if ceph packages can be updated. If False, the
|
||||
|
|
|
@ -90,7 +90,6 @@ ceph_test: false
|
|||
ntp_service_enabled: true
|
||||
|
||||
# Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd
|
||||
# Note that this selection is currently ignored on containerized deployments
|
||||
ntp_daemon_type: chronyd
|
||||
|
||||
# This variable determines if ceph packages can be updated. If False, the
|
||||
|
|
Loading…
Reference in New Issue