mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
11 lines
331 B
YAML
11 lines
331 B
YAML
---
|
|
|
|
- name: Link system CA as postgres root cert
|
|
file: src=/etc/pki/tls/cert.pem dest={{ metabase_root_dir }}/.postgresql/root.crt state=link
|
|
tags: metabase
|
|
|
|
- name: Deploy configuration
|
|
template: src=env.j2 dest={{ metabase_root_dir }}/etc/env group={{ metabase_user }} mode=640
|
|
notify: restart metabase
|
|
tags: metabase
|