This website requires JavaScript.
Explore
Help
Sign In
tpiccioli
/
ansible-roles
forked from
ISTI-ansible-roles/ansible-roles
Watch
1
Star
0
Fork
You've already forked ansible-roles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a7114f7888
ansible-roles
/
d4s_user_services_perms
/
templates
/
startContainer.sh.j2
6 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ibrary/roles/d4s_user_services_perms: Move here the tasks that allow the d4science user to start/stop the tomcat service. d4science-ghn-cluster: new generic playbook to configure a machine that will run the transact webapp.
2015-05-30 19:58:55 +02:00
#!/bin/bash
library/roles/d4s_user_services_perms: Fix the generation of the start/stop scripts. Now the multiuser option is supported.
2015-06-09 16:10:27 +02:00
sudo /etc/init.d/tomcat-instance-{{ item.0.http_port }} start
ibrary/roles/d4s_user_services_perms: Move here the tasks that allow the d4science user to start/stop the tomcat service. d4science-ghn-cluster: new generic playbook to configure a machine that will run the transact webapp.
2015-05-30 19:58:55 +02:00
exit $?