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>pull/5201/head
parent
b7ada14cf5
commit
e551b5ba1a
|
@ -100,7 +100,6 @@ dummy:
|
||||||
#ntp_service_enabled: true
|
#ntp_service_enabled: true
|
||||||
|
|
||||||
# Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd
|
# 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
|
#ntp_daemon_type: chronyd
|
||||||
|
|
||||||
# This variable determines if ceph packages can be updated. If False, the
|
# This variable determines if ceph packages can be updated. If False, the
|
||||||
|
|
|
@ -100,7 +100,6 @@ fetch_directory: ~/ceph-ansible-keys
|
||||||
#ntp_service_enabled: true
|
#ntp_service_enabled: true
|
||||||
|
|
||||||
# Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd
|
# 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
|
#ntp_daemon_type: chronyd
|
||||||
|
|
||||||
# This variable determines if ceph packages can be updated. If False, the
|
# This variable determines if ceph packages can be updated. If False, the
|
||||||
|
|
|
@ -92,7 +92,6 @@ ceph_test: false
|
||||||
ntp_service_enabled: true
|
ntp_service_enabled: true
|
||||||
|
|
||||||
# Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd
|
# 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
|
ntp_daemon_type: chronyd
|
||||||
|
|
||||||
# This variable determines if ceph packages can be updated. If False, the
|
# This variable determines if ceph packages can be updated. If False, the
|
||||||
|
|
Loading…
Reference in New Issue