opensearch-project / ansible-playbook

🤖 A community repository for Ansible Playbook of OpenSearch Project.
https://opensearch.org/
Apache License 2.0
86 stars 96 forks source link

[Fix issue-30] Add opensearch/dashboards specific user variable to define user and group on creation #33

Closed saravanan30erd closed 2 years ago

saravanan30erd commented 2 years ago

Fix Issue: #30

Only user variable is enough, adding group variable will create issues. Linux creates both user and group during an user creation, and we can use the same user and group for running an application. If we provide another separate variable for group then someone may use two different values for user and group that requires another group creation and further group management which is unnecessary and tedious process.

saravanan30erd commented 2 years ago

/review @peterzhuamazon