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
Hi,
thanks for the effort you put in those ansibel roles.
We are using an Identity Management System with centralized splunk user/group creation.
Therefore, it would be great for us to have a boolean variable (e.g. splunk_configure_nix) to turn off local user/group creation for non root users.
The configure_facl.yml and configure_bash.yml roles would still be applyable in our usecase.
Best regards
G
The text was updated successfully, but these errors were encountered:
@gseyerl I would rather have ansible check if the user exists in the directory service, and based on that decide whether to create a local user or not. The getent module should be able to provide that information, have you tried using that to see if it'll work?
Hi,
thanks for the effort you put in those ansibel roles.
We are using an Identity Management System with centralized splunk user/group creation.
Therefore, it would be great for us to have a boolean variable (e.g. splunk_configure_nix) to turn off local user/group creation for non root users.
The configure_facl.yml and configure_bash.yml roles would still be applyable in our usecase.
Best regards
G
The text was updated successfully, but these errors were encountered: