Add searx deployment
This commit is contained in:
parent
27daf9031b
commit
1fae9f9a19
11 changed files with 211 additions and 0 deletions
14
roles/searx/meta/main.yml
Normal file
14
roles/searx/meta/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
|
||||
galaxy_info:
|
||||
author: Marty Oehme
|
||||
description: Installs searx as a docker stack service
|
||||
license: GPL-3.0-only
|
||||
min_ansible_version: 2.9
|
||||
galaxy_tags: []
|
||||
|
||||
|
||||
dependencies:
|
||||
- docker
|
||||
- docker-swarm
|
||||
- caddy
|
||||
Loading…
Add table
Add a link
Reference in a new issue