blob: 04b0d4f2585c20d9fa8574c9b01d59b596eca4eb [file] [log] [blame]
---
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"
repository_secure_endpoint_ssh: "git@github.com:carlosfrias"
configuration_folders:
- '{{ ansible_config }}/configurations'
- '{{ ansible_config }}/inventory'
- '{{ ansible_config }}/logs/'
- '{{ ansible_config }}/library/'
- '{{ ansible_config }}/cache/'
- '{{ apigee_config }}/planet_resources'
- '{{ apigee_security }}'
- '{{ playbook_workspace }}'
- '{{ role_workspace }}'