f6ce71d308
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/linux-system-roles.git#490700ef996ddf949520cb4c0fedd290cc657aed
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
|