Update README.md

Minor syntax fixes

Co-authored-by: Manuel J. Bernal <manuel.jimenez@wazuh.com>
This commit is contained in:
Juan Pablo Sáez Gutiérrez 2020-10-16 12:32:05 +02:00 committed by GitHub
parent dff5798a7f
commit f7d191fd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod
The inventory file sets the public and private address of each node. The public addresses are used to gather facts and provision the instances while the private addresses are used for the cluster communications. The inventory file sets the public and private address of each node. The public addresses are used to gather facts and provision the instances while the private addresses are used for the cluster communications.
The ssh credentials used by Ansible during the provision can be specified in this file too. Another option is including them directly on the playbook. The SSH credentials used by Ansible during the provision can be specified in this file too. Another option is to include them directly in the playbook.
```ini ```ini
es1 ansible_host=<es1_ec2_public_ip> private_ip=<es1_ec2_private_ip> elasticsearch_node_name=node-1 es1 ansible_host=<es1_ec2_public_ip> private_ip=<es1_ec2_private_ip> elasticsearch_node_name=node-1