ansible/roles/web/files/certs

30 lines
641 B
Plaintext
Raw Normal View History

2016-04-07 15:50:58 +02:00
---
www.binary-kitchen.de binary-kitchen.de:
2016-04-07 15:50:58 +02:00
- path: /etc/nginx/ssl/www.binary-kitchen.de.crt
user: root
group: root
perm: '400'
format: crt,ca
2017-02-28 14:48:03 +01:00
action: '/usr/sbin/service nginx restart'
2016-04-07 15:50:58 +02:00
- path: /etc/nginx/ssl/www.binary-kitchen.de.key
user: root
group: root
perm: '400'
format: key
2017-02-28 14:48:03 +01:00
action: '/usr/sbin/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
2017-02-28 14:48:03 +01:00
action: '/usr/sbin/service nginx restart'
- path: /etc/nginx/ssl/www.ccc-r.de.key
user: root
group: root
perm: '400'
format: key
2017-02-28 14:48:03 +01:00
action: '/usr/sbin/service nginx restart'