update readme
This commit is contained in:
parent
1f6298e1be
commit
53dff8c539
@ -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`.
|
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
|
## License
|
||||||
|
|
||||||
MIT / BSD
|
MIT / BSD
|
||||||
|
|||||||
@ -10,7 +10,6 @@ This role will work on:
|
|||||||
* Red Hat
|
* Red Hat
|
||||||
* Debian
|
* Debian
|
||||||
|
|
||||||
So, you'll need one of those operating systems.. :-)
|
|
||||||
|
|
||||||
Role Variables
|
Role Variables
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
@ -169,7 +169,7 @@ Including an example of how to use your role (for instance, with variables passe
|
|||||||
|
|
||||||
- hosts: ossec-server.example.com
|
- hosts: ossec-server.example.com
|
||||||
roles:
|
roles:
|
||||||
- { role: dj-wasabi.ossec-server }
|
- { role: ansible-wazuh-manager }
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user