| commit | 1e7b4aee61916f958ed1e0f15c00664a9baf08c0 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Wed Sep 07 21:42:49 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Wed Sep 07 21:42:49 2016 -0400 |
| tree | d525dbaabacf0bdfa920a5009cd35d9e714836ea | |
| parent | 6ecf387320e6530efde2df6c5058fbc3992c6cac [diff] |
Added apache license file.
This roles installs and minimally configures ntpd and sets the locale for an Apigee OPDK installation.
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.
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
No dependencies
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
---
- hosts: '{{ hosts }}'
become: true
roles:
- opdk-time-sync
Apache License Version 2.0, January 2004
Carlos Frias