Revamp searxng config, implementing use_default_settings option and adding hostname plugin config
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user