mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 22:30:27 +08:00
Deploy repobridge config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -253,6 +253,7 @@
|
||||
with_items:
|
||||
- { file: pagure.cfg, location: /etc/pagure }
|
||||
- { file: alembic.ini, location: /etc/pagure }
|
||||
- { file: repobridge_ansible.json, location: /etc/pagure }
|
||||
tags:
|
||||
- config
|
||||
- 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user