Add SVN provider for downloading dependencies

Git wont allow you to download only one directory from github,
(actually there is a way - with sparse download, but it is complicated),
but svn provides quite simple and user friendly way of downloading directory
from github
This commit is contained in:
Dmitry Shulyak 2015-07-24 23:16:32 +03:00
parent 0fc9064d7f
commit 63ead6980a
2 changed files with 13 additions and 2 deletions

View File

@ -20,4 +20,9 @@ input:
value:
container_name:
schema: str!
value:
value:
roles:
schema: [{value: str}]
value:
- https://github.com/stackforge/os-ansible-deployment/trunk/playbooks/roles/lxc_container_create
- https://github.com/stackforge/os-ansible-deployment/trunk/playbooks/roles/lxc_container_destroy

View File

@ -11,4 +11,10 @@ input:
value:
ssh_user:
schema: str!
value:
value:
roles:
schema: [{value: str}]
value:
- https://github.com/stackforge/os-ansible-deployment/trunk/playbooks/roles/lxc_hosts
- https://github.com/stackforge/os-ansible-deployment/trunk/playbooks/roles/pip_install
- https://github.com/stackforge/os-ansible-deployment/trunk/playbooks/roles/apt_package_pinning