31ad22abc4
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
11 lines
209 B
YAML
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
|