Skip to content

Aplyca/ansible-role-ezsolr

Repository files navigation

Ansible Role: eZSolr

Build Status Circle CI

Ansible Role that installs and configure eZSolr on Debian/Ubuntu.

Requirements

Use hash behavior for variables in ansible.cfg See example: https://github.com/Aplyca/ansible-role-eszolr/blob/master/tests/ansible.cfg See official docs: http://docs.ansible.com/intro_configuration.html#hash-behaviour

Installation

Using ansible galaxy:

ansible-galaxy install aplyca.eZSolr

You can add this role as a dependency for other roles, add the role to the meta/main.yml file of your own role:

dependencies:
  - { role: Aplyca.eZSolr }

Role Variables

See default variables: https://github.com/Aplyca/ansible-role-ezsolr/blob/master/defaults/main.yml

Dependencies

aplyca.PHP

Testing

Using Vagrant:

tests/vagrant.sh

Using Docker:

tests/docker.sh

License

MIT / BSD

Author Information

Mauricio Sánchez from Aplyca SAS (http://www.aplyca.com)