From be934abd4699b640964a1e6b845ca37a8871d33e Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Sat, 10 Mar 2018 15:44:22 -0800
Subject: [PATCH] Add a README

---
 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..63b0afb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+RPI-RTC
+=========
+
+This role configures the `ds3231` real time clock (RTC) for the Raspberry Pi.
+
+Requirements
+------------
+
+This role requires Ansible 2.0 or higher.
+
+Example Playbook
+----------------
+
+This is the basic way to use this role. This will configure the `ds3231` real time clock for the Raspberry Pi.
+
+    - hosts: servers
+      roles:
+        - rpi-rtc
+
-- 
GitLab