Initial commit of Timesheets install role

Change-Id: I4a0b1f7aa05fc50bc3d88be001413a00be65f231
diff --git a/.cookiecutter_params.json b/.cookiecutter_params.json
new file mode 100644
index 0000000..a32ebcd
--- /dev/null
+++ b/.cookiecutter_params.json
@@ -0,0 +1,21 @@
+{
+    "_template": "../cookiecutters/role",
+    "author": "Open Networking Foundation",
+    "company": "Open Networking Foundation",
+    "description": "ONF Timesheets Web App",
+    "email": "support@opennetworking.org",
+    "issue_tracker_url": "https://jira.opennetworking.org/",
+    "license": "Apache-2.0",
+    "min_ansible_version": "2.9.5",
+    "molecule_privileged": "true",
+    "platform": "deleteme",
+    "platforms": {
+        "Ubuntu": [
+            "16.04",
+            "18.04"
+        ]
+    },
+    "role_defaults": {},
+    "role_name": "timesheets",
+    "year": "2020"
+}