first share

This commit is contained in:
Marco Lettere 2020-11-19 12:53:35 +01:00
commit fd093e92d9
3 changed files with 11 additions and 0 deletions

4
deploy.sh Executable file
View File

@ -0,0 +1,4 @@
# Remote ansible roles. First the ones globally used
ansible-galaxy install --force-with-deps -r "$1/requirements.yaml"
ansible-playbook "$1/playbook.yaml" "${@:2}"

View File

@ -0,0 +1,4 @@
---
- hosts: localhost
roles:
- workflows-user-management

View File

@ -0,0 +1,3 @@
---
- src: git+https://code-repo.d4science.org/gCubeSystem/ansible-role-conductor-workflows-user-management.git
name: workflows-user-management