first share

master
Marco Lettere 3 years ago
commit fd093e92d9

@ -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}"

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

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