f76f244a38
Currently supports configuration of: - Local networking - NTP - Libvirt storage pools and networks
9 lines
188 B
YAML
9 lines
188 B
YAML
---
|
|
- name: Ensure NTP is installed and configured
|
|
hosts: seed-hypervisor:seed:overcloud
|
|
roles:
|
|
- role: yatesr.timezone
|
|
become: True
|
|
- role: resmo.ntp
|
|
become: True
|