Updated properties and readme
diff --git a/README.md b/README.md index d50faae..284478c 100644 --- a/README.md +++ b/README.md
@@ -1,5 +1,6 @@ # Apigee OPDK Ansible Setup Playbook -The purpose of this project is to help configure Ansible for the use of [Apigee OPDK roles](https://github.com/carlosfrias/apigee-opdk-playbook-samples). +The purpose of this project is to help configure Ansible for the use of +[Apigee OPDK roles](https://github.com/carlosfrias/apigee-opdk-playbook-samples). The Apigee OPDK roles follow conventions in the naming of files and where those files are located. This project sets up those locations and performs the git clone to setup your environment with the templates that should be customized for your use.
diff --git a/repository-custom-properties.yml b/repository-custom-properties.yml index 2ca0a91..49d9f7c 100644 --- a/repository-custom-properties.yml +++ b/repository-custom-properties.yml
@@ -1,12 +1,12 @@ --- -ansible_config: ~/.ansible -apigee_config: ~/.apigee -apigee_security: ~/.apigee-secure -apigee_workspace: ~/apigee-workspace +ansible_config: "~/.ansible" +apigee_config: "~/.apigee" +apigee_security: "~/.apigee-secure" +apigee_workspace: "~/apigee-workspace" playbook_workspace: "{{ apigee_workspace }}/apigee-opdk-playbook-workspace" role_workspace: "{{ apigee_workspace }}/apigee-opdk-role-workspace" -repository_secure_endpoint_https: "https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible.git" -repository_secure_endpoint_ssh: "git@github.com:carlosfrias/apigee-opdk-playbook-setup-ansible.git" +repository_secure_endpoint_https: "https://github.com/carlosfrias" +repository_secure_endpoint_ssh: "git@github.com:carlosfrias" configuration_folders: - '{{ ansible_config }}/configurations' - '{{ ansible_config }}/inventory'