ansible-roles/d4s_user_services_perms
Andrea Dell'Amico c34cd379db library/roles/d4s_user_services_perms/defaults/main.yml, library/roles/ubuntu-deb-general/defaults/main.yml: Fix the same typo, in two different places. 2016-07-28 15:34:55 +02:00
..
defaults library/roles/d4s_user_services_perms/defaults/main.yml, library/roles/ubuntu-deb-general/defaults/main.yml: Fix the same typo, in two different places. 2016-07-28 15:34:55 +02:00
tasks library/roles/ubuntu-deb-general: Increase the root files descriptors limits to 8192. 2016-07-26 12:51:34 +02:00
templates library/roles/d4s_user_services_perms: Manage the manually installed tomcat, providing a logrotate rule for catalina and a sudoers configuration that permits to manage the instance by the unprivileged user. 2016-07-11 17:57:45 +02:00
README.md library/roles/d4s_user_services_perms: Install a README file inside the gcube home directory. Set up acls so that the gcube user can read/write the tomcat options files. 2015-07-24 12:00:37 +02:00

README.md

This role assumes that only one tomcat instance is defined and running on the system.

Important note: the variable http_port needs to be defined earlier in the calling playbook.

What the role does:

  • Install the sudoers config that permits the tomcat user to restart the service
  • Install the script that allows the tomcat user to start and stop the service without using the full path
  • Install the README file that explains where the options files are placed and how start/stop the service