summaryrefslogtreecommitdiffstats
path: root/roles/chrony/README.md
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@gmail.com>2016-01-18 15:47:54 -0500
committerMatt Woodson <mwoodson@gmail.com>2016-01-18 15:47:54 -0500
commit6fe8100badf6be308f89a690646811af9891633e (patch)
treed8b22ed79c472edba4bbbf81bce20dbe9d4ee9f0 /roles/chrony/README.md
parentee3aec770b6b1a2b0212b432a920e3d846e56044 (diff)
parenta1c9b13d81d8c94c7764524809f5419a5d3ff73d (diff)
downloadopenshift-6fe8100badf6be308f89a690646811af9891633e.tar.gz
openshift-6fe8100badf6be308f89a690646811af9891633e.tar.bz2
openshift-6fe8100badf6be308f89a690646811af9891633e.tar.xz
openshift-6fe8100badf6be308f89a690646811af9891633e.zip
Merge pull request #1218 from mwoodson/chrony
new role: chrony so that servers can use ntp
Diffstat (limited to 'roles/chrony/README.md')
-rw-r--r--roles/chrony/README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/roles/chrony/README.md b/roles/chrony/README.md
new file mode 100644
index 000000000..bf15d9669
--- /dev/null
+++ b/roles/chrony/README.md
@@ -0,0 +1,31 @@
+Role Name
+=========
+
+A role to configure chrony as the ntp client
+
+Requirements
+------------
+
+
+Role Variables
+--------------
+
+chrony_ntp_servers: a list of ntp servers to use the chrony.conf file
+
+Dependencies
+------------
+
+roles/lib_timedatectl
+
+Example Playbook
+----------------
+
+License
+-------
+
+Apache 2.0
+
+Author Information
+------------------
+
+Openshift Operations