forked from infra/ansible
16 lines
330 B
Plaintext
16 lines
330 B
Plaintext
---
|
|
|
|
eh2x.binary-kitchen.de:
|
|
- path: /etc/nginx/ssl/eh2x.binary-kitchen.de.crt
|
|
user: root
|
|
group: root
|
|
perm: '400'
|
|
format: crt,ca
|
|
action: '/usr/sbin/service nginx restart'
|
|
- path: /etc/nginx/ssl/eh2x.binary-kitchen.de.key
|
|
user: root
|
|
group: root
|
|
perm: '400'
|
|
format: key
|
|
action: '/usr/sbin/service nginx restart'
|