diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-07-03 15:49:40 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-07-03 15:49:40 +0000 |
| commit | a056fbe70752d9ac529d233c7c0c0c372d6ed0f1 (patch) | |
| tree | 174fc8426a5638764378466c0867ae819027101b /playbooks | |
| parent | 715b4a9f53cf9de4f42887f84603fdfc4599261d (diff) | |
added searx
Diffstat (limited to 'playbooks')
| -rw-r--r-- | playbooks/deploy.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/playbooks/deploy.yaml b/playbooks/deploy.yaml index 9ba8c3b..270416d 100644 --- a/playbooks/deploy.yaml +++ b/playbooks/deploy.yaml @@ -88,6 +88,18 @@ - 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' become: true roles: |
