Deploy repobridge config

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-11-22 18:20:14 +00:00
parent 0c1e36c1a4
commit b37da984bf
2 changed files with 11 additions and 0 deletions

View file

@ -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

View 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"
}
}
}