076fe7db3f
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
11 lines
208 B
YAML
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
|