
* 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
9 lines
389 B
YAML
9 lines
389 B
YAML
---
|
|
es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch"
|
|
es_conf_dir: "/etc/elasticsearch"
|
|
sysd_script: "/usr/lib/systemd/system/elasticsearch.service"
|
|
init_script: "/etc/init.d/elasticsearch"
|
|
#add supported features here
|
|
supported_xpack_features: ["alerting","monitoring","graph","security"]
|
|
reserved_xpack_users: ["elastic","kibana","logstash_system"]
|