ansible/roles/grafana/templates/certs.j2

16 lines
324 B
Plaintext
Raw Normal View History

2020-07-31 21:38:33 +02:00
---
{{ grafana_domain }}:
- path: /etc/nginx/ssl/{{ grafana_domain }}.key
user: root
group: root
perm: '400'
format: key
action: '/usr/sbin/service nginx restart'
- path: /etc/nginx/ssl/{{ grafana_domain }}.crt
user: root
group: root
perm: '400'
format: crt,ca
action: '/usr/sbin/service nginx restart'