feat(searxng): added new role to install and configure searxng

This commit is contained in:
NaeiKinDus 2025-05-23 00:00:00 +00:00
parent 768a8133b5
commit 63eab11b85
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
19 changed files with 923 additions and 0 deletions

View file

@ -67,3 +67,13 @@
apply:
tags: [valkey]
tags: [valkey]
- name: setup searxng instances
hosts: external:&searxng
tasks:
- name: include searxng role
ansible.builtin.include_role:
name: nullified.infrastructure.searxng
apply:
tags: [searxng]
tags: [searxng]