Ansible role that deploys, maintains, and updates SearX - Privacy-respecting metasearch engine.
Go to file
antilopa 0fcc81c74c Merge pull request 'enable image proxy and moderate safe search' (#4) from changes_to_defaults into master
Reviewed-on: #4
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Reviewed-by: meaz <meaz@no-reply@disroot.org>
2021-09-24 09:44:06 +00:00
defaults variabled safe search value 2021-09-15 13:18:28 +02:00
files Migration commit; fresh start 2021-03-14 10:13:19 +01:00
handlers Migration commit; fresh start 2021-03-14 10:13:19 +01:00
Playbooks Migration commit; fresh start 2021-03-14 10:13:19 +01:00
tasks Merge branch 'master' into check_if_installed 2021-03-31 08:44:30 +02:00
templates variabled safe search value 2021-09-15 13:18:28 +02:00
.gitignore Migration commit; fresh start 2021-03-14 10:13:19 +01:00
LICENSE licence detail added 2021-03-14 10:15:40 +01:00
README.md update readme 2021-03-30 16:10:06 +02:00
Vagrantfile Migration commit; fresh start 2021-03-14 10:13:19 +01:00

Searx - Ansible Role

This role covers deployment, configuration and software updates of SearX. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

To have it work using vagrant:

  • Open /defaults/main.yml
  • Change searx_bind_address to the VagrantFile IP address (default: 192.168.33.10)
  • Then vagrant up to build up the Virtual Environment.
  • and ansible-playbook -b Playbooks/searx.yml to deploy Searx on the Virtual Environment.

Then you can access SearX from your computer on http://192.168.33.10

Playbook

The playbook includes nginx role and deploys entire stack needed to run Searx. Additional role is also available in the Ansible roles repos in git.

CHANGELOG

  • 30.03.2021 - Bumped version to 1.0.0 and adjusted readme file