kayobe/ansible/ntp.yml
Mark Goddard 076fe7db3f Use a fork of the yatesr.timezone role
The yatesr.timezone role has been forked to stackhpc.timezone, since the
upstream role includes symlinks which do not play nicely with PBR. Once
the PBR issue is fixed, we can revert to using the upstream role.

Change-Id: Ib8fe11cdf7e2571f99eb13c0e5ebd3e200c77c6e
Story: 2004252
Task: 27787
2019-02-01 12:22:19 +00:00

11 lines
208 B
YAML

---
- name: Ensure NTP is installed and configured
hosts: seed-hypervisor:seed:overcloud
tags:
- ntp
roles:
- role: stackhpc.timezone
become: True
- role: resmo.ntp
become: True