Update docs
diff --git a/README.md b/README.md
index e348e86..f39845a 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,23 @@
-Role Name
-=========
+# Apigee OPDK Debug Mode
 
-A brief description of the role goes here.
+This role will update all of the bash scripts installed for Apigee components so that they 
+execute with debug flags set. This causes bash scripts to output large amounts of content 
+that is helpful in debugging an issue
 
 Requirements
 ------------
 
-Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
+Assumption that this is running on an node containing Apigee components. 
 
 Role Variables
 --------------
 
-A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
+| Variable Name | Value | Description |
+| --- | --- | --- |
+| opdk_debug_mode | 'on' or 'off' | When variable is set then debugging is enabled on all scripts. When the variable is set to 'off' debugging is disabled on all scripts |
+| apigee_home | /opt/apigee | The variable containing the Apigee installation home |
+| component_name | { name of apigee component } | If provided then only the bashs scripts fo the component will have their debug set to on or off. If not provided then the scripts for all components on the node will be set. |
+| bash_regex | #.*bash | The line examined in every script that indicates whether the file is a bash script |  
 
 Dependencies
 ------------
diff --git a/meta/main.yml b/meta/main.yml
index 7223799..755ae4d 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -1,7 +1,7 @@
 galaxy_info:
-  author: your name
-  description: your description
-  company: your company (optional)
+  author: Carlos Frias
+  description: Technical Solutions Consultant for Google Apigee
+  company: Google
 
   # If the issue tracker for your role is not on github, uncomment the
   # next line and provide a value
@@ -14,9 +14,9 @@
   # - GPLv3
   # - Apache
   # - CC-BY
-  license: license (GPLv2, CC-BY, etc)
+  license: Apache 2.0
 
-  min_ansible_version: 1.2
+  min_ansible_version: 2.4
 
   # If this a Container Enabled role, provide the minimum Ansible Container version.
   # min_ansible_container_version: