Merge "Move default values to defaults"

This commit is contained in:
Zuul 2018-11-12 03:37:52 +00:00 committed by Gerrit Code Review
commit 550aa62372
2 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,9 @@
---
chrony_debug: False
chrony_role_action: install
chrony_global_server_settings: iburst
chrony_ntp_servers: []
chrony_ntp_pools: []
chrony_ntp_pools: ['pool.ntp.org']
chrony_ntp_peers: []
chrony_bind_addresses:
- 127.0.0.1

View File

@ -1,12 +1,6 @@
---
chrony_package_name: chrony
chrony_service_name: chronyd
chrony_ntp_servers:
- 0.rhel.pool.ntp.org
- 1.rhel.pool.ntp.org
- 2.rhel.pool.ntp.org
- 3.rhel.pool.ntp.org
chrony_global_server_settings: iburst
chrony_config_file_location: /etc/chrony.conf
chrony_driftfile_path: /var/lib/chrony/drift
chrony_logdir_path: /var/log/chrony