kayobe/ansible/ntp.yml
Mark Goddard f76f244a38 Add configuration for seed hypervisor
Currently supports configuration of:
- Local networking
- NTP
- Libvirt storage pools and networks
2017-08-07 12:08:41 +00:00

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