10 lines
177 B
YAML
10 lines
177 B
YAML
|
---
|
||
|
- hosts: "{{ targets }}"
|
||
|
vars:
|
||
|
timesync_ntp_servers:
|
||
|
- hostname: 2.pool.ntp.org
|
||
|
pool: yes
|
||
|
iburst: yes
|
||
|
roles:
|
||
|
- linux-system-roles.timesync
|