Revamp searxng config, implementing use_default_settings option and adding hostname plugin config

This commit is contained in:
Mike Wilson
2026-08-12 11:39:16 -04:00
parent 431da5cc03
commit b14930cb19
4 changed files with 35 additions and 1880 deletions
+8
View File
@@ -23,6 +23,14 @@
become: true
notify: restart searxng
- name: Copy hostname lists to destination
copy:
src: hostnames/
dest: "{{ data_dir }}/{{ role_name }}/"
owner: "{{ docker_user }}"
become: true
notify: restart searxng
- name: Start docker container
community.docker.docker_compose_v2:
project_src: "{{ install_directory }}/{{ role_name }}"