ansible-playbook
ansible-playbook copied to clipboard
🤖 A community repository for Ansible Playbook of OpenSearch Project.
With RPM being released on 2.0.0-rc1 (preview) and 1.3.2 today (2022/05/05), we can finally switch from Tar to Rpm for RH-based linux distro. @saravanan30erd has talked to me about before...
### Description Added the ability to automatically create index patterns. ### Issues Resolved https://github.com/opensearch-project/ansible-playbook/issues/66 By submitting this pull request, I confirm that my contribution is made under the terms of...
### Description Added the ability to automatically create ISM policies. ### Issues Resolved https://github.com/opensearch-project/ansible-playbook/issues/66 By submitting this pull request, I confirm that my contribution is made under the terms of...
**Is your feature request related to a problem? Please describe.** PR #63 allows you to configure through the roles of internal users, tenants, roles and roles mappings. The next step...
**========== EN ===========** **Current situation:** Currently, when the OpenSearch cluster is turned around, authentication is configured based on the internal user database. 2 users are added: admin and kibanaserver. There...
Hi all, @saravanan30erd I have noticed @remil1000 has a interesting fork which change a lot of the structure based on our initial setup of ansible playbook, even the support of...
**Describe the bug** I set up OpenSearch 1.2.0 via this playbook some days ago and I got it to work. Now I wanted to update the OpenSearch version to fix...
As of now, we are relying on human efforts to bump OS/OSD versions once there is a new release. This could delay the release on these platforms and could add...
Refer: https://github.com/opensearch-project/security/pull/1443 Rename parameter kibanaserver to dashboardserver in Ansible scripts. We have to wait for this change merged in security plugin, then we should do the same change in ansible.
### Description These changes switch to an installation via .deb or .rpm depending on the underlying operating system and use the installation from the tar bundle as a fallback. In...