{"id":18469070,"url":"https://github.com/sansible/ntp","last_synced_at":"2026-03-07T18:01:20.968Z","repository":{"id":74439449,"uuid":"62291645","full_name":"sansible/ntp","owner":"sansible","description":"Install and configure NTP","archived":false,"fork":false,"pushed_at":"2020-06-18T08:50:35.000Z","size":21,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-04-08T10:41:37.990Z","etag":null,"topics":["ansible","ansible-role","ansible-roles","ntp"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sansible.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-30T07:57:41.000Z","updated_at":"2020-07-25T15:30:05.000Z","dependencies_parsed_at":"2023-02-26T18:31:53.228Z","dependency_job_id":null,"html_url":"https://github.com/sansible/ntp","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/sansible/ntp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fntp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fntp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fntp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fntp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sansible","download_url":"https://codeload.github.com/sansible/ntp/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fntp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30225406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","ansible-roles","ntp"],"created_at":"2024-11-06T10:08:53.412Z","updated_at":"2026-03-07T18:01:20.963Z","avatar_url":"https://github.com/sansible.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NTP\n\nMaster: [![Build Status](https://travis-ci.org/sansible/ntp.svg?branch=master)](https://travis-ci.org/sansible/ntp)  \nDevelop: [![Build Status](https://travis-ci.org/sansible/ntp.svg?branch=develop)](https://travis-ci.org/sansible/ntp)\n\n* [Installation and Dependencies](#installation-and-dependencies)\n* [Tags](#tags)\n* [Examples](#examples)\n\nThis roles installs and configures NTP, it will also set the timezone.\n\n\n## Installation and Dependencies\n\nThis role has no dependencies.\n\nTo install run `ansible-galaxy install sansible.ntp` or add\nthis to your `roles.yml`\n\n```YAML\n- src: sansible.ntp\n  version: v2.0\n```\n\nand run `ansible-galaxy install -p ./roles -r roles.yml`\n\n\n## Tags\n\nThis role uses two tags: **build**, **configure**\n\n* `build` - Install NTP\n* `configure` - Configures timezone and enable NTP\n\n\n## Examples\n\nSimple example for enabling NTP and setting timezone to Europe/London\n\n```YAML\n- name: Install and setup NTP\n  hosts: sandbox\n\n  roles:\n    - name: sansible.ntp\n      sansible_ntp_timezone: Europe/London\n```\n\nExample of using a different set of NTP servers (AWS servers are used by default):\n\n```YAML\n- name: Install and setup NTP\n  hosts: sandbox\n\n  roles:\n    - name: sansible.ntp\n      sansible_ntp_servers:\n        - 0.ubuntu.pool.ntp.org\n        - 1.ubuntu.pool.ntp.org\n        - 2.ubuntu.pool.ntp.org\n        - 3.ubuntu.pool.ntp.org\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsansible%2Fntp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsansible%2Fntp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsansible%2Fntp/lists"}