ansible-roles/lxc-solr/defaults/main.yml
Tristan PILAT 8de8736dbc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Add lxc-solr role
2019-07-02 18:11:54 +02:00

19 lines
414 B
YAML

---
# List of LXC containers to create alongside with the version of Solr to install for each of them
# Eg.:
# lxc_containers:
# - name: solr6
# release: stretch
# solr_version: 6.6.6
# solr_port: 8983
# - name: solr7
# release: stretch
# solr_version: 7.7.2
# solr_port: 8984
# - name: solr8
# release: stretch
# solr_version: 8.1.1
# solr_port: 8985
lxc_containers: []