
* first ansible skeleton * first commit of ansible installation of vulnwhisperer outside docker * first ansible skeleton * first commit of ansible installation of vulnwhisperer outside docker * refactor the ansible role a bit * update readme, add fail validation step to provision.yml and fix typo when calling a logging funciton
4 lines
145 B
YAML
4 lines
145 B
YAML
---
|
|
java: "{{ es_java | default('java-1.8.0-openjdk.x86_64') }}"
|
|
default_file: "/etc/sysconfig/elasticsearch"
|
|
es_home: "/usr/share/elasticsearch" |