Adjust ntp for servers hosted at FAN.

This commit is contained in:
Markus 2016-03-30 21:40:40 +02:00
parent 9359a37f3f
commit bb814ddfba
3 changed files with 9 additions and 0 deletions

7
group_vars/fan-rz Normal file
View File

@ -0,0 +1,7 @@
---
ntp_servers:
- 0.de.pool.ntp.org
- 1.de.pool.ntp.org
- 2.de.pool.ntp.org
- 3.de.pool.ntp.org

View File

@ -2,3 +2,4 @@
- name: Restart ntp
service: name=ntp state=restarted
tags: ntp

View File

@ -2,3 +2,4 @@
- name: Restart ntp
service: name=ntpd state=restarted
tags: ntp