Skip to content

sous-chefs/chrony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

chrony cookbook

Cookbook Version CI State OpenCollective OpenCollective License

Configures the time synchronization application chrony as a client or server timeserver, maintaining the accuracy of the system clock (similar to NTP).

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you'd like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platforms

  • Debian 12+
  • Ubuntu 22.04+
  • RHEL / AlmaLinux / Rocky / Oracle Linux 9+
  • CentOS Stream 9+
  • Amazon Linux 2023
  • Fedora (latest)

Chef

  • Chef >= 15.3

Resources

This cookbook provides the chrony_config custom resource. See documentation/chrony_config.md for full details.

Usage

chrony_config 'default' do
  servers({ 'pool.ntp.org' => 'iburst' })
end

Server configuration

chrony_config 'server' do
  servers({
    'ntp1.example.com' => 'iburst',
    'ntp2.example.com' => 'iburst',
  })
  allow ['192.168.1.0/24']
end

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website https://opencollective.com/sous-chefs/sponsor/1/website https://opencollective.com/sous-chefs/sponsor/2/website https://opencollective.com/sous-chefs/sponsor/3/website https://opencollective.com/sous-chefs/sponsor/4/website https://opencollective.com/sous-chefs/sponsor/5/website https://opencollective.com/sous-chefs/sponsor/6/website https://opencollective.com/sous-chefs/sponsor/7/website https://opencollective.com/sous-chefs/sponsor/8/website https://opencollective.com/sous-chefs/sponsor/9/website

Sponsor this project

Packages

 
 
 

Contributors