dtwersky

Results 21 comments of dtwersky

@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`...

@arcsector Not a bad idea, but this can cause some issues when the first task being executed changes something, which can cause the variables that are gathered in `main.yml` to...

@paulmnguyen I see this error on brand new installation and freshly install add-on and app, running on SplunkCloud version 8.2+. This does not happen on regular on-prem installations. Javascript error:...

@zyphermonkey Thanks for the PR. At first glance, it looks good, and the includes being in `main.yml` makes a lot more sense. I will try to test it on some...

`RedHat8.yml` var file was added for RHEL8 specific packages. Tested on Ubuntu 16/18/20/22.04 CentOS 7/8/8 Stream.

I'm pretty sure that it does not delete the files that are not configured to be copied over. In fact, there was discussion of adding a task that will clean...

@lowell80 Please add a newline at the end of the files

@arcsector This is a great PR, especially the migration part. As I mentioned in the other comments, the commands need authentication, so we either need to add them, or start...

@arcsector > * Destructive resync is something that has been recommended to me through Splunk Support multiple times in order to fix KV issues, so I included it here -...