Clone this repo:

Branches

  1. 48499b3 Updated README.md file by Carlos Frias · 7 years ago master
  2. beb8988 Updated existing changes by Carlos Frias · 7 years ago
  3. fceb51b Updated README.md file by Carlos Frias · 7 years ago
  4. 2037bed Updated README.md file by Carlos Frias · 7 years ago
  5. 633d227 Updated LICENSE file by Carlos Frias · 7 years ago

Apigee OPDK Time Sync

This roles installs and minimally configures ntpd and sets the locale for an Apigee OPDK installation.

Requirements

A local ntp server can be specified by uncommenting and setting the preferred_server_ip variable. The installation of Apigee OPDK requires root access. Credentials must also be supplied to override the empty placeholders provided here. It is recommended that credentials be consolidated into a single credentials.yml file that can be stored separately. It is assumed that files containing credentials are stored in the ~/.apigee folder.

Role Variables

Set this to the desired timezone file

timezone: /usr/share/zoneinfo/America/New_York

This is set as the preferred ntp server, feel free to set your own.

preferred_server_ip: 128.138.141.172

Location of the drift file

drift_filename: /var/lib/ntp/drift

Location of the ntp stats dir

stats_dir: /var/log/ntpstats

Location of the ntp configuration file

ntp_conf: /etc/ntp.conf

Dependencies

No dependencies

Example Playbook

---
- hosts: '{{ hosts }}'
  become: true

  roles:
  - apigee-opdk-time-sync

License

Apache License Version 2.0, January 2004

Author Information

Carlos Frias

Not Google Product Clause

This is not an officially supported Google product.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.