NTP role for ansible galaxy https://github.com/cowops/debian-ntp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 574B

7 years ago
123456789101112131415161718192021222324252627282930313233343536373839
  1. Debian-NTP
  2. ==========
  3. Network Time Protocol
  4. Requirements
  5. ------------
  6. This Ansible role requires a debian compliant system such as ubuntu. This is a
  7. simplified version of cowops/debian-ntp with just one internal ntp server.
  8. Role Variables
  9. --------------
  10. ntp:
  11. server: ntp.example.com
  12. Dependencies
  13. ------------
  14. None
  15. Example Playbook
  16. ----------------
  17. - hosts: servers
  18. roles:
  19. - { role: theodotos.debian-ntp, ntp.server: ntp.example.com }
  20. Tasks
  21. -----
  22. - Install [ntp](http://www.ntp.org/)
  23. - Setup with internal ntp pool
  24. License
  25. -------
  26. BSD