Move the gnome-software endpoint to be a static file on proxies
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
ffe7ed5acd
commit
b5630188ea
5 changed files with 441 additions and 7 deletions
15
roles/pkgdb-proxy/tasks/main.yml
Normal file
15
roles/pkgdb-proxy/tasks/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# Install static JSON file needed by gnome-software, on proxies.
|
||||
- name: Copy static JSON file into place
|
||||
copy: src=pkgdb-gnome-software-collections.json dest=/srv/web/pkgdb-gnome-software-collections.json owner=root group=root mode=755
|
||||
tags:
|
||||
- gnome-software
|
||||
- pkgdb2
|
||||
|
||||
- name: Copy httpd config
|
||||
copy: src=pkgdb-gnome-software.conf dest=/etc/httpd/conf.d/admin.fedoraproject.org/pkgdb.conf owner=root group=root mode=755
|
||||
notify:
|
||||
- restart httpd
|
||||
tags:
|
||||
- gnome-software
|
||||
- pkgdb2
|
Loading…
Add table
Add a link
Reference in a new issue