update readme

This commit is contained in:
Jose Luis 2017-03-16 18:13:24 -04:00
parent 1f6298e1be
commit 53dff8c539
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,6 @@ This role will work on:
* Red Hat
* Debian
So, you'll need one of those operating systems.. :-)
Role Variables
--------------

View File

@ -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
-------