diff options
Diffstat (limited to 'playbooks/deploy.yaml')
| -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: |
