ansible-roles/lxc-solr/defaults/main.yml
William Hirigoyen 1474f06927
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2747|0|2747|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good
lxc-solr: update solr9 version + fix URL in README
2024-06-05 15:42:16 +02:00

23 lines
504 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.4.1
# solr_port: 8985
# - name: solr9
# release: bullseye
# solr_version: 9.6.1
# solr_port: 8985
lxc_containers: []