forked from infra/ansible
Adjust ntp for servers hosted at FAN.
This commit is contained in:
parent
9359a37f3f
commit
bb814ddfba
7
group_vars/fan-rz
Normal file
7
group_vars/fan-rz
Normal 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
|
@ -2,3 +2,4 @@
|
||||
|
||||
- name: Restart ntp
|
||||
service: name=ntp state=restarted
|
||||
tags: ntp
|
||||
|
@ -2,3 +2,4 @@
|
||||
|
||||
- name: Restart ntp
|
||||
service: name=ntpd state=restarted
|
||||
tags: ntp
|
||||
|
Loading…
Reference in New Issue
Block a user