]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Common: Do not install ntp when ntp_service_enabled is false 1399/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 28 Mar 2017 15:45:09 +0000 (17:45 +0200)
committerGuits <gabrioux@redhat.com>
Tue, 28 Mar 2017 17:51:34 +0000 (19:51 +0200)
commit4e62627202825c3bd3134a9df5395c98231aa5a7
treeef913a1151919e51fbc490ed4e844746bad4c249
parentb57c51fda240aae7c1b46e0ed053e2f77b44f2c3
Common: Do not install ntp when ntp_service_enabled is false

ntp is still installed even if ntp_service_enabled is set to false.
That could be a problem if the time synchronization is managed by
something else than ceph-ansible or if you want to use different NTP
implementation as suggested in #1354.

Fixes: #1354
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Signed-off-by: Guits <gabrioux@redhat.com>
group_vars/all.yml.sample
roles/ceph-common/defaults/main.yml
roles/ceph-common/tasks/checks/check_ntp_debian.yml
roles/ceph-common/tasks/checks/check_ntp_redhat.yml