Updated docs
diff --git a/README.md b/README.md
index 8020567..d1e36ee 100644
--- a/README.md
+++ b/README.md
@@ -18,123 +18,35 @@
 | java_home | /usr/lib/jvm/java-openjdk | System file path to use in JAVA_HOME |
 | opdk_user_name |  '' | OPDK OS user name |
 | opdk_group_name |  '' | OPDK OS group name|
-    
-
-OPDK User Email
-
-    opdk_user_email: ''
-    
-OPDK User Password
-
-    opdk_user_pass: ''
-    
-Home folder of the Apigee user
-
-    opdk_user_home: /home/{{ opdk_user_name }}
-    
-Apigee admin user name
-    
-    admin_user: '{{ opdk_user_name }}'
-    
-Apigee admin user password
-
-    admin_pass: '{{ opdk_user_name }}'
-    
-Default Apigee Edge Private Cloud Version
-
-    opdk_version: '4.16.01'
-    
-Default version of the Apigee mirror to use
-
-    apigee_mirror_version: '4.16.01.03'
-    
-Apigee staging installation folder
-
-    opdk_installer_path: "/tmp"
-    
-Default name of the backup archive of the apigee data folder
-
-    apigee_data_backup_archive_name: apigee_data_backup.tar.gz
-    
-Default folder in which the apigee data backup archive will be stored.
-
-    apigee_archive_storage_folder: '{{ opdk_installer_path }}'
-    
-Default apigee installation home
-
-    apigee_installation_home: /opt/apigee
-    
-Apigee service command for 4.16.xx
-
-    apigee_service: '{{ apigee_installation_home }}/apigee-service/bin/apigee-service'
-    
-Cassandra nodetool command
-
-    nodetool: '{{ apigee_installation_home }}/apigee-cassandra/bin/nodetool'
-    
-Apigee setup command for 4.16.xx
-
-    apigee_setup: '{{ apigee_installation_home }}/apigee-setup/bin/setup.sh'
-    
-Apigee update command for 4.16.xx
-
-    apigee_update: '{{ apigee_installation_home }}/apigee-setup/bin/update.sh'
-    
-Apigee all command for 4.16.xx
-
-    apigee_all: '{{ apigee_installation_home }}/apigee-service/bin/apigee-all'
-    
-Apigee license file path
-
-    opdk_license_target_file_path: "{{ opdk_installer_path }}/license.conf"
-    
-Apigee license file provided by customer
-
-    opdk_license_source_file_name: '~/.apigee/license.txt'
-    
-Apigee silent installation configuration file
-
-    opdk_installation_config_file: "{{ opdk_installer_path }}/silent-install.conf"
-    
-Silent installation configuration file that is provided manually
-
-    provided_response_file: ''
-    
-Apigee validate config file path
-
-    apigee_validate_config_file: '{{ opdk_installer_path }}/apigee-validate.conf'
-    
-Apigee bootstrap download user name
-
-    apigee_repo_user: '{{ opdk_user_name }}'
-    
-Apigee bootstrap download uri
-
-    apigee_repo_uri: 'software.apigee.com'
-    
-Apigee bootstrap download url
-
-    apigee_repo_url: 'https://{{ apigee_repo_uri }}'
-    
-Choose whether to copy the Apigee Mirror archive from your control machine or use an existing archive on the server.
-
-    copy_archive: yes
-    
- Storage folder for the Apigee archive
-
-    archive_folder: /tmp/
-
-Apigee archive that is created when a mirror is used.
-
-    archive_name: apigee-{{ opdk_version }}.tar.gz
-    
-Path to the Apigee archive that is created by apigee-mirror package
-
-    archive_path: '{{ apigee_installation_home }}/data/apigee-mirror/{{ archive_name }}'
-    
-Apigee edge default pod for silent-config file
-
-    mp_pod: gateway
+| opdk_user_email | '' | OPDK User Email |
+| opdk_user_pass | '' | OPDK User Password |
+| opdk_user_home | /home/{{ opdk_user_name }} | Home folder of the Apigee user |
+| admin_user | '{{ opdk_user_name }}' | Apigee admin user name |
+| admin_pass | '{{ opdk_user_name }}' | Apigee admin user password |
+| opdk_version |  '4.18.01' | Default Apigee Edge Private Cloud Version |
+| apigee_mirror_version | '4.18.01' | Default version of the Apigee mirror to use |
+| opdk_installer_path | "/tmp" | Apigee staging installation folder |
+| apigee_data_backup_archive_name | apigee_data_backup.tar.gz | Default name of the backup archive of the apigee data folder |
+| apigee_archive_storage_folder | '{{ opdk_installer_path }}' | Default folder in which the apigee data backup archive will be stored. |
+| apigee_installation_home | /opt/apigee | Default apigee installation home |
+| apigee_service | '{{ apigee_installation_home }}/apigee-service/bin/apigee-service' | Apigee service command for 4.16.xx |
+| nodetool | '{{ apigee_installation_home }}/apigee-cassandra/bin/nodetool' | Cassandra nodetool command |
+| apigee_setup | '{{ apigee_installation_home }}/apigee-setup/bin/setup.sh' | Apigee setup command for 4.16.xx |
+| apigee_update | '{{ apigee_installation_home }}/apigee-setup/bin/update.sh' | Apigee update command for 4.16.xx |
+| apigee_all | '{{ apigee_installation_home }}/apigee-service/bin/apigee-all' | Apigee all command for 4.16.xx |
+| opdk_license_target_file_path | "{{ opdk_installer_path }}/license.conf" | Apigee license file path |
+| opdk_license_source_file_name | '~/.apigee/license.txt' | Apigee license file provided by customer |
+| opdk_installation_config_file | "{{ opdk_installer_path }}/silent-install.conf" | Apigee silent installation configuration file |
+| provided_response_file | '' | Silent installation configuration file that is provided manually |
+| apigee_validate_config_file | '{{ opdk_installer_path }}/apigee-validate.conf' | Apigee validate config file path |
+| apigee_repo_user | '{{ opdk_user_name }}' | Apigee bootstrap download user name |
+| apigee_repo_uri | 'software.apigee.com' | Apigee bootstrap download uri |
+| apigee_repo_url | 'https://{{ apigee_repo_uri }}' | Apigee bootstrap download url |
+| copy_archive | yes | Choose whether to copy the Apigee Mirror archive from your control machine or use an existing archive on the server |
+| archive_folder | /tmp/ | Storage folder for the Apigee archive |
+| archive_name | apigee-{{ opdk_version }}.tar.gz | Apigee archive that is created when a mirror is used. |
+| archive_path | '{{ apigee_installation_home }}/data/apigee-mirror/{{ archive_name }}' | Path to the Apigee archive that is created by apigee-mirror package |
+| mp_pod | gateway | Apigee edge default pod for silent-config file |
     
 Apigee Edge Ports
 
@@ -192,7 +104,7 @@
     
 Local folder in which to store logs and config files
 
-    conf_logs_dir: configs_and_logs
+    conf_logs_dir: planet_resources
  
 Organization name used in Edge and Baas setups