Deploy repobridge config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0c1e36c1a4
commit
b37da984bf
2 changed files with 11 additions and 0 deletions
|
@ -253,6 +253,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- { file: pagure.cfg, location: /etc/pagure }
|
- { file: pagure.cfg, location: /etc/pagure }
|
||||||
- { file: alembic.ini, location: /etc/pagure }
|
- { file: alembic.ini, location: /etc/pagure }
|
||||||
|
- { file: repobridge_ansible.json, location: /etc/pagure }
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- web
|
- web
|
||||||
|
|
10
roles/pagure/frontend/templates/repobridge_ansible.json
Normal file
10
roles/pagure/frontend/templates/repobridge_ansible.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"ca": "/etc/pagure/repospanner/ca.crt",
|
||||||
|
"baseurl": "https://pagure01.ansible.stg.fedoraproject.org:8443",
|
||||||
|
"certs": {
|
||||||
|
"_default_": {
|
||||||
|
"cert": "/etc/pagure/repospanner/ansible-push.crt",
|
||||||
|
"key" : "/etc/pagure/repospanner/ansible-push.key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue