ansible/roles/partdb/files/certs

15 lines
335 B
Plaintext
Raw Normal View History

2018-12-17 19:22:30 +01:00
---
partdb.binary-kitchen.de:
- path: /etc/nginx/ssl/partdb.binary-kitchen.de.crt
user: root
group: root
perm: '400'
format: crt,ca
action: '/usr/sbin/service nginx restart'
- path: /etc/nginx/ssl/partdb.binary-kitchen.de.key
user: root
group: root
perm: '400'
format: key
action: '/usr/sbin/service nginx restart'