ansible-roles/lxc-solr
Jérémy Lecour ee21973371
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|524|2253|2462|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a> Détails
gitea/ansible-roles/pipeline/head This commit looks good Détails
Use FQCN
Fully Qualified Collection Name
2023-03-20 23:33:19 +01:00
..
defaults * lxc-solr : add comments 2022-09-26 23:48:05 +02:00
tasks Use FQCN 2023-03-20 23:33:19 +01:00
templates Add lxc-solr role 2019-07-02 18:11:54 +02:00
README.md Add lxc-solr role 2019-07-02 18:11:54 +02:00

README.md

lxc-solr

Create one or more LXC containers with Solr in the version of your choice.

note : this role depend on the lxc role.

Tasks

Everything is in the tasks/main.yml file.

Available variables

Since this role depend on the lxc role, please refer to it for a full variable list related to the lxc containers setup.

  • 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_port: port for Solr to listen on Eg.:
    lxc_containers:
      - name: solr8
        release: stretch
        solr_version: 6.6.6
        solr_port: 8983