ansible.md : add logstash_password variable (#5633)
Signed-off-by: Chamseddine Saadoune <saadoune.cham@gmail.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
parent
437b3c9c40
commit
2d4c8b8b61
|
@ -55,11 +55,11 @@ Make sure you have direct SSH access into the root user of the target node.
|
|||
1. Run the Ansible playbook with root privileges:
|
||||
|
||||
```bash
|
||||
ansible-playbook -i inventories/opensearch/hosts opensearch.yml --extra-vars "admin_password=Test@123 kibanaserver_password=Test@6789"
|
||||
ansible-playbook -i inventories/opensearch/hosts opensearch.yml --extra-vars "admin_password=Test@123 kibanaserver_password=Test@6789 logstash_password=Test@456"
|
||||
```
|
||||
{% include copy.html %}
|
||||
|
||||
You can set the passwords for reserved users (`admin` and `kibanaserver`) using the `admin_password` and `kibanaserver_password` variables.
|
||||
You can set the passwords for reserved users (`admin`, `kibanaserver`, and `logstash`) using the `admin_password`, `kibanaserver_password`, and `logstash_password` variables.
|
||||
|
||||
2. After the deployment process is complete, you can access OpenSearch and OpenSearch Dashboards with the username `admin` and the password that you set for the `admin_password` variable.
|
||||
|
||||
|
|
Loading…
Reference in New Issue