forked from infra/ansible
Fix certmgr config templates.
This commit is contained in:
parent
8d7abb4f0c
commit
566c1d9fc5
@ -6,22 +6,22 @@
|
|||||||
group: postfix
|
group: postfix
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: crt
|
format: crt
|
||||||
notify: 'service postfix restart'
|
action: 'service postfix restart'
|
||||||
- path: /etc/postfix/ssl/{{ mail_server }}.key
|
- path: /etc/postfix/ssl/{{ mail_server }}.key
|
||||||
user: postfix
|
user: postfix
|
||||||
group: postfix
|
group: postfix
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: key
|
format: key
|
||||||
notify: 'service postfix restart'
|
action: 'service postfix restart'
|
||||||
- path: /etc/dovecot/ssl/{{ mail_server }}.crt
|
- path: /etc/dovecot/ssl/{{ mail_server }}.crt
|
||||||
user: dovecot
|
user: dovecot
|
||||||
group: dovecot
|
group: dovecot
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: crt
|
format: crt
|
||||||
notify: 'service dovecot restart'
|
action: 'service dovecot restart'
|
||||||
- path: /etc/dovecot/ssl/{{ mail_server }}.key
|
- path: /etc/dovecot/ssl/{{ mail_server }}.key
|
||||||
user: dovecot
|
user: dovecot
|
||||||
group: dovecot
|
group: dovecot
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: key
|
format: key
|
||||||
notify: 'service dovecot restart'
|
action: 'service dovecot restart'
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
group: nginx
|
group: nginx
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: crt,ca
|
format: crt,ca
|
||||||
notify: 'service nginx restart'
|
action: 'service nginx restart'
|
||||||
- path: /etc/nginx/ssl/{{ mailman_domain }}.key
|
- path: /etc/nginx/ssl/{{ mailman_domain }}.key
|
||||||
user: nginx
|
user: nginx
|
||||||
group: nginx
|
group: nginx
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: key
|
format: key
|
||||||
notify: 'service nginx restart'
|
action: 'service nginx restart'
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
group: root
|
group: root
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: crt,ca
|
format: crt,ca
|
||||||
notify: 'service nginx restart'
|
action: 'service nginx restart'
|
||||||
- path: /etc/nginx/ssl/{{ owncloud_domain }}.key
|
- path: /etc/nginx/ssl/{{ owncloud_domain }}.key
|
||||||
user: root
|
user: root
|
||||||
group: root
|
group: root
|
||||||
perm: '400'
|
perm: '400'
|
||||||
format: key
|
format: key
|
||||||
notify: 'service nginx restart'
|
action: 'service nginx restart'
|
||||||
|
Loading…
Reference in New Issue
Block a user