Saltstack Official Chrony Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

28 Zeilen
810B

  1. # Default lookup dictionary
  2. chrony:
  3. package: chrony
  4. service: chronyd
  5. config: /etc/chrony.conf
  6. config_src: salt://chrony/files/chrony_config
  7. ntpservers: [ '0.us.pool.ntp.org',
  8. '1.us.pool.ntp.org',
  9. '2.us.pool.ntp.org',
  10. '3.us.pool.ntp.org'
  11. ]
  12. options: iburst
  13. logdir: /var/log/chrony
  14. keyfile: /etc/chrony.keys
  15. driftfile: /var/lib/chrony/drift
  16. otherparams: [ 'rtcsync',
  17. 'makestep 10 3',
  18. 'stratumweight 0',
  19. 'bindcmdaddress 127.0.0.1',
  20. 'bindcmdaddress ::1',
  21. 'commandkey 1',
  22. 'generatecommandkey',
  23. 'noclientlog',
  24. 'logchange 0.5',
  25. ]
  26. allow: [ '10/8', '192.168/16', '172.16/12' ]