Added ntp (chrony) config
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
---
|
||||
|
||||
common_packages:
|
||||
- screen
|
||||
- vim
|
||||
- 'screen'
|
||||
- 'vim'
|
||||
|
||||
ntp_enabled: True
|
||||
ntp_timezone: 'America/New_York'
|
||||
ntp_package: 'chrony'
|
||||
ntp_config_file: '/etc/chrony.conf'
|
||||
ntp_servers:
|
||||
- 'virginia.time.system76.com iburst'
|
||||
- 'ohio.time.system76.com iburst'
|
||||
- 'oregon.time.system76.com iburst'
|
||||
ntp_restrict:
|
||||
- '127.0.0.1'
|
||||
- '::1'
|
||||
|
||||
Reference in New Issue
Block a user