mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr-be: configure the AWS CloudFront distribution ID
Relates: https://pagure.io/copr/copr/pull-request/2119
This commit is contained in:
@@ -68,3 +68,5 @@ keygen_host: "54.83.48.73"
|
||||
postfix_group: copr
|
||||
rpm_vendor_copr_name: Fedora Copr
|
||||
services_disabled: false
|
||||
|
||||
aws_cloudfront_distribution: E2PUZIRCXCOXTG
|
||||
|
||||
@@ -67,3 +67,5 @@ keygen_host: "54.225.23.248"
|
||||
postfix_group: copr
|
||||
rpm_vendor_copr_name: Fedora Copr (devel)
|
||||
services_disabled: false
|
||||
|
||||
aws_cloudfront_distribution: EX55ITR8LVMOH
|
||||
|
||||
@@ -85,6 +85,8 @@ keygen_host={{ keygen_host }}
|
||||
# minimum age for builds to be pruned
|
||||
prune_days=14
|
||||
|
||||
aws_cloudfront_distribution={{ aws_cloudfront_distribution }}
|
||||
|
||||
# logging settings
|
||||
# log_dir=/var/log/copr-backend/
|
||||
# log_level=info
|
||||
|
||||
Reference in New Issue
Block a user