Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No User/Group creation during Installation for non root User #142

Open
gseyerl opened this issue Nov 8, 2022 · 2 comments
Open

No User/Group creation during Installation for non root User #142

gseyerl opened this issue Nov 8, 2022 · 2 comments

Comments

@gseyerl
Copy link

gseyerl commented Nov 8, 2022

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

@dtwersky
Copy link
Collaborator

@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?

@arcsector
Copy link
Contributor

I think this might have been fixed by #143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants