lxc-solr: update solr9 version + fix URL in README
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

This commit is contained in:
William Hirigoyen 2024-06-05 15:42:16 +02:00
parent 114d857e89
commit 1474f06927
3 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,7 @@ The **patch** part is incremented if multiple releases happen the same month
### Changed
* log2mail: task log2mail.yml of evolinux-base converted to a role
* lxc-solr: update solr9 version + fix URL in README
### Fixed

View file

@ -15,7 +15,7 @@ Since this role depend on the lxc role, please refer to it for a full variable l
* `lxc_containers`: list of LXC containers to create. Default: `[]` (empty).
* `name`: name of the LXC container to create.
* `release`: Debian version to install
* `solr_version`: Solr version to install *(refer to https://archive.apache.org/dist/lucene/solr/ for a full version list)*
* `solr_version`: Solr version to install *(refer to https://archive.apache.org/dist/solr/solr/ for a full version list)*
* `solr_port`: port for Solr to listen on
Eg.:
```

View file

@ -16,7 +16,7 @@
# solr_port: 8985
# - name: solr9
# release: bullseye
# solr_version: 9.0.0
# solr_version: 9.6.1
# solr_port: 8985
lxc_containers: []