mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 17:44:20 +01:00
Added new variable es_version_lock to define if deb/rpm package should be locked to currently installed version
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
es_major_version: "1.5"
|
||||
es_version: "1.5.2"
|
||||
es_version_lock: false
|
||||
es_start_service: true
|
||||
es_plugins_reinstall: false
|
||||
es_user: elasticsearch
|
||||
|
||||
@@ -5,3 +5,5 @@
|
||||
- include: elasticsearch.yml
|
||||
- include: elasticsearch-plugins.yml
|
||||
when: es_plugins is defined
|
||||
- include: elasticsearch-version-lock.yml
|
||||
when: es_version_lock
|
||||
|
||||
Reference in New Issue
Block a user