An Ansible role for building Recoll RPM package.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Maxim Likhachev 3bbd6644c0 ansible-rpm-recoll v1.0 4 years ago
roles/recoll ansible-rpm-recoll v1.0 4 years ago
rpm ansible-rpm-recoll v1.0 4 years ago
src ansible-rpm-recoll v1.0 4 years ago
COPYING ansible-rpm-recoll v1.0 4 years ago
CoC.md ansible-rpm-recoll v1.0 4 years ago
Makefile ansible-rpm-recoll v1.0 4 years ago
README.md ansible-rpm-recoll v1.0 4 years ago
Vagrantfile ansible-rpm-recoll v1.0 4 years ago
site.yml ansible-rpm-recoll v1.0 4 years ago

README.md

Recoll

Ansible role for building Recoll RPM package for CenOS 7.

Recoll assembles without GUI support and with recollq CLI interface and python modules for using with Recoll Web UI.

License

GNU General Public License v3.

Usage

Build RPM using Vagrant

$ make rpm

Result packages will be stored in rpm directory.

Install RPM on remote host

  1. Create inventory files, e.g.:
[all]
server ansible_host=10.11.12.13
  1. Apply the ansible role:
$ make install

Build and install Recoll on remote host

  1. Create inventory files, e.g.:
[all]
server ansible_host=10.11.12.13
  1. Apply the ansible role:
$ make rebuild