mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Merge branch 'master' of https://github.com/alessandroniciforo/ansible-elasticsearch into alessandroniciforo-5.x
This commit is contained in:
@@ -29,3 +29,11 @@ es_xpack_features: []
|
|||||||
#They do not effect the current configuration
|
#They do not effect the current configuration
|
||||||
es_api_host: "localhost"
|
es_api_host: "localhost"
|
||||||
es_api_port: 9200
|
es_api_port: 9200
|
||||||
|
|
||||||
|
# Since ansible 2.2 the following variables need to be defined
|
||||||
|
# to allow the role to be conditionally played with a when condition.
|
||||||
|
pid_dir: ''
|
||||||
|
log_dir: ''
|
||||||
|
work_dir: ''
|
||||||
|
conf_dir: ''
|
||||||
|
data_dirs: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user