This website requires JavaScript.
Explore
Help
Sign In
ISTI-ansible-roles
/
ansible-roles
Watch
4
Star
0
Fork
You've already forked ansible-roles
3
Code
Issues
Pull Requests
Releases
Wiki
Activity
bf9c783f9b
ansible-roles
/
d4s_user_services_perms
/
templates
/
stopContainer.sh.j2
6 lines
83 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 }} stop
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 $?