diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index fc6af0fb9..43616b83d 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -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 diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 255b470dc..f03866154 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -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 diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 9f8634760..489ab2e26 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -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