kayobe/ansible/ntp.yml
Will Szumski 31ad22abc4 Switch to stackhpc fork of resmo.ntp
There is no activity on the resmo fork of the role and it seems
impossible to get any patches merged.

Change-Id: I1f09f7c11767226e89b34687dab1553e87be76ba
Story: 2005272
Task: 39197
2020-04-02 14:44:27 +02:00

11 lines
209 B
YAML

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