ansible/roles/web/files/certs

16 lines
307 B
Plaintext
Raw Normal View History

2016-04-07 15:50:58 +02:00
---
www.binary-kitchen.de:
- path: /etc/nginx/ssl/www.binary-kitchen.de.crt
user: root
group: root
perm: '400'
format: crt,ca
action: 'service nginx restart'
- path: /etc/nginx/ssl/www.binary-kitchen.de.key
user: root
group: root
perm: '400'
format: key
action: 'service nginx restart'