From 53dff8c539599e52ded872dd14d530415403b5ed Mon Sep 17 00:00:00 2001 From: Jose Luis Date: Thu, 16 Mar 2017 18:13:24 -0400 Subject: [PATCH] update readme --- ansible-role-elk/README.md | 9 +++++++++ ansible-wazuh-agent/README.md | 1 - ansible-wazuh-server/README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ansible-role-elk/README.md b/ansible-role-elk/README.md index f4e4143f..cfd9336b 100644 --- a/ansible-role-elk/README.md +++ b/ansible-role-elk/README.md @@ -18,6 +18,15 @@ Network host to listen for incoming connections on. By default we only listen on Whether to allow inline scripting against ElasticSearch. You should read the following link as there are possible security implications for enabling these options: [Enable Dynamic Scripting](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html#enable-dynamic-scripting). Available options include: `true`, `false`, and `sandbox`. + + +## Example Playbook + + - hosts: search + roles: + - geerlingguy.java + - geerlingguy.elasticsearch + ## License MIT / BSD diff --git a/ansible-wazuh-agent/README.md b/ansible-wazuh-agent/README.md index 415a6e3f..262147c6 100644 --- a/ansible-wazuh-agent/README.md +++ b/ansible-wazuh-agent/README.md @@ -10,7 +10,6 @@ This role will work on: * Red Hat * Debian -So, you'll need one of those operating systems.. :-) Role Variables -------------- diff --git a/ansible-wazuh-server/README.md b/ansible-wazuh-server/README.md index fbec5d19..16f24516 100644 --- a/ansible-wazuh-server/README.md +++ b/ansible-wazuh-server/README.md @@ -169,7 +169,7 @@ Including an example of how to use your role (for instance, with variables passe - hosts: ossec-server.example.com roles: - - { role: dj-wasabi.ossec-server } + - { role: ansible-wazuh-manager } License -------