You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #41 by @drakmail did not explicitly removed the default ansible behavior of not create the home.
Suggestion to add by default create_home: no
On this case, I agree with @SuperQ to not create home if the user is created by atosatto.ansible-minio. The way to implement this would be add an extra line create_home: no.
Suggestion to allow not manange user/group running minio
The problem with this is that, different from the option to not allow this role create the data dirs with minio_server_make_datadirs: true there is no option to disable management of the user/group. So even if a user define another user/group to run minio, this role may in fact revert options of user created by other roles or tasks.
The text was updated successfully, but these errors were encountered:
create_home: (default) yes
ansible-minio/tasks/install-server.yml
Lines 25 to 30 in 15ad3a3
The PR #41 by @drakmail did not explicitly removed the default ansible behavior of not create the home.
Suggestion to add by default
create_home: no
On this case, I agree with @SuperQ to not create home if the user is created by
atosatto.ansible-minio
. The way to implement this would be add an extra linecreate_home: no
.Suggestion to allow not manange user/group running minio
The problem with this is that, different from the option to not allow this role create the data dirs with
minio_server_make_datadirs: true
there is no option to disable management of the user/group. So even if a user define another user/group to run minio, this role may in fact revert options of user created by other roles or tasks.The text was updated successfully, but these errors were encountered: