mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
12 lines
371 B
YAML
12 lines
371 B
YAML
---
|
|
|
|
- name: Deploy configuration
|
|
template: src=vaultwarden.conf.j2 dest={{ vaultwarden_root_dir }}/etc/vaultwarden.conf group={{ vaultwarden_user }} mode=640
|
|
notify: restart vaultwarden
|
|
tags: vaultwarden
|
|
|
|
- name: Deploy nginx configuration
|
|
template: src=nginx.conf.j2 dest=/etc/nginx/ansible_conf.d/31-vaultwarden.conf
|
|
notify: reload nginx
|
|
tags: vaultwarden
|