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:
parent
0fc9064d7f
commit
63ead6980a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user