Saltstack Official Chrony Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pillar.example 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. chrony:
  2. ntpservers:
  3. - '0.debian.pool.ntp.org'
  4. - '1.centos.pool.ntp.org'
  5. - '2.arch.pool.ntp.org'
  6. - '3.gentoo.pool.ntp.org'
  7. allow:
  8. - '10/8'
  9. - '192.168/16'
  10. - '172.16/12'
  11. otherparams:
  12. - 'rtcsync'
  13. - 'makestep 10 3'
  14. - 'stratumweight 0'
  15. - 'bindcmdaddress 127.0.0.1'
  16. - 'bindcmdaddress ::1'
  17. - 'commandkey 1'
  18. - 'generatecommandkey'
  19. - 'noclientlog'
  20. - 'logchange 0.5'
  21. # tofs:
  22. # # The files_switch key serves as a selector for alternative
  23. # # directories under the formula files directory. See TOFS pattern
  24. # # doc for more info.
  25. # # Note: Any value not evaluated by `config.get` will be used literally.
  26. # # This can be used to set custom paths, as many levels deep as required.
  27. # files_switch:
  28. # - any/path/can/be/used/here
  29. # - id
  30. # - osfinger
  31. # - os
  32. # - os_family
  33. # # All aspects of path/file resolution are customisable using the options below.
  34. # # This is unnecessary in most cases; there are sensible defaults.
  35. # path_prefix: template_alt
  36. # dirs:
  37. # files: files_alt
  38. # default: default_alt
  39. # source_files:
  40. # chrony-config-file-file-managed:
  41. # - 'chrony_alt.conf'
  42. # - 'chrony_alt.conf.jinja'