forked from infra/ansible
1
0
Fork 0
infra/roles/matrix/templates/certs.j2

16 lines
321 B
Plaintext
Raw Normal View History

2020-01-08 12:03:28 +01:00
---
{{ matrix_domain }}:
- path: /etc/nginx/ssl/{{ matrix_domain }}.key
2020-01-08 12:03:28 +01:00
user: root
group: root
perm: '400'
format: key
action: '/usr/sbin/service nginx restart'
- path: /etc/nginx/ssl/{{ matrix_domain }}.crt
2020-01-08 12:03:28 +01:00
user: root
group: root
perm: '400'
format: crt,ca
action: '/usr/sbin/service nginx restart'