---
- hosts: all
become: yes
tasks:
- name: Ensure NTP (for time synchronization) is installed.
yum: name=ntp state=present
- name: Ensure NTP is running.
service: name=ntpd state=started enabled=yes
[isvd]
172.16.7.111
172.16.7.141
172.16.7.142
ansible-playbook playbook.yml -i hosts