Install a repospanner-admin config file in /etc/pagure
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
3bb85faa89
commit
c444bb0a61
2 changed files with 15 additions and 0 deletions
|
@ -205,6 +205,14 @@
|
|||
- config
|
||||
- distgit
|
||||
|
||||
- name: Deploy configuration
|
||||
template: src=repospanner-admin.yml
|
||||
dest=/etc/pagure/repospanner-admin.yml
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- config
|
||||
- distgit
|
||||
|
||||
# -- Gitolite --------------------------------------------
|
||||
# This is the permission management for package maintainers, using Gitolite.
|
||||
- name: create the /var/log/gitolite directory
|
||||
|
|
7
roles/distgit/templates/repospanner-admin.yml
Normal file
7
roles/distgit/templates/repospanner-admin.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
admin:
|
||||
url: https://fedora01.rpms.stg.fedoraproject.org:8443/
|
||||
ca: /etc/pagure/ca.crt
|
||||
cert: /etc/pagure/fedora_rpms_admin.crt
|
||||
key: /etc/pagure/fedora_rpms_admin.key
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue