Add role for apis-rilec
This commit is contained in:
parent
61d5b4b6d8
commit
216deda916
9 changed files with 293 additions and 0 deletions
4
roles/rilec/templates/apis_process_data.sh.j2
Normal file
4
roles/rilec/templates/apis_process_data.sh.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
. {{ django_venv }}/bin/activate
|
||||
{{ django_app }}/manage.py from_ldap
|
||||
{{ django_app }}/manage.py to_ldapobjects -gs -cd
|
||||
Loading…
Add table
Add a link
Reference in a new issue