idealista / nginx_role

Ansible role to install nginx http and reverse proxy server
7 stars 2 forks source link

#98 Use nginx_group as group and parametrized shell to the user #99

Closed caldito closed 3 years ago

caldito commented 3 years ago

Requirements

Description of the Change

Fix bug that made that nginx_group variable did not set the primary group. And also added parametrized shell to the user, with the default value as /usr/sbin/nologin, which is the same as most of our roles.

Benefits

Group bug fixed and also added the shell parameter like in the rest of our roles, but also parametrized it in case it needs to change.

Possible Drawbacks

None

Applicable Issues

98