15 lines
317 B
YAML
15 lines
317 B
YAML
|
---
|
||
|
- hosts: "{{ target }}"
|
||
|
vars:
|
||
|
timesync_ntp_servers:
|
||
|
- hostname: 0.pool.ntp.org
|
||
|
iburst: yes
|
||
|
- hostname: 1.pool.ntp.org
|
||
|
iburst: yes
|
||
|
- hostname: 2.pool.ntp.org
|
||
|
iburst: yes
|
||
|
- hostname: 3.pool.ntp.org
|
||
|
iburst: yes
|
||
|
roles:
|
||
|
- linux-system-roles.timesync
|