From a056fbe70752d9ac529d233c7c0c0c372d6ed0f1 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 3 Jul 2022 11:49:40 -0400 Subject: added searx --- playbooks/deploy.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'playbooks') diff --git a/playbooks/deploy.yaml b/playbooks/deploy.yaml index 9ba8c3b..270416d 100644 --- a/playbooks/deploy.yaml +++ b/playbooks/deploy.yaml @@ -86,6 +86,18 @@ nextcloud_data_root: '{{ data_vol_hdd }}/nextcloud' nextcloud_postgres_password: '{{ vault_nextcloud_postgres_password }}' +- hosts: compute + gather_facts: false + tags: 'searxng' + become: true + roles: + - role: searxng + vars: + searxng_domain: '{{ apps_conf_map["searxng"]["access_domain"] }}' + searxng_host_port: '{{ apps_conf_map["searxng"]["port"] }}' + searxng_data_root: '{{ data_vol_hdd }}/searxng' + searxng_secret_key: '{{ vault_searxng_secret_key }}' + - hosts: compute gather_facts: false tags: 'bitwarden' -- cgit v1.2.3