2017-03-26 20:12:50 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
{{ confluence_domain }}:
|
|
|
|
- path: /etc/nginx/ssl/{{ confluence_domain }}.key
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: key
|
2017-11-23 10:30:25 +01:00
|
|
|
action: '/usr/sbin/service nginx restart'
|
2017-03-26 20:12:50 +02:00
|
|
|
- path: /etc/nginx/ssl/{{ confluence_domain }}.crt
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: crt,ca
|
2017-11-23 10:30:25 +01:00
|
|
|
action: '/usr/sbin/service nginx restart'
|