Use apache group for fedora-messaging certs.
This commit is contained in:
parent
9e164313f3
commit
6b3f115cb0
2 changed files with 16 additions and 16 deletions
|
@ -190,7 +190,7 @@
|
||||||
src: "fedora-messaging.toml.j2"
|
src: "fedora-messaging.toml.j2"
|
||||||
dest: /etc/fedora-messaging/config.toml
|
dest: /etc/fedora-messaging/config.toml
|
||||||
owner: odcs
|
owner: odcs
|
||||||
group: fedmsg
|
group: apache
|
||||||
mode: 0640
|
mode: 0640
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
|
@ -261,7 +261,7 @@
|
||||||
src: "{{private}}/files/rabbitmq/{{env}}/pki/issued/odcs{{env_suffix}}.crt"
|
src: "{{private}}/files/rabbitmq/{{env}}/pki/issued/odcs{{env_suffix}}.crt"
|
||||||
dest: /etc/odcs/odcs-rabbitmq.crt
|
dest: /etc/odcs/odcs-rabbitmq.crt
|
||||||
owner: odcs
|
owner: odcs
|
||||||
group: fedmsg
|
group: apache
|
||||||
mode: 0640
|
mode: 0640
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
|
@ -273,19 +273,19 @@
|
||||||
src: "{{private}}/files/rabbitmq/{{env}}/pki/private/odcs{{env_suffix}}.key"
|
src: "{{private}}/files/rabbitmq/{{env}}/pki/private/odcs{{env_suffix}}.key"
|
||||||
dest: /etc/odcs/odcs-rabbitmq.key
|
dest: /etc/odcs/odcs-rabbitmq.key
|
||||||
owner: odcs
|
owner: odcs
|
||||||
group: fedmsg
|
group: apache
|
||||||
mode: 0640
|
mode: 0640
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/backend
|
- odcs/backend
|
||||||
- odcs/frontendi
|
- odcs/frontend
|
||||||
|
|
||||||
- name: copy the odcs rabbitmq CA cert.
|
- name: copy the odcs rabbitmq CA cert.
|
||||||
copy:
|
copy:
|
||||||
src: "{{private}}/files/rabbitmq/{{env}}/pki/ca.crt"
|
src: "{{private}}/files/rabbitmq/{{env}}/pki/ca.crt"
|
||||||
dest: /etc/odcs/ca.crt
|
dest: /etc/odcs/ca.crt
|
||||||
owner: odcs
|
owner: odcs
|
||||||
group: fedmsg
|
group: apache
|
||||||
mode: 0640
|
mode: 0640
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
|
|
|
@ -5,7 +5,7 @@ RewriteCond %{HTTPS} off
|
||||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
WSGIDaemonProcess odcs user=odcs group=apache processes={{wsgi_procs}} threads={{wsgi_threads}}
|
WSGIDaemonProcess odcs user=apache group=apache processes={{wsgi_procs}} threads={{wsgi_threads}}
|
||||||
WSGIScriptAlias /{{ odcs_endpoint }} /usr/share/odcs/odcs.wsgi
|
WSGIScriptAlias /{{ odcs_endpoint }} /usr/share/odcs/odcs.wsgi
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue