ansible-roles/d4s_user_services_perms
Andrea Dell'Amico 7f8c6e8c75 library/roles/d4s_user_services_perms: Add new tasks to manage ACLS, when multiple users need to read/write the same directories and files. See https://support.d4science.org/issues/6761#note-25 2017-04-20 20:33:53 +02:00
..
defaults library/roles/d4s_user_services_perms: Add new tasks to manage ACLS, when multiple users need to read/write the same directories and files. See https://support.d4science.org/issues/6761#note-25 2017-04-20 20:33:53 +02:00
tasks library/roles/d4s_user_services_perms: Add new tasks to manage ACLS, when multiple users need to read/write the same directories and files. See https://support.d4science.org/issues/6761#note-25 2017-04-20 20:33:53 +02:00
templates library/roles/d4s_user_services_perms: Add a series of task that configure a generic service to be managed by an unprivileged user. 2016-09-27 15:35:33 +02:00
README.md library/roles/d4s_user_services_perms: Add a series of task that configure a generic service to be managed by an unprivileged user. 2016-09-27 15:35:33 +02:00

README.md

Four different scenarios are covered.

  1. One smartgears tomcat instance, installed inside the users home
  2. One or more tomcat instances, each instance installed inside its users home
  3. One service, not tomcat based, installed inside the users home
  4. One service, installed inside the users home, not managed by other ansible playbooks (only the user is created)

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

What the role does:

  • Installs the sudoers config that permits the user to restart the service
  • Installs the script that allows the user to start and stop the service without using the full path
  • Installs the README file that explains where the options files are placed and how start/stop the service
  • The default open files limits are increased