mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 03:33:18 +08:00
Add the Pagure config for ansible
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -331,3 +331,22 @@ SSH_COMMAND_NON_REPOSPANNER = ([
|
||||
"%(cmd)s",
|
||||
"%(reponame)s",
|
||||
], {})
|
||||
|
||||
|
||||
# For now, repoSpanner is enabled on a per-repo basis.
|
||||
# currently, only for the ansible repo.
|
||||
REPOSPANNER_NEW_REPO = None
|
||||
REPOSPANNER_NEW_REPO_ADMIN_OVERRIDE = False
|
||||
REPOSPANNER_NEW_FORK = None
|
||||
REPOSPANNER_ADMIN_MIGRATION = False
|
||||
REPOSPANNER_REGIONS = {
|
||||
"ansible": {"url": "https://pagure01.ansible.fedoraproject.org:8443",
|
||||
"repo_prefix": "",
|
||||
"hook": None,
|
||||
"ca": "/etc/pagure/ansible/ca.crt",
|
||||
"admin_cert": {"cert": "/etc/pagure/ansible/ansible_admin.crt",
|
||||
"key": "/etc/pagure/ansible/ansible_admin.key"},
|
||||
"push_cert": {"cert": "/etc/pagure/ansible/ansible_push.crt",
|
||||
"key": "/etc/pagure/ansible/ansible_push.key""},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user