From f7d191fd31c13840ff1150332b79987f8eb75886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20S=C3=A1ez=20Guti=C3=A9rrez?= Date: Fri, 16 Oct 2020 12:32:05 +0200 Subject: [PATCH] Update README.md Minor syntax fixes Co-authored-by: Manuel J. Bernal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 557b288d..cb79b246 100644 --- a/README.md +++ b/README.md @@ -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 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 es1 ansible_host= private_ip= elasticsearch_node_name=node-1