mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
20 lines
429 B
YAML
20 lines
429 B
YAML
---
|
|
# version check for all supported roles
|
|
submodules_versioncheck: true
|
|
check_ansible_version: '2.14.1'
|
|
|
|
# do1jlr.base
|
|
base__pkg_contrib: true
|
|
base__pkg_non_free_firmware: true
|
|
|
|
# do1jlr.ntp
|
|
ntp_set_time_zone: true
|
|
ntp_servers:
|
|
- ntp3.hetzner.de iburst
|
|
- ntp2.hetzner.de iburst
|
|
- ntp1.hetzner.de iburst
|
|
- ptbtime1.ptb.de
|
|
- ptbtime3.ptb.de
|
|
- 1.pool.ntp.org iburst
|
|
- 2.pool.ntp.org iburst
|
|
- 3.pool.ntp.org iburst
|