ansible/roles/web/files/certs

30 lines
583 B
Plaintext

---
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'
www.ccc-r.de:
- path: /etc/nginx/ssl/www.ccc-r.de.crt
user: root
group: root
perm: '400'
format: crt,ca
action: 'service nginx restart'
- path: /etc/nginx/ssl/www.ccc-r.de.key
user: root
group: root
perm: '400'
format: key
action: 'service nginx restart'