Updates to docs and sequence of role invocations.
diff --git a/README.md b/README.md
index 910cf93..2374341 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,31 @@
-Role Name
+Apigee OPDK Setup Openldap
 =========
 
-A brief description of the role goes here.
+This role sets up system packages that enable Openldap to be configured correctly for the Apigee platform. 
 
 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.
+This role requires elevated system privilege. 
 
 Role Variables
 --------------
+The `openldap` collection contains the names of the system packages that should be installed assuming it is available: 
 
-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.
+    openldap:
+    - openldap
+    - openldap-clients
+    - openldap-servers
+    
+Should the `openldap` packages fail to install this role will attempt to install version 2.4.0 specifically of openldap. 
+
+
+    
 
 Dependencies
 ------------
 
-A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
+None
 
 Example Playbook
 ----------------
@@ -25,17 +34,19 @@
 
     - hosts: servers
       roles:
-         - { role: username.rolename, x: 42 }
+         - { role: apigee-opdk-setup-os-openldap }
 
 License
 -------
 
-BSD
+Apache 2.0
 
 Author Information
 ------------------
 
-An optional section for the role authors to include contact information, or a website (HTML is not allowed).
+Carlos Frias
+
+
 <!-- BEGIN Google Required Disclaimer -->
 
 # Not Google Product Clause
diff --git a/tasks/with_no_proxy.yml b/tasks/DEPRECATED_with_no_proxy.yml
similarity index 100%
rename from tasks/with_no_proxy.yml
rename to tasks/DEPRECATED_with_no_proxy.yml
diff --git a/tasks/with_proxy.yml b/tasks/DEPRECATED_with_proxy.yml
similarity index 100%
rename from tasks/with_proxy.yml
rename to tasks/DEPRECATED_with_proxy.yml